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

Function debug_child_break

src/engine/debugger.cpp:601–607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

599}
600
601static void debug_child_break( int argc, const char * * argv )
602{
603 if ( argc == 2 )
604 {
605 debug_add_breakpoint( argv[ 1 ] );
606 }
607}
608
609static int get_breakpoint_by_name( const char * name )
610{

Callers

nothing calls this directly

Calls 1

debug_add_breakpointFunction · 0.85

Tested by

no test coverage detected