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

Function debug_mi_exec_run

src/engine/debugger.cpp:2485–2493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2483}
2484
2485static void debug_mi_exec_run( int argc, const char * * argv )
2486{
2487 printf( "=thread-created,id=\"1\",group-id=\"i1\"\n" );
2488 debug_mi_format_token();
2489 printf( "^running\n(gdb) \n" );
2490 fflush( stdout );
2491 debug_start_child( argc, argv );
2492 debug_parent_wait( 1 );
2493}
2494
2495static void debug_mi_exec_continue( int argc, const char * * argv )
2496{

Callers

nothing calls this directly

Calls 3

debug_mi_format_tokenFunction · 0.85
debug_start_childFunction · 0.85
debug_parent_waitFunction · 0.85

Tested by

no test coverage detected