mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 05:00:01 +00:00
* config/nm-m3.h (ATTACH_NO_WAIT): Define.
This commit is contained in:
parent
d8efbc6679
commit
ee9897be1c
@ -108,6 +108,9 @@ struct emul_stack_top {
|
||||
|
||||
#define ATTACH_TO_THREAD attach_to_thread
|
||||
|
||||
/* Don't do wait_for_inferior on attach. */
|
||||
#define ATTACH_NO_WAIT
|
||||
|
||||
/* Do Mach 3 dependent operations when ^C or a STOP is requested */
|
||||
#define DO_QUIT() mach3_quit ()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user