MCPcopy Create free account
hub / github.com/boostorg/build / backtrace

Function backtrace

v2/engine/builtins.c:1297–1302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1295 */
1296
1297void backtrace( FRAME * frame )
1298{
1299 if ( !frame ) return;
1300 while ( ( frame = frame->prev ) )
1301 backtrace_line( frame );
1302}
1303
1304
1305/*

Callers 7

unknown_ruleFunction · 0.70
builtin_importFunction · 0.70
builtin_native_ruleFunction · 0.70
function_call_ruleFunction · 0.70
argument_errorFunction · 0.70
function_runFunction · 0.70

Calls 1

backtrace_lineFunction · 0.85

Tested by

no test coverage detected