C# Class LLDB.Instruction

Inheritance: IDisposable
Afficher le fichier Open project: tritao/LLDBSharp Class Usage Examples

Méthodes publiques

Свойство Type Description
NativeToManagedMap Instruction>.System.Collections.Concurrent.ConcurrentDictionary

Protected Properties

Свойство Type Description
__OriginalVTables void*[]
__PointerAdjustment int
__ownsNativeInstance bool

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
Instruction ( void native, bool skipVTables = false ) : System

Private Methods

Méthode Description
Instruction ( Instruction native, bool skipVTables = false ) : System
__CopyValue ( Instruction native ) : void*

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

DoesBranch() public méthode

public DoesBranch ( ) : bool
Résultat bool

DumpEmulation() public méthode

public DumpEmulation ( string triple ) : bool
triple string
Résultat bool

EmulateWithFrame() public méthode

public EmulateWithFrame ( LLDB frame, uint evaluate_options ) : bool
frame LLDB
evaluate_options uint
Résultat bool

GetAddress() public méthode

public GetAddress ( ) : LLDB.Address
Résultat LLDB.Address

GetComment() public méthode

public GetComment ( LLDB target ) : string
target LLDB
Résultat string

GetData() public méthode

public GetData ( LLDB target ) : LLDB.Data
target LLDB
Résultat LLDB.Data

GetDescription() public méthode

public GetDescription ( LLDB description ) : bool
description LLDB
Résultat bool

GetMnemonic() public méthode

public GetMnemonic ( LLDB target ) : string
target LLDB
Résultat string

GetOperands() public méthode

public GetOperands ( LLDB target ) : string
target LLDB
Résultat string

HasDelaySlot() public méthode

public HasDelaySlot ( ) : bool
Résultat bool

Instruction() public méthode

public Instruction ( ) : System
Résultat System

Instruction() public méthode

public Instruction ( LLDB rhs ) : System
rhs LLDB
Résultat System

Instruction() protected méthode

protected Instruction ( void native, bool skipVTables = false ) : System
native void
skipVTables bool
Résultat System

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

Print() public méthode

public Print ( global @out ) : void
@out global
Résultat void

TestEmulation() public méthode

public TestEmulation ( LLDB output_stream, string test_file ) : bool
output_stream LLDB
test_file string
Résultat bool

__CreateInstance() public static méthode

public static __CreateInstance ( Instruction native, bool skipVTables = false ) : Instruction
native Instruction
skipVTables bool
Résultat Instruction

__CreateInstance() public static méthode

public static __CreateInstance ( global native, bool skipVTables = false ) : Instruction
native global
skipVTables bool
Résultat Instruction

Property Details

NativeToManagedMap public_oe static_oe property

public static System.Collections.Concurrent.ConcurrentDictionary NativeToManagedMap
Résultat Instruction>.System.Collections.Concurrent.ConcurrentDictionary

__OriginalVTables protected_oe property

protected void*[] __OriginalVTables
Résultat void*[]

__PointerAdjustment protected_oe property

protected int __PointerAdjustment
Résultat int

__ownsNativeInstance protected_oe property

protected bool __ownsNativeInstance
Résultat bool