#include <common/h/headers.h>#include "parseauxv.h"#include "auxvtypes.h"Go to the source code of this file.
Defines | |
| #define | LINE_LEN 1024 |
Functions | |
| char * | P_cplus_demangle (const char *symbol, bool nativeCompiler, bool includeTypes) |
| map_entries * | getLinuxMaps (int pid, unsigned &maps_size) |
| #define LINE_LEN 1024 |
Definition at line 67 of file bluegeneKludges.C.
Referenced by getLinuxMaps(), and getVMMaps().
| map_entries* getLinuxMaps | ( | int | pid, | |
| unsigned & | maps_size | |||
| ) |
Definition at line 68 of file bluegeneKludges.C.
References LINE_LEN, MAPENTRIES_PATH_SIZE_STR, maps_entries::prems, PREMS_EXEC, PREMS_PRIVATE, PREMS_READ, and PREMS_WRITE.
Referenced by Dyninst::AddressTranslateSysV::refresh().
| char* P_cplus_demangle | ( | const char * | symbol, | |
| bool | nativeCompiler, | |||
| bool | includeTypes | |||
| ) | [inline] |
Definition at line 35 of file bluegeneKludges.C.
References cplus_demangle(), dedemangle(), DMGL_ANSI, DMGL_ARM, and DMGL_PARAMS.
1.6.1