|
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 89 of file py-gdb-readline.c.
References gdbpy_readline_wrapper().
Referenced by do_start_initialization().
|
static |
Definition at line 32 of file py-gdb-readline.c.
References CATCH, command_line_input(), END_CATCH, gdbpy_convert_exception(), PyMem_RawMalloc, RETURN_MASK_ALL, RETURN_QUIT, and TRY.
Referenced by gdbpy_initialize_gdb_readline().
1.8.14