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

Function debug_parent_forward

src/engine/debugger.cpp:1293–1300  ·  view source on GitHub ↗

FIXME: This function should be eliminated when I finish all stdout to the parent. */

Source from the content-addressed store, hash-verified

1291
1292/* FIXME: This function should be eliminated when I finish all stdout to the parent. */
1293static void debug_parent_forward( int argc, const char * * argv, int print_message, int require_child )
1294{
1295 if ( debug_parent_forward_nowait( argc, argv, print_message, require_child ) != 0 )
1296 {
1297 return;
1298 }
1299 debug_parent_wait( print_message );
1300}
1301
1302static void debug_parent_continue( int argc, const char * * argv )
1303{

Callers 12

debug_parent_continueFunction · 0.85
debug_parent_killFunction · 0.85
debug_parent_stepFunction · 0.85
debug_parent_nextFunction · 0.85
debug_parent_finishFunction · 0.85
debug_mi_exec_continueFunction · 0.85
debug_mi_exec_stepFunction · 0.85
debug_mi_exec_nextFunction · 0.85
debug_mi_exec_finishFunction · 0.85

Calls 2

debug_parent_waitFunction · 0.85

Tested by

no test coverage detected