Searched refs:GDBMessage (Results 1 – 2 of 2) sorted by relevance
23 export interface GDBMessage { interface28 export class GDBProtocolClient extends ProtocolClient<GDBMessage> {110 write(socket: Socket, msg: GDBMessage) {
1 import { GDBMessage } from '../../protocol/GDBProtocol';17 function testMessage(client: DebugserverClient, msg: GDBMessage) {