21 #ifndef WINPR_DEBUG_UNWIND_H
22 #define WINPR_DEBUG_UNWIND_H
29 #include <winpr/wtypes.h>
30 #include <winpr/winpr.h>
31 #include <winpr/wlog.h>
33 void winpr_unwind_backtrace_free(
void* buffer);
35 WINPR_ATTR_MALLOC(winpr_unwind_backtrace_free, 1)
36 void* winpr_unwind_backtrace(DWORD size);
38 WINPR_ATTR_MALLOC(free, 1)
39 char** winpr_unwind_backtrace_symbols(
void* buffer,
size_t* used);