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

Function debug_parent_disable

src/engine/debugger.cpp:1442–1455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1440}
1441
1442static void debug_parent_disable( int argc, const char * * argv )
1443{
1444 if ( ! check_breakpoint_fn_args( argc, argv ) )
1445 {
1446 return;
1447 }
1448 debug_child_disable( argc, argv );
1449 debug_parent_forward_nowait( 2, argv, 1, 0 );
1450 if ( debug_interface == DEBUG_INTERFACE_MI )
1451 {
1452 debug_mi_format_token();
1453 printf( "^done\n(gdb) \n" );
1454 }
1455}
1456
1457static void debug_parent_enable( int argc, const char * * argv )
1458{

Callers 1

debug_mi_break_disableFunction · 0.85

Calls 4

check_breakpoint_fn_argsFunction · 0.85
debug_child_disableFunction · 0.85
debug_mi_format_tokenFunction · 0.85

Tested by

no test coverage detected