26 #include "precompiled.h"
#define UNUSED(param)
mark a function parameter as unused and avoid the corresponding compiler warning. ...
LIB_API void debug_SetThreadName(const char *name)
inform the debugger of the current thread's name.
const Status NOT_SUPPORTED
LIB_API void * debug_GetCaller(void *context, const wchar_t *lastFuncToSkip)
return the caller of a certain function on the call stack.
i64 Status
Error handling system.
LIB_API Status debug_ResolveSymbol(void *ptr_of_interest, wchar_t *sym_name, wchar_t *file, int *line)
read and return symbol information for the given address.
LIB_API Status debug_DumpStack(wchar_t *buf, size_t maxChars, void *context, const wchar_t *lastFuncToSkip)
write a complete stack trace (including values of local variables) into the specified buffer...