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

Function debug_mi_interpreter_exec

src/engine/debugger.cpp:2590–2597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2588static int process_command( char * command );
2589
2590static void debug_mi_interpreter_exec( int argc, const char * * argv )
2591{
2592 if ( argc < 3 )
2593 {
2594 debug_mi_error( "Not enough arguments for -interpreter-exec" );
2595 }
2596 process_command( (char *)argv[ 2 ] );
2597}
2598
2599/* The debugger's main loop. */
2600int debugger( void )

Callers

nothing calls this directly

Calls 2

debug_mi_errorFunction · 0.85
process_commandFunction · 0.85

Tested by

no test coverage detected