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

Function debug_child_delete

src/engine/debugger.cpp:668–678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

666}
667
668static void debug_child_delete( int argc, const char * * argv )
669{
670 if ( argc == 2 )
671 {
672 int id = atoi( argv[ 1 ] );
673 if ( id < 1 || id > num_breakpoints )
674 return;
675 --id;
676 breakpoints[ id ].status = BREAKPOINT_DELETED;
677 }
678}
679
680static void debug_child_print( int argc, const char * * argv )
681{

Callers 1

debug_parent_deleteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected