#include <PalmTypes.h>
#include <stdarg.h>
Go to the source code of this file.
Functions | |
Boolean | DbgIsPresent (void) |
status_t | DbgLookupSymbol (const void *addr, int32_t maxLen, char *outSymbol, void **outAddr) |
void | DbgRestartMallocProfiling (void) |
void | DbgSetMallocProfiling (Boolean enabled, int32_t dumpPeriod, int32_t maxItems, int32_t stackDepth) |
status_t | DbgUnmangleSymbol (char *symbol, int32_t maxLen, char *outName) |
int32_t | DbgWalkStack (int32_t ignoreDepth, int32_t maxResults, void **outAddresses) |
|
|
|
|
|
|
|
|
|
|
|
|