GDB (xrefs)
Loading...
Searching...
No Matches
Classes | Functions | Variables
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
 
std::string interpreter_p
 

Function Documentation

◆ gdb_main()

int gdb_main ( struct captured_main_args * args)
extern

Definition at line 1339 of file main.c.

References captured_main(), exception_print(), and gdb_stderr.

Referenced by main().

◆ get_gdb_program_name()

const char * get_gdb_program_name ( void )
extern

Definition at line 101 of file main.c.

References gdb_program_name.

◆ set_gdb_data_directory()

void set_gdb_data_directory ( const char * new_data_dir)
extern

◆ windows_get_absolute_argv0()

char * windows_get_absolute_argv0 ( const char * argv0)
extern

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

Referenced by captured_main_1().

Variable Documentation

◆ batch_flag

int batch_flag
extern

◆ batch_silent

int batch_silent
extern

Definition at line 87 of file main.c.

Referenced by captured_main_1().

◆ interpreter_p

std::string interpreter_p
extern

The name of the interpreter if specified on the command line.

Definition at line 61 of file main.c.

Referenced by captured_main_1(), and interp_set().

◆ return_child_result

int return_child_result
extern

Definition at line 92 of file main.c.

Referenced by captured_main_1(), and quit_force().

◆ return_child_result_value

int return_child_result_value
extern

Definition at line 93 of file main.c.

Referenced by handle_inferior_event(), and quit_force().