Property | Type | Description | |
---|---|---|---|
NativeToManagedMap | Breakpoint>.System.Collections.Concurrent.ConcurrentDictionary |
Property | Type | Description | |
---|---|---|---|
__OriginalVTables | void*[] | ||
__PointerAdjustment | int | ||
__ownsNativeInstance | bool |
Method | 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 ( |
||
__CreateInstance ( global native, bool skipVTables = false ) : |
||
operator ( ) : bool |
Method | Description | |
---|---|---|
Breakpoint ( void native, bool skipVTables = false ) : System | ||
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
Breakpoint ( |
||
__CopyValue ( |
protected Breakpoint ( void native, bool skipVTables = false ) : System | ||
native | void | |
skipVTables | bool | |
return | System |
public static EventIsBreakpointEvent ( LLDB @event ) : bool | ||
@event | LLDB | |
return | bool |
public FindLocationByAddress ( ulong vm_addr ) : LLDB.BreakpointLocation | ||
vm_addr | ulong | |
return | LLDB.BreakpointLocation |
public FindLocationByID ( int bp_loc_id ) : LLDB.BreakpointLocation | ||
bp_loc_id | int | |
return | LLDB.BreakpointLocation |
public FindLocationIDByAddress ( ulong vm_addr ) : int | ||
vm_addr | ulong | |
return | int |
public static GetBreakpointEventTypeFromEvent ( LLDB @event ) : LLDB.BreakpointEventType | ||
@event | LLDB | |
return | LLDB.BreakpointEventType |
public static GetBreakpointFromEvent ( LLDB @event ) : LLDB.Breakpoint | ||
@event | LLDB | |
return | LLDB.Breakpoint |
public static GetBreakpointLocationAtIndexFromEvent ( LLDB @event, uint loc_idx ) : LLDB.BreakpointLocation | ||
@event | LLDB | |
loc_idx | uint | |
return | LLDB.BreakpointLocation |
public GetDescription ( LLDB description ) : bool | ||
description | LLDB | |
return | bool |
public GetLocationAtIndex ( uint index ) : LLDB.BreakpointLocation | ||
index | uint | |
return | LLDB.BreakpointLocation |
public static GetNumBreakpointLocationsFromEvent ( LLDB event_sp ) : uint | ||
event_sp | LLDB | |
return | uint |
public RemoveName ( string name_to_remove ) : void | ||
name_to_remove | string | |
return | void |
public SetCallback ( LLDB callback, global baton ) : void | ||
callback | LLDB | |
baton | global | |
return | void |
public SetScriptCallbackBody ( string script_body_text ) : LLDB.Error | ||
script_body_text | string | |
return | LLDB.Error |
public static __CreateInstance ( |
||
native | ||
skipVTables | bool | |
return |
public static __CreateInstance ( global native, bool skipVTables = false ) : |
||
native | global | |
skipVTables | bool | |
return |
public static System.Collections.Concurrent.ConcurrentDictionary |
||
return | Breakpoint>.System.Collections.Concurrent.ConcurrentDictionary |