Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1297
void backtrace( FRAME * frame )
1298
{
1299
if ( !frame ) return;
1300
while ( ( frame = frame->prev ) )
1301
backtrace_line( frame );
1302
}
1303
1304
1305
/*
Callers
7
unknown_rule
Function · 0.70
builtin_import
Function · 0.70
builtin_native_rule
Function · 0.70
function_call_rule
Function · 0.70
function_call_member_rule
Function · 0.70
argument_error
Function · 0.70
function_run
Function · 0.70
Calls
1
backtrace_line
Function · 0.85
Tested by
no test coverage detected