diff options
Diffstat (limited to 'src/OSSupport/StackTrace.h')
-rw-r--r-- | src/OSSupport/StackTrace.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/OSSupport/StackTrace.h b/src/OSSupport/StackTrace.h new file mode 100644 index 000000000..228a00077 --- /dev/null +++ b/src/OSSupport/StackTrace.h @@ -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); + + + + |