PStack  2.0
Stack trace printer for MSVC and GCC binaries
debug_help_dll.cpp File Reference

Define functionality for the wrapper for Microsoft's Debug Helper DLL. More...

Include dependency graph for debug_help_dll.cpp:

Namespaces

 psystem
 Contains the process examination "system" and basic frameworks.
 

Local Macros

#define LOAD_FUNCTION(f)   f.retarget(get_function(#f))
 Quick macro to load a function by name into a load_function instance. More...
 

Detailed Description

Define functionality for the wrapper for Microsoft's Debug Helper DLL.

Author
Matt Bisson
Date
14 July, 2008 – 20 November, 2015
Since
ProcLib 1.3
Version
PSystem 2.0

Macro Definition Documentation

#define LOAD_FUNCTION (   f)    f.retarget(get_function(#f))

Quick macro to load a function by name into a load_function instance.

Todo:
This doesn't update the base class' function pointers!