#include "Setup.h"
#include <string>

Go to the source code of this file.
Namespaces | |
| namespace | MPMA |
Defines | |
| #define | BREAKPOINT asm ("int $3;"); |
| Invokes a debugger break if a debugger is attached. | |
Functions | |
| std::string | MPMA::GetCallStack () |
| Returns a string representing the call stack for the current thread. Note that there is a decent amount of overhead involved in this. | |
1.5.6