GDB (xrefs)
Functions | Variables
/home/stan/gdb/src/gdb/event-top.h File Reference
#include <signal.h>

Go to the source code of this file.

Functions

void display_gdb_prompt (char *new_prompt)
void gdb_setup_readline (void)
void gdb_disable_readline (void)
void async_init_signals (void)
void set_async_editing_command (char *args, int from_tty, struct cmd_list_element *c)
void handle_sigint (int sig)
void handle_sigterm (int sig)
void gdb_readline2 (void *client_data)
void async_request_quit (void *arg)
void stdin_event_handler (int error, void *client_data)
void async_disable_stdin (void)
void async_enable_stdin (void)
void cli_command_loop (void *)

Variables

int async_command_editing_p
int exec_done_display_p
char * async_annotation_suffix
struct prompts the_prompts
void(* call_readline )(void *)
void(* input_handler )(char *)
int input_fd
void(* after_char_processing_hook )(void)

Function Documentation

void async_disable_stdin ( void  )
void async_enable_stdin ( void  )
void async_init_signals ( void  )
void async_request_quit ( void *  arg)

Definition at line 812 of file event-top.c.

References check_quit_flag(), and quit().

Referenced by async_init_signals().

void cli_command_loop ( void *  )

Definition at line 174 of file event-top.c.

References display_gdb_prompt(), and start_event_loop().

Referenced by _initialize_cli_interp(), and _initialize_tui_interp().

void display_gdb_prompt ( char *  new_prompt)
void gdb_disable_readline ( void  )
void gdb_readline2 ( void *  client_data)

Definition at line 651 of file event-top.c.

References instream, xfree(), xmalloc(), and xrealloc().

Referenced by change_line_handler(), gdb_setup_readline(), and mi_interpreter_resume().

void gdb_setup_readline ( void  )
void handle_sigint ( int  sig)
void handle_sigterm ( int  sig)

Definition at line 804 of file event-top.c.

References handle_sigterm(), instream, and quit_force().

Referenced by async_init_signals(), and handle_sigterm().

void set_async_editing_command ( char *  args,
int  from_tty,
struct cmd_list_element c 
)

Definition at line 942 of file event-top.c.

References change_line_handler().

Referenced by init_main().

void stdin_event_handler ( int  error,
void *  client_data 
)

Variable Documentation

Definition at line 111 of file event-top.c.

Referenced by command_line_handler(), init_main(), and top_level_prompt().

void(* call_readline)(void *)

Definition at line 115 of file event-top.c.

Referenced by fetch_inferior_event(), and init_main().

void(* input_handler)(char *)
struct prompts the_prompts
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines