| 452 | } |
| 453 | |
| 454 | static void debug_end_stepping( void ) |
| 455 | { |
| 456 | fputc( DEBUG_MSG_END_STEPPING, command_output ); |
| 457 | fflush( command_output ); |
| 458 | debug_listen(); |
| 459 | } |
| 460 | |
| 461 | void debug_on_instruction( FRAME * frame, OBJECT * file, int line ) |
| 462 | { |
no test coverage detected