GDB (xrefs)
|
Go to the source code of this file.
Classes | |
struct | captured_main_args |
Functions | |
int | gdb_main (struct captured_main_args *) |
char * | windows_get_absolute_argv0 (const char *argv0) |
const char * | get_gdb_program_name (void) |
void | set_gdb_data_directory (const char *new_data_dir) |
Variables | |
int | return_child_result |
int | return_child_result_value |
int | batch_silent |
int | batch_flag |
std::string | interpreter_p |
int gdb_main | ( | struct captured_main_args * | args | ) |
Definition at line 1341 of file main.c.
References captured_main(), exception_print(), and gdb_stderr.
Referenced by main().
const char * get_gdb_program_name | ( | void | ) |
Definition at line 100 of file main.c.
References gdb_program_name.
void set_gdb_data_directory | ( | const char * | new_data_dir | ) |
Definition at line 112 of file main.c.
References file_name_style, gdb_datadir, gdb_printf(), gdb_stderr, print_sys_errmsg(), cli_style_option::style(), and styled_string().
Referenced by captured_main_1(), and set_gdb_datadir().
char * windows_get_absolute_argv0 | ( | const char * | argv0 | ) |
Definition at line 34 of file mingw-hdep.c.
Referenced by captured_main_1().
|
extern |
Definition at line 83 of file main.c.
Referenced by captured_main_1(), execute_cmdargs(), init_page_info(), ui::input_interactive_p(), pager_file::puts(), set_batch_flag_and_restore_page_info::set_batch_flag_and_restore_page_info(), and set_batch_flag_and_restore_page_info::~set_batch_flag_and_restore_page_info().
|
extern |
Definition at line 86 of file main.c.
Referenced by captured_main_1().
|
extern |
The name of the interpreter if specified on the command line.
Definition at line 60 of file main.c.
Referenced by captured_main_1(), and interp_set().
|
extern |
Definition at line 91 of file main.c.
Referenced by captured_main_1(), and quit_force().
|
extern |
Definition at line 92 of file main.c.
Referenced by handle_inferior_event(), and quit_force().