C# Class LLDB.Breakpoint

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

Méthodes publiques

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

Protected Properties

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

Méthodes publiques

Méthode Description
AddName ( string new_name ) : bool
Breakpoint ( ) : System
Breakpoint ( LLDB rhs ) : System
ClearAllBreakpointSites ( ) : void
Dispose ( ) : void
Equals ( object obj ) : bool
EventIsBreakpointEvent ( LLDB @event ) : bool
FindLocationByAddress ( ulong vm_addr ) : LLDB.BreakpointLocation
FindLocationByID ( int bp_loc_id ) : LLDB.BreakpointLocation
FindLocationIDByAddress ( ulong vm_addr ) : int
GetBreakpointEventTypeFromEvent ( LLDB @event ) : LLDB.BreakpointEventType
GetBreakpointFromEvent ( LLDB @event ) : LLDB.Breakpoint
GetBreakpointLocationAtIndexFromEvent ( LLDB @event, uint loc_idx ) : LLDB.BreakpointLocation
GetDescription ( LLDB description ) : bool
GetHashCode ( ) : int
GetLocationAtIndex ( uint index ) : LLDB.BreakpointLocation
GetNames ( LLDB names ) : void
GetNumBreakpointLocationsFromEvent ( LLDB event_sp ) : uint
IsEnabled ( ) : bool
IsInternal ( ) : bool
IsOneShot ( ) : bool
IsValid ( ) : bool
MatchesName ( string name ) : bool
RemoveName ( string name_to_remove ) : void
SetCallback ( LLDB callback, global baton ) : void
SetScriptCallbackBody ( string script_body_text ) : LLDB.Error
__CreateInstance ( Breakpoint native, bool skipVTables = false ) : Breakpoint
__CreateInstance ( global native, bool skipVTables = false ) : Breakpoint
operator ( ) : bool

Méthodes protégées

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

Private Methods

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

Method Details

AddName() public méthode

public AddName ( string new_name ) : bool
new_name string
Résultat bool

Breakpoint() public méthode

public Breakpoint ( ) : System
Résultat System

Breakpoint() public méthode

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

Breakpoint() protected méthode

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

ClearAllBreakpointSites() public méthode

public ClearAllBreakpointSites ( ) : 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

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

EventIsBreakpointEvent() public static méthode

public static EventIsBreakpointEvent ( LLDB @event ) : bool
@event LLDB
Résultat bool

FindLocationByAddress() public méthode

public FindLocationByAddress ( ulong vm_addr ) : LLDB.BreakpointLocation
vm_addr ulong
Résultat LLDB.BreakpointLocation

FindLocationByID() public méthode

public FindLocationByID ( int bp_loc_id ) : LLDB.BreakpointLocation
bp_loc_id int
Résultat LLDB.BreakpointLocation

FindLocationIDByAddress() public méthode

public FindLocationIDByAddress ( ulong vm_addr ) : int
vm_addr ulong
Résultat int

GetBreakpointEventTypeFromEvent() public static méthode

public static GetBreakpointEventTypeFromEvent ( LLDB @event ) : LLDB.BreakpointEventType
@event LLDB
Résultat LLDB.BreakpointEventType

GetBreakpointFromEvent() public static méthode

public static GetBreakpointFromEvent ( LLDB @event ) : LLDB.Breakpoint
@event LLDB
Résultat LLDB.Breakpoint

GetBreakpointLocationAtIndexFromEvent() public static méthode

public static GetBreakpointLocationAtIndexFromEvent ( LLDB @event, uint loc_idx ) : LLDB.BreakpointLocation
@event LLDB
loc_idx uint
Résultat LLDB.BreakpointLocation

GetDescription() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetLocationAtIndex() public méthode

public GetLocationAtIndex ( uint index ) : LLDB.BreakpointLocation
index uint
Résultat LLDB.BreakpointLocation

GetNames() public méthode

public GetNames ( LLDB names ) : void
names LLDB
Résultat void

GetNumBreakpointLocationsFromEvent() public static méthode

public static GetNumBreakpointLocationsFromEvent ( LLDB event_sp ) : uint
event_sp LLDB
Résultat uint

IsEnabled() public méthode

public IsEnabled ( ) : bool
Résultat bool

IsInternal() public méthode

public IsInternal ( ) : bool
Résultat bool

IsOneShot() public méthode

public IsOneShot ( ) : bool
Résultat bool

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

MatchesName() public méthode

public MatchesName ( string name ) : bool
name string
Résultat bool

RemoveName() public méthode

public RemoveName ( string name_to_remove ) : void
name_to_remove string
Résultat void

SetCallback() public méthode

public SetCallback ( LLDB callback, global baton ) : void
callback LLDB
baton global
Résultat void

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 ( Breakpoint native, bool skipVTables = false ) : Breakpoint
native Breakpoint
skipVTables bool
Résultat Breakpoint

__CreateInstance() public static méthode

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

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

NativeToManagedMap public_oe static_oe property

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