|
GDB (API)
|
#include "defs.h"#include "command.h"#include "gdbcmd.h"#include "demangle.h"#include "gdb-demangle.h"#include "gdb_string.h"Go to the source code of this file.
Defines | |
| #define | DEFAULT_DEMANGLING_STYLE AUTO_DEMANGLING_STYLE_STRING |
Functions | |
| int | is_cplus_marker (int c) |
| void | _initialize_demangler (void) |
Variables | |
| int | demangle = 1 |
| int | asm_demangle = 0 |
| initialize_file_ftype | _initialize_demangler |
| #define DEFAULT_DEMANGLING_STYLE AUTO_DEMANGLING_STYLE_STRING |
Definition at line 42 of file demangle.c.
| void _initialize_demangler | ( | void | ) |
Definition at line 159 of file demangle.c.
| int is_cplus_marker | ( | int | c | ) |
Definition at line 151 of file demangle.c.
| int asm_demangle = 0 |
Definition at line 59 of file demangle.c.
Definition at line 46 of file demangle.c.
1.7.6.1