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

Function debug_parent_next

src/engine/debugger.cpp:1350–1364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1348}
1349
1350static void debug_parent_next( int argc, const char * * argv )
1351{
1352 if ( argc > 1 )
1353 {
1354 debug_error( "Too many arguments to next." );
1355 return;
1356 }
1357 if ( debug_interface == DEBUG_INTERFACE_MI )
1358 {
1359 debug_mi_format_token();
1360 printf( "^running\n(gdb) \n" );
1361 fflush( stdout );
1362 }
1363 debug_parent_forward( 1, argv, 1, 1 );
1364}
1365
1366static void debug_parent_finish( int argc, const char * * argv )
1367{

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