C# Class Mosa.Kernel.x86.Debugger

Client Side Debugger
Exibir arquivo Open project: tgiphil/MOSA-Project

Public Methods

Method Description
Ready ( ) : void
Setup ( ushort com ) : void

Private Methods

Method Description
BadDataAbort ( ) : void
ClearMemory ( ) : void
CompressedWriteMemory ( ) : void
ComputeCRC ( ) : uint
ComputeMemoryCRC ( uint start, uint length ) : uint
GetByte ( uint offset ) : byte
GetCRC ( ) : uint
GetCode ( ) : int
GetID ( ) : uint
GetInt32 ( uint offset ) : int
GetLength ( ) : uint
GetMagic ( ) : int
GetMemoryCRC ( ) : void
GetUInt32 ( uint offset ) : uint
HardJump ( ) : void
Process ( ) : void
Process ( IDTStack stack ) : void
ProcessCommand ( ) : void
ProcessSerial ( ) : bool
ProcessTestUnitQueue ( ) : void
QueueUnitTest ( ) : void
ReadMemory ( ) : void
ResetBuffer ( ) : void
Scattered32BitReadMemory ( ) : void
SendAlive ( ) : void
SendByte ( byte b ) : void
SendByte ( int i ) : void
SendCRC ( ) : void
SendInteger ( int i ) : void
SendInteger ( uint i ) : void
SendInteger ( ulong i ) : void
SendRawByte ( byte b ) : void
SendReady ( ) : void
SendResponse ( uint id, int code ) : void
SendResponse ( uint id, int code, int data ) : void
SendResponse ( uint id, int code, ulong data ) : void
SendResponseStart ( uint id, int code, int len ) : void
SendTestUnitResponse ( ) : void
WriteMemory ( ) : void

Method Details

Ready() public static method

public static Ready ( ) : void
return void

Setup() public static method

public static Setup ( ushort com ) : void
com ushort
return void