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

Function backtrace

src/engine/builtins.cpp:1359–1364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1357 */
1358
1359void backtrace( FRAME * frame )
1360{
1361 if ( !frame ) return;
1362 while ( ( frame = frame->prev ) )
1363 backtrace_line( frame );
1364}
1365
1366
1367/*

Callers 7

unknown_ruleFunction · 0.85
builtin_importFunction · 0.85
builtin_native_ruleFunction · 0.85
function_call_ruleFunction · 0.85
argument_errorFunction · 0.85
function_runFunction · 0.85

Calls 1

backtrace_lineFunction · 0.85

Tested by

no test coverage detected