C# Class LLDB.BreakpointLocation

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

Public Properties

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

Protected Properties

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

Public Methods

Method Description
BreakpointLocation ( ) : System
BreakpointLocation ( LLDB rhs ) : System
Dispose ( ) : void
GetAddress ( ) : LLDB.Address
GetBreakpoint ( ) : LLDB.Breakpoint
GetDescription ( LLDB description, LLDB level ) : bool
IsEnabled ( ) : bool
IsResolved ( ) : bool
IsValid ( ) : bool
SetScriptCallbackBody ( string script_body_text ) : LLDB.Error
__CreateInstance ( BreakpointLocation native, bool skipVTables = false ) : BreakpointLocation
__CreateInstance ( global native, bool skipVTables = false ) : BreakpointLocation

Protected Methods

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

Private Methods

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

Method Details

BreakpointLocation() public method

public BreakpointLocation ( ) : System
return System

BreakpointLocation() public method

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

BreakpointLocation() protected method

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

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

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

GetAddress() public method

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

GetBreakpoint() public method

public GetBreakpoint ( ) : LLDB.Breakpoint
return LLDB.Breakpoint

GetDescription() public method

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

IsEnabled() public method

public IsEnabled ( ) : bool
return bool

IsResolved() public method

public IsResolved ( ) : bool
return bool

IsValid() public method

public IsValid ( ) : bool
return bool

SetScriptCallbackBody() public method

public SetScriptCallbackBody ( string script_body_text ) : LLDB.Error
script_body_text string
return LLDB.Error

__CreateInstance() public static method

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

__CreateInstance() public static method

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

Property Details

NativeToManagedMap public static property

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