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

Function debug_parent_quit

src/engine/debugger.cpp:1583–1592  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1581}
1582
1583static void debug_parent_quit( int argc, const char * * argv )
1584{
1585 if ( debug_state == DEBUG_RUN )
1586 {
1587 fprintf( command_output, "kill\n" );
1588 fflush( command_output );
1589 debug_parent_wait( 0 );
1590 }
1591 exit( 0 );
1592}
1593
1594static const char * const help_text[][2] =
1595{

Callers

nothing calls this directly

Calls 1

debug_parent_waitFunction · 0.85

Tested by

no test coverage detected