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

Function debug_parent_kill

src/engine/debugger.cpp:1318–1332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1316}
1317
1318static void debug_parent_kill( int argc, const char * * argv )
1319{
1320 if ( argc > 1 )
1321 {
1322 debug_error( "Too many arguments to kill." );
1323 return;
1324 }
1325 if ( debug_interface == DEBUG_INTERFACE_MI )
1326 {
1327 debug_mi_format_token();
1328 printf( "^done\n(gdb) \n" );
1329 fflush( stdout );
1330 }
1331 debug_parent_forward( 1, argv, 0, 1 );
1332}
1333
1334static void debug_parent_step( int argc, const char * * argv )
1335{

Callers

nothing calls this directly

Calls 3

debug_errorFunction · 0.85
debug_mi_format_tokenFunction · 0.85
debug_parent_forwardFunction · 0.85

Tested by

no test coverage detected