GDB (xrefs)
Functions
py-gdb-readline.c File Reference
#include "defs.h"
#include "python-internal.h"
#include "top.h"
#include "cli/cli-utils.h"

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)
 

Function Documentation

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 char* gdbpy_readline_wrapper ( FILE *  sys_stdin,
FILE *  sys_stdout,
char *  prompt 
)
static