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:
3b06727
)
only declare child_post_attach if CHILD_POST_ATTACH is defined.
author
David Taylor
<taylor@redhat.com>
Tue, 19 Jan 1999 15:29:06 +0000
(15:29 +0000)
committer
David Taylor
<taylor@redhat.com>
Tue, 19 Jan 1999 15:29:06 +0000
(15:29 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/target.h
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index ddf907bcd1038305fc65f13e9eafe6c0d2e54505..b6b9ab95590465ead4a4f87fbf5e46583e0bc735 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,8
@@
+Tue Jan 19 10:27:23 1999 David Taylor <taylor@texas.cygnus.com>
+
+ * target.h (child_post_attach): only declare if CHILD_POST_ATTACH
+ is define.
+
Tue Jan 19 18:07:11 1999 Andrew Cagney <cagney@b1.cygnus.com>
* corelow.c (solib_add_stub): Ditto.
diff --git
a/gdb/target.h
b/gdb/target.h
index 7f6a2c5de9d0acbedd89b18c79b7f9947f884dcd..f44d3e4754ad101625bce601530c073997b5c101 100644
(file)
--- a/
gdb/target.h
+++ b/
gdb/target.h
@@
-559,8
+559,10
@@
child_pid_to_exec_file PARAMS ((int));
extern char *
child_core_file_to_sym_file PARAMS ((char *));
+#if defined(CHILD_POST_ATTACH)
extern void
child_post_attach PARAMS ((int));
+#endif
extern void
child_post_wait PARAMS ((int, int));