summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/StackTrace.h
blob: cff1bb8af1fcb2659d543a55a0aaca0917fd6144 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11

// StackTrace.h

// Declares the functions to print current stack trace





/** Prints the stacktrace for the current thread. */
extern void PrintStackTrace(void);