Class GDB
Inheritance
System.Object
GDB
Inherited Members
System.Object.ToString()
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()
Assembly: Cosmos.Debug.GDB.dll
Syntax
Constructors
|
Improve this Doc
View Source
GDB(Action<GDB.Response>, Action<Boolean>)
Declaration
public GDB(Action<GDB.Response> aOnResponse, Action<bool> aOnRunStateChange)
Parameters
Type |
Name |
Description |
System.Action<GDB.Response> |
aOnResponse |
|
System.Action<System.Boolean> |
aOnRunStateChange |
|
Fields
|
Improve this Doc
View Source
m_IsStopped
Declaration
protected bool m_IsStopped
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
mBuffer
Declaration
protected List<string> mBuffer
Field Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
|
Improve this Doc
View Source
mConnected
Declaration
protected bool mConnected
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
mGDBProcess
Declaration
public Process mGDBProcess
Field Value
Type |
Description |
System.Diagnostics.Process |
|
|
Improve this Doc
View Source
mLastCmd
Declaration
protected Queue<string> mLastCmd
Field Value
Type |
Description |
System.Collections.Generic.Queue<System.String> |
|
|
Improve this Doc
View Source
mOnResponse
Declaration
protected Action<GDB.Response> mOnResponse
Field Value
|
Improve this Doc
View Source
mOnRunStateChange
Declaration
protected Action<bool> mOnRunStateChange
Field Value
Type |
Description |
System.Action<System.Boolean> |
|
Properties
|
Improve this Doc
View Source
Connected
Declaration
public bool Connected { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Stopped
Declaration
public bool Stopped { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
Connect()
Declaration
|
Improve this Doc
View Source
Disconnect()
Declaration
|
Improve this Doc
View Source
ProcessResponse(String)
Declaration
protected void ProcessResponse(string line)
Parameters
Type |
Name |
Description |
System.String |
line |
|
|
Improve this Doc
View Source
SendCmd(String)
Declaration
public void SendCmd(string aCmd)
Parameters
Type |
Name |
Description |
System.String |
aCmd |
|
|
Improve this Doc
View Source
TargetCmdReply(GDB.Response)
Declaration
protected void TargetCmdReply(GDB.Response res)
Parameters
|
Improve this Doc
View Source
Unescape(String)
Declaration
public static string Unescape(string aInput)
Parameters
Type |
Name |
Description |
System.String |
aInput |
|
Returns
Type |
Description |
System.String |
|