Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1359
void backtrace( FRAME * frame )
1360
{
1361
if ( !frame ) return;
1362
while ( ( frame = frame->prev ) )
1363
backtrace_line( frame );
1364
}
1365
1366
1367
/*
Callers
7
unknown_rule
Function · 0.85
builtin_import
Function · 0.85
builtin_native_rule
Function · 0.85
function_call_rule
Function · 0.85
function_call_member_rule
Function · 0.85
argument_error
Function · 0.85
function_run
Function · 0.85
Calls
1
backtrace_line
Function · 0.85
Tested by
no test coverage detected