GDB (API)
Functions | Variables
/home/stan/gdb/src/gdb/top.h File Reference

Go to the source code of this file.

Functions

void print_gdb_version (struct ui_file *)
void print_gdb_configuration (struct ui_file *)
void read_command_file (FILE *)
void init_history (void)
void command_loop (void)
int quit_confirm (void)
void quit_force (char *, int)
void quit_command (char *, int)
void quit_cover (void)
void execute_command (char *, int)
void check_frame_language_change (void)
struct cleanup * prepare_execute_command (void)
char * get_prompt (void)
void set_prompt (const char *s)
void gdb_init (char *)
void show_commands (char *args, int from_tty)
void set_history (char *, int)
void show_history (char *, int)
void set_verbose (char *, int, struct cmd_list_element *)
void do_restore_instream_cleanup (void *stream)

Variables

char * saved_command_line
int saved_command_line_size
FILE * instream
int in_user_command
int confirm
char gdb_dirbuf [1024]
int inhibit_gdbinit
const char gdbinit []
int readnow_symbol_files
int source_line_number
const char * source_file_name
int history_expansion_p
int server_command
char * lim_at_start

Function Documentation

void check_frame_language_change ( void  )

Definition at line 348 of file top.c.

void command_loop ( void  )

Definition at line 542 of file top.c.

void do_restore_instream_cleanup ( void *  stream)

Definition at line 296 of file top.c.

void execute_command ( char *  ,
int   
)

Definition at line 389 of file top.c.

void gdb_init ( char *  )

Definition at line 1814 of file top.c.

char* get_prompt ( void  )

Definition at line 1255 of file top.c.

void init_history ( void  )

Definition at line 1599 of file top.c.

struct cleanup* prepare_execute_command ( void  ) [read]

Definition at line 326 of file top.c.

void print_gdb_configuration ( struct ui_file *  )

Definition at line 1149 of file top.c.

void print_gdb_version ( struct ui_file *  )

Definition at line 1094 of file top.c.

void quit_command ( char *  ,
int   
)

Definition at line 323 of file cli-cmds.c.

int quit_confirm ( void  )

Definition at line 1336 of file top.c.

void quit_cover ( void  )
void quit_force ( char *  ,
int   
)

Definition at line 1366 of file top.c.

void read_command_file ( FILE *  )

Definition at line 304 of file top.c.

void set_history ( char *  ,
int   
)

Definition at line 1556 of file top.c.

void set_prompt ( const char *  s)

Definition at line 1263 of file top.c.

void set_verbose ( char *  ,
int  ,
struct cmd_list_element  
)

Definition at line 1573 of file top.c.

void show_commands ( char *  args,
int  from_tty 
)

Definition at line 1465 of file top.c.

void show_history ( char *  ,
int   
)

Definition at line 1564 of file top.c.


Variable Documentation

Definition at line 98 of file top.c.

char gdb_dirbuf[1024]

Definition at line 125 of file top.c.

const char gdbinit[]

Definition at line 84 of file top.c.

Definition at line 683 of file top.c.

Definition at line 118 of file top.c.

Definition at line 86 of file top.c.

FILE* instream

Definition at line 114 of file top.c.

char* lim_at_start

Definition at line 84 of file symfile.c.

Definition at line 136 of file top.c.

Definition at line 137 of file top.c.

Definition at line 145 of file top.c.

Definition at line 290 of file top.c.

Definition at line 284 of file top.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines