Class DebuggerAsm
Inheritance
System.Object
DebuggerAsm
Assembly: Cosmos.Debug.Kernel.Plugs.Asm.dll
Syntax
public static class DebuggerAsm : object
Methods
|
Improve this Doc
View Source
Break(Debugger)
Declaration
public static void Break(Debugger aThis)
Parameters
|
Improve this Doc
View Source
DoBochsBreak()
Declaration
public static void DoBochsBreak()
|
Improve this Doc
View Source
DoRealHalt()
Declaration
public static void DoRealHalt()
|
Improve this Doc
View Source
DoSend(String)
Declaration
public static void DoSend(string aText)
Parameters
Type |
Name |
Description |
System.String |
aText |
|
|
Improve this Doc
View Source
DoSendNumber(Double)
Declaration
public static void DoSendNumber(double aNumber)
Parameters
Type |
Name |
Description |
System.Double |
aNumber |
|
|
Improve this Doc
View Source
DoSendNumber(Int32)
Declaration
public static void DoSendNumber(int aNumber)
Parameters
Type |
Name |
Description |
System.Int32 |
aNumber |
|
|
Improve this Doc
View Source
DoSendNumber(Int64)
Declaration
public static void DoSendNumber(long aNumber)
Parameters
Type |
Name |
Description |
System.Int64 |
aNumber |
|
|
Improve this Doc
View Source
DoSendNumber(Single)
Declaration
public static void DoSendNumber(float aNumber)
Parameters
Type |
Name |
Description |
System.Single |
aNumber |
|
|
Improve this Doc
View Source
DoSendNumber(UInt32)
Declaration
public static void DoSendNumber(uint aNumber)
Parameters
Type |
Name |
Description |
System.UInt32 |
aNumber |
|
|
Improve this Doc
View Source
DoSendNumber(UInt64)
Declaration
public static void DoSendNumber(ulong aNumber)
Parameters
Type |
Name |
Description |
System.UInt64 |
aNumber |
|
|
Improve this Doc
View Source
SendChannelCommand(Byte, Byte)
Declaration
public static void SendChannelCommand(byte aChannel, byte aCommand)
Parameters
Type |
Name |
Description |
System.Byte |
aChannel |
|
System.Byte |
aCommand |
|
|
Improve this Doc
View Source
SendChannelCommand(Byte, Byte, Int32, Byte*)
Declaration
public static void SendChannelCommand(byte aChannel, byte aCommand, int aByteCount, byte *aData)
Parameters
Type |
Name |
Description |
System.Byte |
aChannel |
|
System.Byte |
aCommand |
|
System.Int32 |
aByteCount |
|
System.Byte* |
aData |
|
|
Improve this Doc
View Source
SendKernelPanic(UInt32)
Declaration
public static void SendKernelPanic(uint id)
Parameters
Type |
Name |
Description |
System.UInt32 |
id |
|
|
Improve this Doc
View Source
SendMessageBox(Debugger, Int32, Char*)
Declaration
public static void SendMessageBox(Debugger aThis, int aLength, char *aText)
Parameters
Type |
Name |
Description |
Debugger |
aThis |
|
System.Int32 |
aLength |
|
System.Char* |
aText |
|
|
Improve this Doc
View Source
SendPtr(Debugger, Object)
Declaration
public static void SendPtr(Debugger aThis, object aPtr)
Parameters
Type |
Name |
Description |
Debugger |
aThis |
|
System.Object |
aPtr |
|