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

Go to the source code of this file.

Functions

void display_gdb_prompt (const char *new_prompt)
 
void gdb_setup_readline (int)
 
void gdb_disable_readline (void)
 
void async_init_signals (void)
 
void change_line_handler (int)
 
void command_line_handler (char *rl)
 
void command_handler (const char *command)
 
void handle_sigint (int sig)
 
void handle_sigterm (int sig)
 
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 gdb_readline_no_editing_callback (void *client_data)
 
void gdb_rl_callback_handler_remove (void)
 
void gdb_rl_callback_handler_install (const char *prompt)
 
void gdb_rl_callback_handler_reinstall (void)
 

Variables

int set_editing_cmd_var
 
int exec_done_display_p
 
struct prompts the_prompts
 
void(* after_char_processing_hook )(void)
 
int call_stdin_event_handler_again_p
 

Function Documentation

◆ async_disable_stdin()

void async_disable_stdin ( void  )

◆ async_enable_stdin()

void async_enable_stdin ( void  )

◆ async_init_signals()

void async_init_signals ( void  )

◆ async_request_quit()

void async_request_quit ( void *  arg)

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

References QUIT.

Referenced by async_init_signals().

◆ change_line_handler()

void change_line_handler ( int  )

◆ command_handler()

void command_handler ( const char *  command)

◆ command_line_handler()

void command_line_handler ( char *  rl)

◆ display_gdb_prompt()

void display_gdb_prompt ( const char *  new_prompt)

◆ gdb_disable_readline()

void gdb_disable_readline ( void  )

◆ gdb_readline_no_editing_callback()

void gdb_readline_no_editing_callback ( void *  client_data)

◆ gdb_rl_callback_handler_install()

void gdb_rl_callback_handler_install ( const char *  prompt)

◆ gdb_rl_callback_handler_reinstall()

void gdb_rl_callback_handler_reinstall ( void  )

◆ gdb_rl_callback_handler_remove()

void gdb_rl_callback_handler_remove ( void  )

◆ gdb_setup_readline()

void gdb_setup_readline ( int  )

◆ handle_sigint()

void handle_sigint ( int  sig)

◆ handle_sigterm()

void handle_sigterm ( int  sig)

◆ stdin_event_handler()

void stdin_event_handler ( int  error,
void *  client_data 
)

Variable Documentation

◆ after_char_processing_hook

void(* after_char_processing_hook) (void)

◆ call_stdin_event_handler_again_p

int call_stdin_event_handler_again_p

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

Referenced by stdin_event_handler(), and tui_getc().

◆ exec_done_display_p

int exec_done_display_p

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

Referenced by fetch_inferior_event(), and init_main().

◆ set_editing_cmd_var

int set_editing_cmd_var

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

Referenced by init_main(), and set_editing().

◆ the_prompts

struct prompts the_prompts