()
| 973 | } |
| 974 | |
| 975 | protected isMIStatusStopped(): boolean { |
| 976 | // We get the status from the MI because we may not have received the event yet |
| 977 | return (this.miDebugger.status !== 'running'); |
| 978 | } |
| 979 | |
| 980 | // Runs a set of commands after a quiet time and is no other gdb transactions are happening |
| 981 | // Returning 'true' means the execution is going to continue |
no outgoing calls
no test coverage detected