C# Class UnitTests.PacketTypesTest

Datei anzeigen Open project: pleonex/NitroDebugger

Public Methods

Method Description
CreateNetworkRegisters ( ) : byte[]
CreateRegisters ( ) : NitroDebugger.Register[]

Private Methods

Method Description
CreateContinueCommand ( ) : void
CreateDataReply ( ) : void
CreateErrorReply ( ) : void
CreateHaltedReasonCommand ( ) : void
CreateOkReply ( ) : void
CreateReadMemoryCommand ( ) : void
CreateReadRegistersCommand ( ) : void
CreateRegistersReply ( ) : void
CreateSingleStepCommand ( ) : void
CreateStopSignalReplyAccessWatchpoint ( ) : void
CreateStopSignalReplyBreakpoint ( ) : void
CreateStopSignalReplyHostBreak ( ) : void
CreateStopSignalReplyReadWatchpoint ( ) : void
CreateStopSignalReplyStepBreak ( ) : void
CreateStopSignalReplyWatchpoint ( ) : void
CreateWriteMemoryCommand ( ) : void
CreateWriteRegistersCommand ( ) : void
CreateWriteSingleRegisterCommand ( ) : void
FactoryCreateOkReply ( ) : void
FactoryDataReply ( ) : void
FactoryErrorReply ( ) : void
FactoryRegistersReply ( ) : void
FactoryStopSignalReplyAccessWatchpoint ( ) : void
FactoryStopSignalReplyBreakpoint ( ) : void
FactoryStopSignalReplyHostBreak ( ) : void
FactoryStopSignalReplyReadWatchpoint ( ) : void
FactoryStopSignalReplyStepBreak ( ) : void
FactoryStopSignalReplyWatchpoint ( ) : void

Method Details

CreateNetworkRegisters() public static method

public static CreateNetworkRegisters ( ) : byte[]
return byte[]

CreateRegisters() public static method

public static CreateRegisters ( ) : NitroDebugger.Register[]
return NitroDebugger.Register[]