C# Class LLDB.Breakpoint

Inheritance: IDisposable
ファイルを表示 Open project: tritao/LLDBSharp Class Usage Examples

Public Properties

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

Protected Properties

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

Public Methods

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 ( Breakpoint native, bool skipVTables = false ) : Breakpoint
__CreateInstance ( global native, bool skipVTables = false ) : Breakpoint
operator ( ) : bool

Protected Methods

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

Private Methods

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

Method Details

AddName() public method

public AddName ( string new_name ) : bool
new_name string
return bool

Breakpoint() public method

public Breakpoint ( ) : System
return System

Breakpoint() public method

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

Breakpoint() protected method

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

ClearAllBreakpointSites() public method

public ClearAllBreakpointSites ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

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

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

EventIsBreakpointEvent() public static method

public static EventIsBreakpointEvent ( LLDB @event ) : bool
@event LLDB
return bool

FindLocationByAddress() public method

public FindLocationByAddress ( ulong vm_addr ) : LLDB.BreakpointLocation
vm_addr ulong
return LLDB.BreakpointLocation

FindLocationByID() public method

public FindLocationByID ( int bp_loc_id ) : LLDB.BreakpointLocation
bp_loc_id int
return LLDB.BreakpointLocation

FindLocationIDByAddress() public method

public FindLocationIDByAddress ( ulong vm_addr ) : int
vm_addr ulong
return int

GetBreakpointEventTypeFromEvent() public static method

public static GetBreakpointEventTypeFromEvent ( LLDB @event ) : LLDB.BreakpointEventType
@event LLDB
return LLDB.BreakpointEventType

GetBreakpointFromEvent() public static method

public static GetBreakpointFromEvent ( LLDB @event ) : LLDB.Breakpoint
@event LLDB
return LLDB.Breakpoint

GetBreakpointLocationAtIndexFromEvent() public static method

public static GetBreakpointLocationAtIndexFromEvent ( LLDB @event, uint loc_idx ) : LLDB.BreakpointLocation
@event LLDB
loc_idx uint
return LLDB.BreakpointLocation

GetDescription() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetLocationAtIndex() public method

public GetLocationAtIndex ( uint index ) : LLDB.BreakpointLocation
index uint
return LLDB.BreakpointLocation

GetNames() public method

public GetNames ( LLDB names ) : void
names LLDB
return void

GetNumBreakpointLocationsFromEvent() public static method

public static GetNumBreakpointLocationsFromEvent ( LLDB event_sp ) : uint
event_sp LLDB
return uint

IsEnabled() public method

public IsEnabled ( ) : bool
return bool

IsInternal() public method

public IsInternal ( ) : bool
return bool

IsOneShot() public method

public IsOneShot ( ) : bool
return bool

IsValid() public method

public IsValid ( ) : bool
return bool

MatchesName() public method

public MatchesName ( string name ) : bool
name string
return bool

RemoveName() public method

public RemoveName ( string name_to_remove ) : void
name_to_remove string
return void

SetCallback() public method

public SetCallback ( LLDB callback, global baton ) : void
callback LLDB
baton global
return void

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

__CreateInstance() public static method

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

operator() public static method

public static operator ( ) : bool
return bool

Property Details

NativeToManagedMap public_oe static_oe property

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

__OriginalVTables protected_oe property

protected void*[] __OriginalVTables
return void*[]

__PointerAdjustment protected_oe property

protected int __PointerAdjustment
return int

__ownsNativeInstance protected_oe property

protected bool __ownsNativeInstance
return bool