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

Function debug_parent_delete

src/engine/debugger.cpp:1472–1485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1470}
1471
1472static void debug_parent_delete( int argc, const char * * argv )
1473{
1474 if ( ! check_breakpoint_fn_args( argc, argv ) )
1475 {
1476 return;
1477 }
1478 debug_child_delete( argc, argv );
1479 debug_parent_forward_nowait( 2, argv, 1, 0 );
1480 if ( debug_interface == DEBUG_INTERFACE_MI )
1481 {
1482 debug_mi_format_token();
1483 printf( "^done\n(gdb) \n" );
1484 }
1485}
1486
1487static void debug_parent_clear( int argc, const char * * argv )
1488{

Callers 2

debug_parent_clearFunction · 0.85
debug_mi_break_deleteFunction · 0.85

Calls 4

check_breakpoint_fn_argsFunction · 0.85
debug_child_deleteFunction · 0.85
debug_mi_format_tokenFunction · 0.85

Tested by

no test coverage detected