doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
stack.cpp File Reference
#include "../../idlib/precompiled.h"
#include <execinfo.h>

Go to the source code of this file.

Functions

void Sys_ShutdownSymbols (void)
 
void Sys_GetCallStack (address_t *callStack, const int callStackSize)
 
const char * Sys_GetCallStackStr (const address_t *callStack, int callStackSize)
 
const char * Sys_GetCallStackCurStr (int depth)
 
const char * Sys_GetCallStackCurAddressStr (int depth)
 

Function Documentation

void Sys_GetCallStack ( address_t callStack,
const int  callStackSize 
)

Definition at line 87 of file stack.cpp.

const char* Sys_GetCallStackCurAddressStr ( int  depth)

Definition at line 133 of file stack.cpp.

const char* Sys_GetCallStackCurStr ( int  depth)

Definition at line 120 of file stack.cpp.

const char* Sys_GetCallStackStr ( const address_t callStack,
int  callStackSize 
)

Definition at line 100 of file stack.cpp.

void Sys_ShutdownSymbols ( void  )

Definition at line 35 of file stack.cpp.