Свойство | Тип | Описание | |
---|---|---|---|
NativeToManagedMap | ThreadPlan>.System.Collections.Concurrent.ConcurrentDictionary |
Свойство | Тип | Описание | |
---|---|---|---|
__OriginalVTables | void*[] | ||
__PointerAdjustment | int | ||
__ownsNativeInstance | bool |
Метод | Описание | |
---|---|---|
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 ) : |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void | ||
ThreadPlan ( void native, bool skipVTables = false ) : System |
Метод | Описание | |
---|---|---|
ThreadPlan ( |
||
__CopyValue ( |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public GetDescription ( LLDB description ) : bool | ||
description | LLDB | |
Результат | bool |
public GetStopReasonDataAtIndex ( uint idx ) : ulong | ||
idx | uint | |
Результат | ulong |
public QueueThreadPlanForRunToAddress ( LLDB address ) : LLDB.ThreadPlan | ||
address | LLDB | |
Результат | LLDB.ThreadPlan |
public QueueThreadPlanForStepInRange ( LLDB start_address, ulong range_size ) : LLDB.ThreadPlan | ||
start_address | LLDB | |
range_size | ulong | |
Результат | LLDB.ThreadPlan |
public QueueThreadPlanForStepOut ( uint frame_idx_to_step_to, bool first_insn ) : LLDB.ThreadPlan | ||
frame_idx_to_step_to | uint | |
first_insn | bool | |
Результат | LLDB.ThreadPlan |
public QueueThreadPlanForStepOverRange ( LLDB start_address, ulong range_size ) : LLDB.ThreadPlan | ||
start_address | LLDB | |
range_size | ulong | |
Результат | LLDB.ThreadPlan |
public ThreadPlan ( LLDB threadPlan ) : System | ||
threadPlan | LLDB | |
Результат | System |
public ThreadPlan ( LLDB thread, string class_name ) : System | ||
thread | LLDB | |
class_name | string | |
Результат | System |
protected ThreadPlan ( void native, bool skipVTables = false ) : System | ||
native | void | |
skipVTables | bool | |
Результат | System |
public static __CreateInstance ( |
||
native | ||
skipVTables | bool | |
Результат |
public static __CreateInstance ( global native, bool skipVTables = false ) : |
||
native | global | |
skipVTables | bool | |
Результат |
public static System.Collections.Concurrent.ConcurrentDictionary |
||
Результат | ThreadPlan>.System.Collections.Concurrent.ConcurrentDictionary |