GDB (API)
|
#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) |
void async_disable_stdin | ( | void | ) |
Definition at line 400 of file event-top.c.
void async_enable_stdin | ( | void | ) |
Definition at line 383 of file event-top.c.
void async_init_signals | ( | void | ) |
Definition at line 731 of file event-top.c.
void async_request_quit | ( | void * | arg | ) |
Definition at line 812 of file event-top.c.
void cli_command_loop | ( | void * | ) |
Definition at line 174 of file event-top.c.
void display_gdb_prompt | ( | char * | new_prompt | ) |
Definition at line 233 of file event-top.c.
void gdb_disable_readline | ( | void | ) |
Definition at line 1010 of file event-top.c.
void gdb_readline2 | ( | void * | client_data | ) |
Definition at line 651 of file event-top.c.
void gdb_setup_readline | ( | void | ) |
Definition at line 952 of file event-top.c.
void handle_sigint | ( | int | sig | ) |
Definition at line 779 of file event-top.c.
void handle_sigterm | ( | int | sig | ) |
Definition at line 804 of file event-top.c.
void set_async_editing_command | ( | char * | args, |
int | from_tty, | ||
struct cmd_list_element * | c | ||
) |
Definition at line 942 of file event-top.c.
void stdin_event_handler | ( | int | error, |
void * | client_data | ||
) |
Definition at line 363 of file event-top.c.
void(* after_char_processing_hook)(void) |
Definition at line 155 of file event-top.c.
char* async_annotation_suffix |
Definition at line 111 of file event-top.c.
Definition at line 107 of file event-top.c.
void(* call_readline)(void *) |
Definition at line 97 of file event-top.c.
Definition at line 115 of file event-top.c.
Definition at line 119 of file event-top.c.
void(* input_handler)(char *) |
Definition at line 96 of file event-top.c.
struct prompts the_prompts |