diff options
author | Mattes D <github@xoft.cz> | 2014-11-29 23:06:10 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-11-29 23:06:10 +0100 |
commit | 201313a9f84192ad7f2fcd7e4ab2cc793a85b96f (patch) | |
tree | dacc0cc4d1d81cda9c4c9c8bf8fc1fff0dff2f13 /src/OSSupport/StackTrace.h | |
parent | Merge pull request #1619 from mc-server/WarningFixes (diff) | |
download | cuberite-201313a9f84192ad7f2fcd7e4ab2cc793a85b96f.tar cuberite-201313a9f84192ad7f2fcd7e4ab2cc793a85b96f.tar.gz cuberite-201313a9f84192ad7f2fcd7e4ab2cc793a85b96f.tar.bz2 cuberite-201313a9f84192ad7f2fcd7e4ab2cc793a85b96f.tar.lz cuberite-201313a9f84192ad7f2fcd7e4ab2cc793a85b96f.tar.xz cuberite-201313a9f84192ad7f2fcd7e4ab2cc793a85b96f.tar.zst cuberite-201313a9f84192ad7f2fcd7e4ab2cc793a85b96f.zip |
Diffstat (limited to '')
-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); + + + + |