projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8efbc6
)
* config/nm-m3.h (ATTACH_NO_WAIT): Define.
author
Fred Fish
<fnf@specifix.com>
Fri, 12 Apr 1996 06:15:16 +0000
(06:15 +0000)
committer
Fred Fish
<fnf@specifix.com>
Fri, 12 Apr 1996 06:15:16 +0000
(06:15 +0000)
gdb/config/nm-m3.h
patch
|
blob
|
history
diff --git
a/gdb/config/nm-m3.h
b/gdb/config/nm-m3.h
index 782d1220465effb17fe7f2fcc6143a0830b4471b..6ea52565b947b72019418c75b25714c2cbafe052 100644
(file)
--- a/
gdb/config/nm-m3.h
+++ b/
gdb/config/nm-m3.h
@@
-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 ()