GDB (xrefs)
|
#include "location.h"
Public Attributes | |
const char * | last_option = NULL |
const char * | quoted_arg_start = NULL |
const char * | quoted_arg_end = NULL |
bool | saw_explicit_location_spec_option = false |
Definition at line 335 of file location.h.
const char* explicit_completion_info::last_option = NULL |
Definition at line 339 of file location.h.
Referenced by location_completer(), and string_to_explicit_location_spec().
const char* explicit_completion_info::quoted_arg_end = NULL |
Definition at line 347 of file location.h.
Referenced by explicit_location_spec_lex_one(), explicit_location_spec_lex_one_function(), location_completer(), and string_to_explicit_location_spec().
const char* explicit_completion_info::quoted_arg_start = NULL |
Definition at line 346 of file location.h.
Referenced by explicit_location_spec_lex_one(), explicit_location_spec_lex_one_function(), location_completer(), and string_to_explicit_location_spec().
bool explicit_completion_info::saw_explicit_location_spec_option = false |
Definition at line 352 of file location.h.
Referenced by location_completer(), and string_to_explicit_location_spec().