GDB (xrefs)
|
Go to the source code of this file.
Functions | |
static char * | gdbpy_readline_wrapper (FILE *sys_stdin, FILE *sys_stdout, char *prompt) |
void | gdbpy_initialize_gdb_readline (void) |
void gdbpy_initialize_gdb_readline | ( | void | ) |
Definition at line 88 of file py-gdb-readline.c.
References gdbpy_readline_wrapper().
Referenced by _initialize_python().
|
static |
Definition at line 31 of file py-gdb-readline.c.
References CATCH, command_line_input(), END_CATCH, gdbpy_convert_exception(), RETURN_MASK_ALL, RETURN_QUIT, and TRY.
Referenced by gdbpy_initialize_gdb_readline().