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 |
int gdb_main | ( | struct captured_main_args * | ) |
Definition at line 1163 of file main.c.
References captured_main(), catch_errors(), and RETURN_MASK_ALL.
Referenced by main().
const char* get_gdb_program_name | ( | void | ) |
Definition at line 98 of file main.c.
References gdb_program_name.
void set_gdb_data_directory | ( | const char * | new_data_dir | ) |
Definition at line 110 of file main.c.
References _, fprintf_unfiltered(), gdb_abspath(), gdb_datadir, gdb_realpath(), print_sys_errmsg(), warning(), and xfree().
Referenced by captured_main(), and set_gdb_datadir().
char* windows_get_absolute_argv0 | ( | const char * | argv0 | ) |
Definition at line 42 of file mingw-hdep.c.
Referenced by captured_main().
int batch_flag |
Definition at line 81 of file main.c.
Referenced by captured_main(), fputs_maybe_filtered(), init_page_info(), input_from_terminal_p(), and set_batch_flag_and_make_cleanup_restore_page_info().
int batch_silent |
Definition at line 84 of file main.c.
Referenced by captured_main(), gdb_setup_readline(), and normal_stop().
int return_child_result |
Definition at line 89 of file main.c.
Referenced by captured_main(), and quit_force().
int return_child_result_value |
Definition at line 90 of file main.c.
Referenced by handle_inferior_event_1(), and quit_force().