aboutsummaryrefslogtreecommitdiff
path: root/gdb/main.h
diff options
context:
space:
mode:
authorAndrew Stubbs <andrew.stubbs@st.com>2005-11-07 15:27:07 +0000
committerAndrew Stubbs <andrew.stubbs@st.com>2005-11-07 15:27:07 +0000
commitf17517ea066bd25def1a2800d327ba126730d16d (patch)
tree82880100363b3e720df40a40bbe8a231d66c7ff7 /gdb/main.h
parenteef57022010a5f6c7483c31607696fe1482b781e (diff)
downloadgdb-f17517ea066bd25def1a2800d327ba126730d16d.zip
gdb-f17517ea066bd25def1a2800d327ba126730d16d.tar.gz
gdb-f17517ea066bd25def1a2800d327ba126730d16d.tar.bz2
2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
* main.h (return_child_result, return_child_result_value): Declare. * infrun.c: Include main.h. (print_stop_reason): Remove declaration of return_child_result_value. * top.c: Include main.h. (quit_force): Remove declarations of return_child_result_value and return_child_result. * Makefile.in (top.o, infrun.o): Add main.h to dependencies.
Diffstat (limited to 'gdb/main.h')
-rw-r--r--gdb/main.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/main.h b/gdb/main.h
index 1c91d07..2f5e90c 100644
--- a/gdb/main.h
+++ b/gdb/main.h
@@ -32,4 +32,8 @@ struct captured_main_args
extern int gdb_main (struct captured_main_args *);
+/* From main.c. */
+extern int return_child_result;
+extern int return_child_result_value;
+
#endif