Started adding backtrace functionality for Win32, but need to find a replacement for kill and sigsetjmp/siglongjmp since mingw doesn't support them ....
This commit is contained in:
7
backtrace.h
Normal file
7
backtrace.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef __BACKTRACE_H__
|
||||
#define __BACKTRACE_H__
|
||||
|
||||
extern int backtrace(void **buffer, int size);
|
||||
extern char **backtrace_symbols(void *const *buffer, int size);
|
||||
|
||||
#endif // __BACKTRACE_H__
|
||||
Reference in New Issue
Block a user