public GDBNetworkServer(IDebugTarget target, int port) { _target = target; _port = port; _target.BreakpointHandler += BreakpointOccured; }
public GDBSession(IDebugTarget target) { _target = target; }
public GDBNetworkServer(IDebugTarget target, int port) { _target = target; _port = port; }