Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
debug_stack.h File Reference

Go to the source code of this file.

Classes

class  DebugStackwalk
 stack walker class (singleton) More...
 
class  DebugStackwalk::Signature
 a stack trace signature More...
 

Macros

#define DEBUG_STACK_H
 

Functions

Debugoperator<< (Debug &dbg, const DebugStackwalk::Signature &sig)
 Dumps a complete signature with symbols.
 

Macro Definition Documentation

◆ DEBUG_STACK_H

#define DEBUG_STACK_H

Definition at line 33 of file debug_stack.h.

Function Documentation

◆ operator<<()

Debug & operator<< ( Debug & dbg,
const DebugStackwalk::Signature & sig )

Dumps a complete signature with symbols.

Parameters
dbgdebug instance
sigsignature
Returns
debug instance

Definition at line 300 of file debug_stack.cpp.