(data: Buffer | string)
| 119 | } |
| 120 | |
| 121 | public logData(data: Buffer | string) { |
| 122 | GDBServerConsole.logDataStatic(this.ptyTerm, data); |
| 123 | } |
| 124 | |
| 125 | public debugMsg(msg: string) { |
| 126 | GDBServerConsole.debugMsgStatic(this.ptyTerm, msg); |
no test coverage detected