| 1778 | }; |
| 1779 | |
| 1780 | static void debug_mi_format_token( void ) |
| 1781 | { |
| 1782 | if ( current_token != 0 ) |
| 1783 | { |
| 1784 | printf( "%d", current_token ); |
| 1785 | } |
| 1786 | } |
| 1787 | |
| 1788 | static void debug_mi_format_breakpoint( int id ) |
| 1789 | { |
no outgoing calls
no test coverage detected