C# Class LLDB.BreakpointLocation

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

Méthodes publiques

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

Protected Properties

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

Méthodes publiques

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

Méthodes protégées

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

Private Methods

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

Method Details

BreakpointLocation() public méthode

public BreakpointLocation ( ) : System
Résultat System

BreakpointLocation() public méthode

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

BreakpointLocation() protected méthode

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

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

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

GetAddress() public méthode

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

GetBreakpoint() public méthode

public GetBreakpoint ( ) : LLDB.Breakpoint
Résultat LLDB.Breakpoint

GetDescription() public méthode

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

IsEnabled() public méthode

public IsEnabled ( ) : bool
Résultat bool

IsResolved() public méthode

public IsResolved ( ) : bool
Résultat bool

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

SetScriptCallbackBody() public méthode

public SetScriptCallbackBody ( string script_body_text ) : LLDB.Error
script_body_text string
Résultat LLDB.Error

__CreateInstance() public static méthode

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

__CreateInstance() public static méthode

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

Property Details

NativeToManagedMap public_oe static_oe property

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