C# 클래스 LLDB.Instruction

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

공개 프로퍼티들

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
Dispose ( ) : void
DoesBranch ( ) : bool
DumpEmulation ( string triple ) : bool
EmulateWithFrame ( LLDB frame, uint evaluate_options ) : bool
GetAddress ( ) : LLDB.Address
GetComment ( LLDB target ) : string
GetData ( LLDB target ) : LLDB.Data
GetDescription ( LLDB description ) : bool
GetMnemonic ( LLDB target ) : string
GetOperands ( LLDB target ) : string
HasDelaySlot ( ) : bool
Instruction ( ) : System
Instruction ( LLDB rhs ) : System
IsValid ( ) : bool
Print ( global @out ) : void
TestEmulation ( LLDB output_stream, string test_file ) : bool
__CreateInstance ( Instruction native, bool skipVTables = false ) : Instruction
__CreateInstance ( global native, bool skipVTables = false ) : Instruction

보호된 메소드들

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

비공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

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

DoesBranch() 공개 메소드

public DoesBranch ( ) : bool
리턴 bool

DumpEmulation() 공개 메소드

public DumpEmulation ( string triple ) : bool
triple string
리턴 bool

EmulateWithFrame() 공개 메소드

public EmulateWithFrame ( LLDB frame, uint evaluate_options ) : bool
frame LLDB
evaluate_options uint
리턴 bool

GetAddress() 공개 메소드

public GetAddress ( ) : LLDB.Address
리턴 LLDB.Address

GetComment() 공개 메소드

public GetComment ( LLDB target ) : string
target LLDB
리턴 string

GetData() 공개 메소드

public GetData ( LLDB target ) : LLDB.Data
target LLDB
리턴 LLDB.Data

GetDescription() 공개 메소드

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

GetMnemonic() 공개 메소드

public GetMnemonic ( LLDB target ) : string
target LLDB
리턴 string

GetOperands() 공개 메소드

public GetOperands ( LLDB target ) : string
target LLDB
리턴 string

HasDelaySlot() 공개 메소드

public HasDelaySlot ( ) : bool
리턴 bool

Instruction() 공개 메소드

public Instruction ( ) : System
리턴 System

Instruction() 공개 메소드

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

Instruction() 보호된 메소드

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

IsValid() 공개 메소드

public IsValid ( ) : bool
리턴 bool

Print() 공개 메소드

public Print ( global @out ) : void
@out global
리턴 void

TestEmulation() 공개 메소드

public TestEmulation ( LLDB output_stream, string test_file ) : bool
output_stream LLDB
test_file string
리턴 bool

__CreateInstance() 공개 정적인 메소드

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

__CreateInstance() 공개 정적인 메소드

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

프로퍼티 상세

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

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

__OriginalVTables 보호되어 있는 프로퍼티

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

__PointerAdjustment 보호되어 있는 프로퍼티

protected int __PointerAdjustment
리턴 int

__ownsNativeInstance 보호되어 있는 프로퍼티

protected bool __ownsNativeInstance
리턴 bool