C# Class LLDB.Address

Inheritance: IDisposable
Show file Open project: tritao/LLDBSharp Class Usage Examples

Public Properties

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

Protected Properties

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

Public Methods

Method 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

Protected Methods

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

Private Methods

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

Method Details

Address() public method

public Address ( ) : System
return System

Address() public method

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

Address() public method

public Address ( LLDB section, ulong offset ) : System
section LLDB
offset ulong
return System

Address() public method

public Address ( ulong load_addr, LLDB target ) : System
load_addr ulong
target LLDB
return System

Address() protected method

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

Clear() public method

public Clear ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

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

GetBlock() public method

public GetBlock ( ) : LLDB.Block
return LLDB.Block

GetCompileUnit() public method

public GetCompileUnit ( ) : LLDB.CompileUnit
return LLDB.CompileUnit

GetDescription() public method

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

GetFunction() public method

public GetFunction ( ) : LLDB.Function
return LLDB.Function

GetLineEntry() public method

public GetLineEntry ( ) : LLDB.LineEntry
return LLDB.LineEntry

GetLoadAddress() public method

public GetLoadAddress ( LLDB target ) : ulong
target LLDB
return ulong

GetModule() public method

public GetModule ( ) : LLDB.Module
return LLDB.Module

GetSection() public method

public GetSection ( ) : LLDB.Section
return LLDB.Section

GetSymbol() public method

public GetSymbol ( ) : LLDB.Symbol
return LLDB.Symbol

GetSymbolContext() public method

public GetSymbolContext ( uint resolve_scope ) : LLDB.SymbolContext
resolve_scope uint
return LLDB.SymbolContext

IsValid() public method

public IsValid ( ) : bool
return bool

OffsetAddress() public method

public OffsetAddress ( ulong offset ) : bool
offset ulong
return bool

SetAddress() public method

public SetAddress ( LLDB section, ulong offset ) : void
section LLDB
offset ulong
return void

SetLoadAddress() public method

public SetLoadAddress ( ulong load_addr, LLDB target ) : void
load_addr ulong
target LLDB
return void

__CreateInstance() public static method

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

__CreateInstance() public static method

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

Property Details

NativeToManagedMap public static property

public static System.Collections.Concurrent.ConcurrentDictionary NativeToManagedMap
return Address>.System.Collections.Concurrent.ConcurrentDictionary

__OriginalVTables protected property

protected void*[] __OriginalVTables
return void*[]

__PointerAdjustment protected property

protected int __PointerAdjustment
return int

__ownsNativeInstance protected property

protected bool __ownsNativeInstance
return bool