|
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 1168 of file main.c.
References captured_main(), CATCH, END_CATCH, exception_print(), gdb_stderr, RETURN_MASK_ALL, and TRY.
Referenced by main().
| const char* get_gdb_program_name | ( | void | ) |
Definition at line 96 of file main.c.
References gdb_program_name.
| void set_gdb_data_directory | ( | const char * | new_data_dir | ) |
Definition at line 108 of file main.c.
References _, fprintf_unfiltered(), gdb_abspath(), gdb_datadir, gdb_realpath(), gdb_stderr, print_sys_errmsg(), warning(), and xfree().
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().
| int batch_flag |
| int batch_silent |
Definition at line 82 of file main.c.
Referenced by captured_main_1(), and gdb_setup_readline().
| int return_child_result |
Definition at line 87 of file main.c.
Referenced by captured_main_1(), and quit_force().
| int return_child_result_value |
Definition at line 88 of file main.c.
Referenced by handle_inferior_event_1(), and quit_force().
1.8.14