C# Class LLDB.Address

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

Méthodes publiques

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

Protected Properties

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

Méthodes publiques

Méthode Description
Address ( ) : System
Address ( LLDB rhs ) : System
Address ( LLDB section, ulong offset ) : System
Address ( ulong load_addr, LLDB target ) : System
Clear ( ) : void
Dispose ( ) : void
GetBlock ( ) : LLDB.Block
GetCompileUnit ( ) : LLDB.CompileUnit
GetDescription ( LLDB description ) : bool
GetFunction ( ) : LLDB.Function
GetLineEntry ( ) : LLDB.LineEntry
GetLoadAddress ( LLDB target ) : ulong
GetModule ( ) : LLDB.Module
GetSection ( ) : LLDB.Section
GetSymbol ( ) : LLDB.Symbol
GetSymbolContext ( uint resolve_scope ) : LLDB.SymbolContext
IsValid ( ) : bool
OffsetAddress ( ulong offset ) : bool
SetAddress ( LLDB section, ulong offset ) : void
SetLoadAddress ( ulong load_addr, LLDB target ) : void
__CreateInstance ( Address native, bool skipVTables = false ) : Address
__CreateInstance ( global native, bool skipVTables = false ) : Address

Méthodes protégées

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

Private Methods

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

Method Details

Address() public méthode

public Address ( ) : System
Résultat System

Address() public méthode

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

Address() public méthode

public Address ( LLDB section, ulong offset ) : System
section LLDB
offset ulong
Résultat System

Address() public méthode

public Address ( ulong load_addr, LLDB target ) : System
load_addr ulong
target LLDB
Résultat System

Address() protected méthode

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

Clear() public méthode

public Clear ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

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

GetBlock() public méthode

public GetBlock ( ) : LLDB.Block
Résultat LLDB.Block

GetCompileUnit() public méthode

public GetCompileUnit ( ) : LLDB.CompileUnit
Résultat LLDB.CompileUnit

GetDescription() public méthode

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

GetFunction() public méthode

public GetFunction ( ) : LLDB.Function
Résultat LLDB.Function

GetLineEntry() public méthode

public GetLineEntry ( ) : LLDB.LineEntry
Résultat LLDB.LineEntry

GetLoadAddress() public méthode

public GetLoadAddress ( LLDB target ) : ulong
target LLDB
Résultat ulong

GetModule() public méthode

public GetModule ( ) : LLDB.Module
Résultat LLDB.Module

GetSection() public méthode

public GetSection ( ) : LLDB.Section
Résultat LLDB.Section

GetSymbol() public méthode

public GetSymbol ( ) : LLDB.Symbol
Résultat LLDB.Symbol

GetSymbolContext() public méthode

public GetSymbolContext ( uint resolve_scope ) : LLDB.SymbolContext
resolve_scope uint
Résultat LLDB.SymbolContext

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

OffsetAddress() public méthode

public OffsetAddress ( ulong offset ) : bool
offset ulong
Résultat bool

SetAddress() public méthode

public SetAddress ( LLDB section, ulong offset ) : void
section LLDB
offset ulong
Résultat void

SetLoadAddress() public méthode

public SetLoadAddress ( ulong load_addr, LLDB target ) : void
load_addr ulong
target LLDB
Résultat void

__CreateInstance() public static méthode

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

__CreateInstance() public static méthode

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

Property Details

NativeToManagedMap public_oe static_oe property

public static System.Collections.Concurrent.ConcurrentDictionary NativeToManagedMap
Résultat Address>.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