diff options
author | Jean Marie Diaz <ambar@cygnus> | 1994-08-04 16:20:45 +0000 |
---|---|---|
committer | Jean Marie Diaz <ambar@cygnus> | 1994-08-04 16:20:45 +0000 |
commit | f4e0e098d2c1203fe167bfe0519a97e0adf93ab7 (patch) | |
tree | aba17b5526791c20b477423343ebda548d2b7eb2 /gdb/config/nm-m3.h | |
parent | 203778cee145dc7bdab3698e6528e673e77d3ba4 (diff) | |
download | gdb-f4e0e098d2c1203fe167bfe0519a97e0adf93ab7.zip gdb-f4e0e098d2c1203fe167bfe0519a97e0adf93ab7.tar.gz gdb-f4e0e098d2c1203fe167bfe0519a97e0adf93ab7.tar.bz2 |
* config/i386/i386m3.mh (NAT_CLIBS): Add -lmachid and -lnetname.
* m3-nat.c, config/nm-m3.h: #if 0 REQUEST_QUIT stuff.
* m3-nat.c: Pass argument to return_to_top_level.
Declare m3_kill_inferior before use.
(port_chain_insert): In "can't happen" case, abort rather than
setting `mid' to large decimal constant (which gcc warns about).
(get_thread_name): Use cast to convert const char * to char *.
(add_mach_specific_commands): #if 0 "thread break" command.
(m3_trace_him): Call push_target.
(mach_really_wait): New argument pid; remove unused
variable pid.
(intercept_exec_calls): Call target_terminal_init and
target_terminal_inferior once the child execs.
* infrun.c (proceed): Pass argument to PREPARE_TO_PROCEED.
Diffstat (limited to 'gdb/config/nm-m3.h')
-rw-r--r-- | gdb/config/nm-m3.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config/nm-m3.h b/gdb/config/nm-m3.h index 41e595b..e621269 100644 --- a/gdb/config/nm-m3.h +++ b/gdb/config/nm-m3.h @@ -111,7 +111,10 @@ struct emul_stack_top { /* Do Mach 3 dependent operations when ^C or a STOP is requested */ #define DO_QUIT() mach3_quit () +#if 0 +/* This is bogus. It is NOT OK to quit out of target_wait. */ /* If in mach_msg() and ^C is typed set immediate_quit */ #define REQUEST_QUIT() mach3_request_quit () +#endif #endif /* NM_M3_H */ |