OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
dumpstack.cpp File Reference
#include <owl/pch.h>
#include <owl/private/dumpstack.h>
#include <owl/module.h>
#include <owl/template.h>
#include <owl/contain.h>
#include <wintrust.h>
#include <imagehlp.h>

Go to the source code of this file.

Namespaces

namespace  owl
 Object Windows Library (OWLNext Core)
 

Macros

#define MODULE_NAME_LEN   64
 defined(UNIX)
 
#define SYMBOL_NAME_LEN   128
 
#define TRACE_STACK(m)
 

Functions

void owl::OwlDumpStack (uint32 target=OWL_STACK_DUMP_TARGET_DEFAULT)
 

Macro Definition Documentation

◆ MODULE_NAME_LEN

#define MODULE_NAME_LEN   64

defined(UNIX)

Definition at line 200 of file dumpstack.cpp.

◆ SYMBOL_NAME_LEN

#define SYMBOL_NAME_LEN   128

Definition at line 201 of file dumpstack.cpp.

◆ TRACE_STACK

#define TRACE_STACK ( m)

Definition at line 214 of file dumpstack.cpp.