| 25 | // Setup crash handler - this is called from runner.exe main() |
| 26 | // before loading any test DLLs |
| 27 | extern "C" void runner_setup_crash_handler() { |
| 28 | setup_crash_handler(); |
| 29 | } |
| 30 | |
| 31 | // Print stack trace - callable from runner.exe watchdog timer |
| 32 | extern "C" void runner_print_stacktrace() { |