Class FormMain.GdbAsmLine
Inheritance
System.Object
FormMain.GdbAsmLine
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cosmos.Debug.GDB
Assembly: Cosmos.Debug.GDB.dll
Syntax
protected class GdbAsmLine
Constructors
| Improve this Doc View SourceGdbAsmLine(String)
Declaration
public GdbAsmLine(string aInput)
Parameters
Type | Name | Description |
---|---|---|
System.String | aInput |
Fields
| Improve this Doc View SourcemAddr
Declaration
public readonly uint mAddr
Field Value
Type | Description |
---|---|
System.UInt32 |
mData
Declaration
public readonly string mData
Field Value
Type | Description |
---|---|
System.String |
mEIPHere
Declaration
public readonly bool mEIPHere
Field Value
Type | Description |
---|---|
System.Boolean |
mLabel
Declaration
public readonly string mLabel
Field Value
Type | Description |
---|---|
System.String |
mOp
Declaration
public readonly string mOp
Field Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()