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

Function handle_function_breakpoint

src/engine/debugger.cpp:320–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318}
319
320static int handle_function_breakpoint( OBJECT * name )
321{
322 return handle_line_breakpoint( name, -1 );
323}
324
325static OBJECT * make_absolute_path( OBJECT * filename )
326{

Callers 2

debug_on_enter_functionFunction · 0.85
get_breakpoint_by_nameFunction · 0.85

Calls 1

handle_line_breakpointFunction · 0.85

Tested by

no test coverage detected