1
0

Added a basic stacktracing for assert and signal failures.

This commit is contained in:
Mattes D
2014-11-29 23:06:10 +01:00
parent 883230abbc
commit 201313a9f8
5 changed files with 73 additions and 4 deletions

View File

@@ -0,0 +1,15 @@
// StackTrace.h
// Declares the functions to print current stack trace
/** Prints the stacktrace for the current thread. */
extern void PrintStackTrace(void);