GDB (API)
|
#include "defs.h"
#include "symtab.h"
#include "gdbtypes.h"
#include "expression.h"
#include "filenames.h"
#include "language.h"
#include "gdb_assert.h"
#include "exceptions.h"
#include "gdb_signals.h"
#include "cli/cli-decode.h"
#include "gdbcmd.h"
#include "readline/readline.h"
#include "completer.h"
Go to the source code of this file.
Enumerations | |
enum | complete_line_internal_reason { handle_brkchars, handle_completions, handle_help } |
Functions | |
char * | get_gdb_completer_quote_characters (void) |
char * | readline_line_completion_function (const char *text, int matches) |
VEC (char_ptr) | |
char * | gdb_completion_word_break_characters (void) |
const char * | skip_quoted_chars (const char *str, const char *quotechars, const char *breakchars) |
const char * | skip_quoted (const char *str) |
Definition at line 476 of file completer.c.
char* gdb_completion_word_break_characters | ( | void | ) |
Definition at line 824 of file completer.c.
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 * | str | ) |
Definition at line 958 of file completer.c.
const char* skip_quoted_chars | ( | const char * | str, |
const char * | quotechars, | ||
const char * | breakchars | ||
) |
Definition at line 915 of file completer.c.
Definition at line 108 of file completer.c.