GDB (xrefs)
Classes | Functions | Variables
/tmp/gdb-7.10/gdb/main.h File Reference

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
 

Function Documentation

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)
char* windows_get_absolute_argv0 ( const char *  argv0)

Definition at line 42 of file mingw-hdep.c.

Referenced by captured_main().

Variable Documentation

int batch_flag
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().