| 2483 | } |
| 2484 | |
| 2485 | static 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 | |
| 2495 | static void debug_mi_exec_continue( int argc, const char * * argv ) |
| 2496 | { |
nothing calls this directly
no test coverage detected