C# 클래스 LLDB.Block

상속: IDisposable
파일 보기 프로젝트 열기: tritao/LLDBSharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
NativeToManagedMap Block>.System.Collections.Concurrent.ConcurrentDictionary

보호된 프로퍼티들

프로퍼티 타입 설명
__OriginalVTables void*[]
__PointerAdjustment int
__ownsNativeInstance bool

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Block ( void native, bool skipVTables = false ) : System
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
Block ( Block native, bool skipVTables = false ) : System
__CopyValue ( Block native ) : void*

메소드 상세

Block() 공개 메소드

public Block ( ) : System
리턴 System

Block() 공개 메소드

public Block ( LLDB rhs ) : System
rhs LLDB
리턴 System

Block() 보호된 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetContainingInlinedBlock() 공개 메소드

Get the inlined block that contains this block.

public GetContainingInlinedBlock ( ) : LLDB.Block
리턴 LLDB.Block

GetDescription() 공개 메소드

public GetDescription ( LLDB description ) : bool
description LLDB
리턴 bool

GetFirstChild() 공개 메소드

public GetFirstChild ( ) : LLDB.Block
리턴 LLDB.Block

GetInlinedCallSiteFile() 공개 메소드

public GetInlinedCallSiteFile ( ) : LLDB.FileSpec
리턴 LLDB.FileSpec

GetParent() 공개 메소드

public GetParent ( ) : LLDB.Block
리턴 LLDB.Block

GetRangeEndAddress() 공개 메소드

public GetRangeEndAddress ( uint idx ) : LLDB.Address
idx uint
리턴 LLDB.Address

GetRangeIndexForBlockAddress() 공개 메소드

public GetRangeIndexForBlockAddress ( LLDB block_addr ) : uint
block_addr LLDB
리턴 uint

GetRangeStartAddress() 공개 메소드

public GetRangeStartAddress ( uint idx ) : LLDB.Address
idx uint
리턴 LLDB.Address

GetSibling() 공개 메소드

public GetSibling ( ) : LLDB.Block
리턴 LLDB.Block

GetVariables() 공개 메소드

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

GetVariables() 공개 메소드

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
리턴 LLDB.ValueList

IsInlined() 공개 메소드

public IsInlined ( ) : bool
리턴 bool

IsValid() 공개 메소드

public IsValid ( ) : bool
리턴 bool

__CreateInstance() 공개 정적인 메소드

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

__CreateInstance() 공개 정적인 메소드

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

프로퍼티 상세

NativeToManagedMap 공개적으로 정적으로 프로퍼티

public static System.Collections.Concurrent.ConcurrentDictionary NativeToManagedMap
리턴 Block>.System.Collections.Concurrent.ConcurrentDictionary

__OriginalVTables 보호되어 있는 프로퍼티

protected void*[] __OriginalVTables
리턴 void*[]

__PointerAdjustment 보호되어 있는 프로퍼티

protected int __PointerAdjustment
리턴 int

__ownsNativeInstance 보호되어 있는 프로퍼티

protected bool __ownsNativeInstance
리턴 bool