GDB (API)
Defines | Functions | Variables
/home/stan/gdb/src/gdb/demangle.c File Reference
#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 Documentation

#define DEFAULT_DEMANGLING_STYLE   AUTO_DEMANGLING_STYLE_STRING

Definition at line 42 of file demangle.c.


Function Documentation

void _initialize_demangler ( void  )

Definition at line 159 of file demangle.c.

Definition at line 151 of file demangle.c.


Variable Documentation

Definition at line 59 of file demangle.c.

Definition at line 46 of file demangle.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines