C# Class LLDB.Instruction

Inheritance: IDisposable
显示文件 Open project: tritao/LLDBSharp Class Usage Examples

Public Properties

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

Protected Properties

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

Public Methods

Method Description
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

Protected Methods

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

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

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

DoesBranch() public method

public DoesBranch ( ) : bool
return bool

DumpEmulation() public method

public DumpEmulation ( string triple ) : bool
triple string
return bool

EmulateWithFrame() public method

public EmulateWithFrame ( LLDB frame, uint evaluate_options ) : bool
frame LLDB
evaluate_options uint
return bool

GetAddress() public method

public GetAddress ( ) : LLDB.Address
return LLDB.Address

GetComment() public method

public GetComment ( LLDB target ) : string
target LLDB
return string

GetData() public method

public GetData ( LLDB target ) : LLDB.Data
target LLDB
return LLDB.Data

GetDescription() public method

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

GetMnemonic() public method

public GetMnemonic ( LLDB target ) : string
target LLDB
return string

GetOperands() public method

public GetOperands ( LLDB target ) : string
target LLDB
return string

HasDelaySlot() public method

public HasDelaySlot ( ) : bool
return bool

Instruction() public method

public Instruction ( ) : System
return System

Instruction() public method

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

Instruction() protected method

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

IsValid() public method

public IsValid ( ) : bool
return bool

Print() public method

public Print ( global @out ) : void
@out global
return void

TestEmulation() public method

public TestEmulation ( LLDB output_stream, string test_file ) : bool
output_stream LLDB
test_file string
return bool

__CreateInstance() public static method

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

__CreateInstance() public static method

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

Property Details

NativeToManagedMap public_oe static_oe property

public static System.Collections.Concurrent.ConcurrentDictionary NativeToManagedMap
return Instruction>.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