MCPcopy Create free account
hub / github.com/FastLED/FastLED / runner_print_stacktrace

Function runner_print_stacktrace

tests/shared/crash_handler_main.cpp:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31// Print stack trace - callable from runner.exe watchdog timer
32extern "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.

Callers 3

run_unit_test.hppFile · 0.85
alarm_handlerFunction · 0.85
alarm_handlerFunction · 0.85

Calls 1

print_stacktraceFunction · 0.50

Tested by 2

alarm_handlerFunction · 0.68
alarm_handlerFunction · 0.68