Go to the documentation of this file.
96 if (strstr(szText,
"************* Callstack *************"))
BOOL ShowCallstack(HANDLE hThread=GetCurrentThread(), const CONTEXT *context=NULL, PReadProcessMemoryRoutine readMemoryFunction=NULL, LPVOID pUserData=NULL)
Helper class for the getStackDump() function.
void OnOutput(LPCSTR szText) override
Overloaded function that deals with stqack dump information as it comes in.
DumpStackWalker(bool includeModules)
Constructor.
std::string m_string
Storage for the stack dump while it's being created.
A class that can help with walking the stack for debugging purposes (Windows version)
const typedef std::string & LPCSTR
std::string getStackDump(bool includeModules)
Returns the callstack and other debug information as a string.