(msg: string)
| 123 | } |
| 124 | |
| 125 | public debugMsg(msg: string) { |
| 126 | GDBServerConsole.debugMsgStatic(this.ptyTerm, msg); |
| 127 | } |
| 128 | |
| 129 | public static createTermName(want: string, existing: string | null): string { |
| 130 | let ret = want; |
no test coverage detected