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 90 of file py-gdb-readline.c.
References gdbpy_readline_wrapper().
|
static |
Definition at line 32 of file py-gdb-readline.c.
References command_line_input(), gdbpy_convert_exception(), and PyMem_RawMalloc.
Referenced by gdbpy_initialize_gdb_readline().