| 30 | |
| 31 | // Print stack trace - callable from runner.exe watchdog timer |
| 32 | extern "C" void runner_print_stacktrace() { |
| 33 | print_stacktrace(); |
| 34 | } |
| 35 | |
| 36 | // Print stack trace of a specific suspended thread (Windows only). |
| 37 | // The thread_handle must be a valid HANDLE to a suspended thread. |