GDB (xrefs)
Functions | Variables
/tmp/gdb-7.10/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 (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 gdb_rl_callback_handler_remove (void)
 
void gdb_rl_callback_handler_install (const char *prompt)
 
void gdb_rl_callback_handler_reinstall (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)
 
int call_stdin_event_handler_again_p
 

Function Documentation

void async_disable_stdin ( void  )

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

References sync_execution.

Referenced by prepare_execution_command(), and run_inferior_call().

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

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

References check_quit_flag(), and quit().

Referenced by async_init_signals().

void cli_command_loop ( void *  )

Definition at line 181 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 ( const char *  new_prompt)
void gdb_disable_readline ( void  )
void gdb_readline2 ( void *  client_data)

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

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

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

void gdb_rl_callback_handler_install ( const char *  prompt)
void gdb_rl_callback_handler_reinstall ( void  )
void gdb_rl_callback_handler_remove ( void  )
void gdb_setup_readline ( void  )
void handle_sigint ( int  sig)
void handle_sigterm ( int  sig)
void set_async_editing_command ( char *  args,
int  from_tty,
struct cmd_list_element c 
)

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

References change_line_handler().

Referenced by init_main().

void stdin_event_handler ( int  error,
void *  client_data 
)

Variable Documentation

void(* after_char_processing_hook) (void)
char* async_annotation_suffix

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

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

int async_command_editing_p
void(* call_readline) (void *)

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

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

int call_stdin_event_handler_again_p

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

Referenced by stdin_event_handler(), and tui_getc().

int exec_done_display_p

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

Referenced by fetch_inferior_event(), and init_main().

int input_fd
void(* input_handler) (char *)
struct prompts the_prompts