C# Class LLDB.Block

Inheritance: IDisposable
ファイルを表示 Open project: tritao/LLDBSharp Class Usage Examples

Public Properties

Property Type Description
NativeToManagedMap Block>.System.Collections.Concurrent.ConcurrentDictionary

Protected Properties

Property Type Description
__OriginalVTables void*[]
__PointerAdjustment int
__ownsNativeInstance bool

Public Methods

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 ( Block native, bool skipVTables = false ) : Block
__CreateInstance ( global native, bool skipVTables = false ) : Block

Protected Methods

Method Description
Block ( void native, bool skipVTables = false ) : System
Dispose ( bool disposing ) : void

Private Methods

Method Description
Block ( Block native, bool skipVTables = false ) : System
__CopyValue ( Block native ) : void*

Method Details

Block() public method

public Block ( ) : System
return System

Block() public method

public Block ( LLDB rhs ) : System
rhs LLDB
return System

Block() protected method

protected Block ( void native, bool skipVTables = false ) : System
native void
skipVTables bool
return System

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetContainingInlinedBlock() public method

Get the inlined block that contains this block.

public GetContainingInlinedBlock ( ) : LLDB.Block
return LLDB.Block

GetDescription() public method

public GetDescription ( LLDB description ) : bool
description LLDB
return bool

GetFirstChild() public method

public GetFirstChild ( ) : LLDB.Block
return LLDB.Block

GetInlinedCallSiteFile() public method

public GetInlinedCallSiteFile ( ) : LLDB.FileSpec
return LLDB.FileSpec

GetParent() public method

public GetParent ( ) : LLDB.Block
return LLDB.Block

GetRangeEndAddress() public method

public GetRangeEndAddress ( uint idx ) : LLDB.Address
idx uint
return LLDB.Address

GetRangeIndexForBlockAddress() public method

public GetRangeIndexForBlockAddress ( LLDB block_addr ) : uint
block_addr LLDB
return uint

GetRangeStartAddress() public method

public GetRangeStartAddress ( uint idx ) : LLDB.Address
idx uint
return LLDB.Address

GetSibling() public method

public GetSibling ( ) : LLDB.Block
return LLDB.Block

GetVariables() public method

public GetVariables ( LLDB target, bool arguments, bool locals, bool statics ) : LLDB.ValueList
target LLDB
arguments bool
locals bool
statics bool
return LLDB.ValueList

GetVariables() public method

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

IsInlined() public method

public IsInlined ( ) : bool
return bool

IsValid() public method

public IsValid ( ) : bool
return bool

__CreateInstance() public static method

public static __CreateInstance ( Block native, bool skipVTables = false ) : Block
native Block
skipVTables bool
return Block

__CreateInstance() public static method

public static __CreateInstance ( global native, bool skipVTables = false ) : Block
native global
skipVTables bool
return Block

Property Details

NativeToManagedMap public_oe static_oe property

public static System.Collections.Concurrent.ConcurrentDictionary NativeToManagedMap
return Block>.System.Collections.Concurrent.ConcurrentDictionary

__OriginalVTables protected_oe property

protected void*[] __OriginalVTables
return void*[]

__PointerAdjustment protected_oe property

protected int __PointerAdjustment
return int

__ownsNativeInstance protected_oe property

protected bool __ownsNativeInstance
return bool