Property | Type | Description | |
---|---|---|---|
NativeToManagedMap | ThreadPlan>.System.Collections.Concurrent.ConcurrentDictionary |
Property | Type | Description | |
---|---|---|---|
__OriginalVTables | void*[] | ||
__PointerAdjustment | int | ||
__ownsNativeInstance | bool |
Method | Description | |
---|---|---|
Clear ( ) : void | ||
Dispose ( ) : void | ||
GetDescription ( LLDB description ) : bool | ||
GetStopReasonDataAtIndex ( uint idx ) : ulong |
Get information associated with a stop reason. Breakpoint stop reasons will have data that consists of pairs of breakpoint IDs followed by the breakpoint location IDs (they always come in pairs). Stop Reason Count Data Type ======================== ===== ========================================= eStopReasonNone 0 eStopReasonTrace 0 eStopReasonBreakpoint N duple: {breakpoint id, location id} eStopReasonWatchpoint 1 watchpoint id eStopReasonSignal 1 unix signal number eStopReasonException N exception data eStopReasonExec 0 eStopReasonPlanComplete 0 |
|
GetThread ( ) : LLDB.Thread | ||
IsPlanComplete ( ) : bool | ||
IsValid ( ) : bool | ||
QueueThreadPlanForRunToAddress ( LLDB address ) : LLDB.ThreadPlan | ||
QueueThreadPlanForStepInRange ( LLDB start_address, ulong range_size ) : LLDB.ThreadPlan | ||
QueueThreadPlanForStepOut ( uint frame_idx_to_step_to, bool first_insn ) : LLDB.ThreadPlan | ||
QueueThreadPlanForStepOverRange ( LLDB start_address, ulong range_size ) : LLDB.ThreadPlan | ||
ThreadPlan ( ) : System | ||
ThreadPlan ( LLDB threadPlan ) : System | ||
ThreadPlan ( LLDB thread, string class_name ) : System | ||
__CreateInstance ( |
||
__CreateInstance ( global native, bool skipVTables = false ) : |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
ThreadPlan ( void native, bool skipVTables = false ) : System |
Method | Description | |
---|---|---|
ThreadPlan ( |
||
__CopyValue ( |
public GetDescription ( LLDB description ) : bool | ||
description | LLDB | |
return | bool |
public GetStopReasonDataAtIndex ( uint idx ) : ulong | ||
idx | uint | |
return | ulong |
public QueueThreadPlanForRunToAddress ( LLDB address ) : LLDB.ThreadPlan | ||
address | LLDB | |
return | LLDB.ThreadPlan |
public QueueThreadPlanForStepInRange ( LLDB start_address, ulong range_size ) : LLDB.ThreadPlan | ||
start_address | LLDB | |
range_size | ulong | |
return | LLDB.ThreadPlan |
public QueueThreadPlanForStepOut ( uint frame_idx_to_step_to, bool first_insn ) : LLDB.ThreadPlan | ||
frame_idx_to_step_to | uint | |
first_insn | bool | |
return | LLDB.ThreadPlan |
public QueueThreadPlanForStepOverRange ( LLDB start_address, ulong range_size ) : LLDB.ThreadPlan | ||
start_address | LLDB | |
range_size | ulong | |
return | LLDB.ThreadPlan |
public ThreadPlan ( LLDB threadPlan ) : System | ||
threadPlan | LLDB | |
return | System |
public ThreadPlan ( LLDB thread, string class_name ) : System | ||
thread | LLDB | |
class_name | string | |
return | System |
protected ThreadPlan ( void native, bool skipVTables = false ) : System | ||
native | void | |
skipVTables | bool | |
return | System |
public static __CreateInstance ( |
||
native | ||
skipVTables | bool | |
return |
public static __CreateInstance ( global native, bool skipVTables = false ) : |
||
native | global | |
skipVTables | bool | |
return |
public static System.Collections.Concurrent.ConcurrentDictionary |
||
return | ThreadPlan>.System.Collections.Concurrent.ConcurrentDictionary |