mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 18:10:46 +00:00
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.
This commit is contained in:
@@ -46,6 +46,7 @@
|
||||
#include "observer.h"
|
||||
#include "language.h"
|
||||
#include "solib.h"
|
||||
#include "main.h"
|
||||
|
||||
#include "gdb_assert.h"
|
||||
#include "mi/mi-common.h"
|
||||
@@ -2931,11 +2932,8 @@ print_stop_reason (enum inferior_stop_reason stop_reason, int stop_info)
|
||||
async_reason_lookup (EXEC_ASYNC_EXITED_NORMALLY));
|
||||
ui_out_text (uiout, "\nProgram exited normally.\n");
|
||||
}
|
||||
{
|
||||
/* Support the --return-child-result option. */
|
||||
extern int return_child_result_value;
|
||||
return_child_result_value = stop_info;
|
||||
}
|
||||
/* Support the --return-child-result option. */
|
||||
return_child_result_value = stop_info;
|
||||
break;
|
||||
case SIGNAL_RECEIVED:
|
||||
/* Signal received. The signal table tells us to print about
|
||||
|
||||
Reference in New Issue
Block a user