GDB (API)
|
#include "gdb_vecs.h"
Go to the source code of this file.
Functions | |
VEC (char_ptr)*complete_line(const char *text | |
char * | readline_line_completion_function (const char *text, int matches) |
const char const char const char const char const char const char const char const char const char const char const char const char *char * | get_gdb_completer_quote_characters (void) |
char * | gdb_completion_word_break_characters (void) |
const char * | skip_quoted_chars (const char *, const char *, const char *) |
const char * | skip_quoted (const char *) |
Variables | |
char * | line_buffer |
char int | point |
char* gdb_completion_word_break_characters | ( | void | ) |
Definition at line 824 of file completer.c.
const char const char const char const char const char const char const char const char const char const char const char const char* char* get_gdb_completer_quote_characters | ( | void | ) |
Definition at line 92 of file completer.c.
char* readline_line_completion_function | ( | const char * | text, |
int | matches | ||
) |
Definition at line 100 of file completer.c.
const char* skip_quoted | ( | const char * | ) |
Definition at line 958 of file completer.c.
const char* skip_quoted_chars | ( | const char * | , |
const char * | , | ||
const char * | |||
) |
Definition at line 915 of file completer.c.
char* line_buffer |
Definition at line 23 of file completer.h.
Definition at line 23 of file completer.h.