MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / print_current_stack_trace

Function print_current_stack_trace

src/hal/crash_handler.cpp:178–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176 }
177
178 void print_current_stack_trace() {
179 CONTEXT ctx;
180 RtlCaptureContext(&ctx);
181 print_stack_trace(&ctx);
182 fflush(stderr);
183 }
184}
185
186#elif DAS_CRASH_HANDLER_PLATFORM_SUPPORTED && ((defined(__linux__) || defined(__APPLE__)) && !defined(__EMSCRIPTEN__))

Callers 1

gc_check_breakFunction · 0.85

Calls 3

print_stack_traceFunction · 0.85
strip_pacFunction · 0.85
print_backtrace_framesFunction · 0.85

Tested by

no test coverage detected