Свойство | Type | Description | |
---|---|---|---|
asyncModeEnabled | bool | ||
console | IConsole |
Свойство | Type | Description | |
---|---|---|---|
ClearCommand | void | ||
ProcessAsynRecord | void | ||
ProcessOutput | void | ||
ProcessStopRecord | void | ||
SendCommand | Task |
||
SetCommand | |||
WaitForResponse | string |
Méthode | Description | |
---|---|---|
BreakMainAsync ( ) : Task |
||
CloseAsync ( ) : Task | ||
ContinueAsync ( ) : Task | ||
CreateWatchAsync ( string id, string expression ) : Task |
||
DeleteWatchAsync ( string id ) : Task | ||
DisassembleAsync ( string file, int line, int numLines ) : Task
|
||
DisassembleAsync ( ulong start, uint count ) : Task
|
||
EvaluateExpressionAsync ( string expression ) : Task |
||
GDBDebugger ( ) : System | ||
GetChangedRegistersAsync ( ) : string>>.Task |
||
GetRegistersAsync ( ) : Register>>.Task |
||
GetSettingsControl ( IProject project ) : object | ||
GetVariableId ( ) : int | ||
Initialise ( ) : void | ||
ListChildrenAsync ( VariableObject variable ) : Task
|
||
ListStackFramesAsync ( ) : Task
|
||
ListStackVariablesAsync ( ) : Task
|
||
PauseAsync ( ) : Task |
||
ProvisionSettings ( IProject project ) : void | ||
ReadMemoryBytesAsync ( ulong address, ulong offset, uint count ) : Task
|
||
RemoveAsync ( LiveBreakPoint breakPoint ) : Task | ||
ResetAsync ( bool runAfter ) : Task | ||
RunAsync ( ) : Task |
This method is not supported by embedded targets. Use continue instead.
|
|
SetBreakPointAsync ( string file, uint line ) : Task |
||
SetWatchFormatAsync ( string id, WatchFormat format ) : Task | ||
StartAsync ( IToolChain toolchain, IConsole console, IProject project ) : Task |
||
StepInstructionAsync ( ) : Task | ||
StepIntoAsync ( ) : Task | ||
StepOutAsync ( ) : Task | ||
StepOverAsync ( ) : Task | ||
StopAsync ( ) : Task | ||
UpdateVariablesAsync ( ) : Task
|
Méthode | Description | |
---|---|---|
SafelyExecuteCommand ( Func |
||
SafelyExecuteCommandAlwaysContinue ( Func |
||
SafelyExecuteCommandWithoutResume ( Func |
Méthode | Description | |
---|---|---|
ClearCommand ( ) : void | ||
ProcessAsynRecord ( string data ) : void | ||
ProcessOutput ( string data ) : void | ||
ProcessStopRecord ( string data ) : void | ||
SendCommand ( |
||
SetCommand ( |
||
WaitForResponse ( int timeout ) : string |
public CreateWatchAsync ( string id, string expression ) : Task |
||
id | string | |
expression | string | |
Résultat | Task |
public DeleteWatchAsync ( string id ) : Task | ||
id | string | |
Résultat | Task |
public DisassembleAsync ( string file, int line, int numLines ) : Task
|
||
file | string | |
line | int | |
numLines | int | |
Résultat | Task
|
public DisassembleAsync ( ulong start, uint count ) : Task
|
||
start | ulong | |
count | uint | |
Résultat | Task
|
public EvaluateExpressionAsync ( string expression ) : Task |
||
expression | string | |
Résultat | Task |
public GetChangedRegistersAsync ( ) : string>>.Task |
||
Résultat | string>>.Task |
public GetRegistersAsync ( ) : Register>>.Task |
||
Résultat | Register>>.Task |
public GetSettingsControl ( IProject project ) : object | ||
project | IProject | |
Résultat | object |
public ListChildrenAsync ( VariableObject variable ) : Task
|
||
variable | VariableObject | |
Résultat | Task
|
public ProvisionSettings ( IProject project ) : void | ||
project | IProject | |
Résultat | void |
public ReadMemoryBytesAsync ( ulong address, ulong offset, uint count ) : Task
|
||
address | ulong | |
offset | ulong | |
count | uint | |
Résultat | Task
|
public RemoveAsync ( LiveBreakPoint breakPoint ) : Task | ||
breakPoint | LiveBreakPoint | |
Résultat | Task |
protected SafelyExecuteCommand ( Func |
||
commandAction | Func |
|
Résultat | Task |
protected SafelyExecuteCommandAlwaysContinue ( Func |
||
commandAction | Func |
|
Résultat | void |
protected SafelyExecuteCommandWithoutResume ( Func |
||
commandAction | Func |
|
Résultat | Task |
public SetBreakPointAsync ( string file, uint line ) : Task |
||
file | string | |
line | uint | |
Résultat | Task |
public SetWatchFormatAsync ( string id, WatchFormat format ) : Task | ||
id | string | |
format | WatchFormat | |
Résultat | Task |
public StartAsync ( IToolChain toolchain, IConsole console, IProject project ) : Task |
||
toolchain | IToolChain | |
console | IConsole | |
project | IProject | |
Résultat | Task |