C# Class UnitTests.GdbClientTests

Inheritance: GdbTestingBase
显示文件 Open project: pleonex/NitroDebugger

Public Methods

Method Description
GdbClientTests ( ) : System

Private Methods

Method Description
AskHaltedReason ( ) : void
BreakpointExecution ( object sender, StopSignal signal ) : void
CannnotDisconnectIfNotConnected ( ) : void
CannotConnectIfConnected ( ) : void
CloseServer ( ) : void
CommandConnectionLostDoesNotRaiseHandle ( ) : void
CommandConnectionLostRaiseHandle ( ) : void
CommandUnexepectedReply ( ) : void
CommandUnknownReplyPacket ( ) : void
Connect ( ) : void
ContinueExecution ( ) : void
ContinueExecutionAsync ( ) : void
ContinueIsInterrupted ( ) : void
Disconnect ( ) : void
Dispose ( ) : void
Interrupt ( ) : void
InterruptConnectionLostRaiseHandle ( ) : void
InterruptInvalidSignal ( ) : void
InterruptUnexepectedReply ( ) : void
InterruptUnknownReplyPacket ( ) : void
LostConnection ( object sender, EventArgs e ) : void
NotConnectedOnBadPort ( ) : void
OpenServer ( ) : void
SetUp ( ) : void
StepInto ( ) : void
StepIntoAsync ( ) : void
StoreHostAndPort ( ) : void

Method Details

GdbClientTests() public method

public GdbClientTests ( ) : System
return System