Property | Type | Description | |
---|---|---|---|
NativeToManagedMap | Block>.System.Collections.Concurrent.ConcurrentDictionary |
Property | Type | Description | |
---|---|---|---|
__OriginalVTables | void*[] | ||
__PointerAdjustment | int | ||
__ownsNativeInstance | bool |
Method | Description | |
---|---|---|
Block ( ) : System | ||
Block ( LLDB rhs ) : System | ||
Dispose ( ) : void | ||
GetContainingInlinedBlock ( ) : LLDB.Block |
Get the inlined block that contains this block.
|
|
GetDescription ( LLDB description ) : bool | ||
GetFirstChild ( ) : LLDB.Block | ||
GetInlinedCallSiteFile ( ) : LLDB.FileSpec | ||
GetParent ( ) : LLDB.Block | ||
GetRangeEndAddress ( uint idx ) : LLDB.Address | ||
GetRangeIndexForBlockAddress ( LLDB block_addr ) : uint | ||
GetRangeStartAddress ( uint idx ) : LLDB.Address | ||
GetSibling ( ) : LLDB.Block | ||
GetVariables ( LLDB target, bool arguments, bool locals, bool statics ) : LLDB.ValueList | ||
GetVariables ( LLDB frame, bool arguments, bool locals, bool statics, LLDB use_dynamic ) : LLDB.ValueList | ||
IsInlined ( ) : bool | ||
IsValid ( ) : bool | ||
__CreateInstance ( |
||
__CreateInstance ( global native, bool skipVTables = false ) : |
Method | Description | |
---|---|---|
Block ( void native, bool skipVTables = false ) : System | ||
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
Block ( |
||
__CopyValue ( |
protected Block ( void native, bool skipVTables = false ) : System | ||
native | void | |
skipVTables | bool | |
return | System |
public GetContainingInlinedBlock ( ) : LLDB.Block | ||
return | LLDB.Block |
public GetDescription ( LLDB description ) : bool | ||
description | LLDB | |
return | bool |
public GetInlinedCallSiteFile ( ) : LLDB.FileSpec | ||
return | LLDB.FileSpec |
public GetRangeEndAddress ( uint idx ) : LLDB.Address | ||
idx | uint | |
return | LLDB.Address |
public GetRangeIndexForBlockAddress ( LLDB block_addr ) : uint | ||
block_addr | LLDB | |
return | uint |
public GetRangeStartAddress ( uint idx ) : LLDB.Address | ||
idx | uint | |
return | LLDB.Address |
public GetVariables ( LLDB target, bool arguments, bool locals, bool statics ) : LLDB.ValueList | ||
target | LLDB | |
arguments | bool | |
locals | bool | |
statics | bool | |
return | LLDB.ValueList |
public GetVariables ( LLDB frame, bool arguments, bool locals, bool statics, LLDB use_dynamic ) : LLDB.ValueList | ||
frame | LLDB | |
arguments | bool | |
locals | bool | |
statics | bool | |
use_dynamic | LLDB | |
return | LLDB.ValueList |
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 | Block>.System.Collections.Concurrent.ConcurrentDictionary |