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

Function debug_parent_enable

src/engine/debugger.cpp:1457–1470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1455}
1456
1457static void debug_parent_enable( int argc, const char * * argv )
1458{
1459 if ( ! check_breakpoint_fn_args( argc, argv ) )
1460 {
1461 return;
1462 }
1463 debug_child_enable( argc, argv );
1464 debug_parent_forward_nowait( 2, argv, 1, 0 );
1465 if ( debug_interface == DEBUG_INTERFACE_MI )
1466 {
1467 debug_mi_format_token();
1468 printf( "^done\n(gdb) \n" );
1469 }
1470}
1471
1472static void debug_parent_delete( int argc, const char * * argv )
1473{

Callers 1

debug_mi_break_enableFunction · 0.85

Calls 4

check_breakpoint_fn_argsFunction · 0.85
debug_child_enableFunction · 0.85
debug_mi_format_tokenFunction · 0.85

Tested by

no test coverage detected