C# Class LLDB.Watchpoint

Inheritance: IDisposable
Exibir arquivo Open project: tritao/LLDBSharp Class Usage Examples

Public Properties

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

Protected Properties

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

Public Methods

Method Description
Clear ( ) : void
Dispose ( ) : void
EventIsWatchpointEvent ( LLDB @event ) : bool
GetDescription ( LLDB description, LLDB level ) : bool
GetError ( ) : LLDB.Error
GetWatchpointEventTypeFromEvent ( LLDB @event ) : LLDB.WatchpointEventType
GetWatchpointFromEvent ( LLDB @event ) : LLDB.Watchpoint
IsEnabled ( ) : bool
IsValid ( ) : bool
Watchpoint ( ) : System
Watchpoint ( LLDB rhs ) : System
__CreateInstance ( Watchpoint native, bool skipVTables = false ) : Watchpoint
__CreateInstance ( global native, bool skipVTables = false ) : Watchpoint

Protected Methods

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

Private Methods

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

Method Details

Clear() public method

public Clear ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

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

EventIsWatchpointEvent() public static method

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

GetDescription() public method

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

GetError() public method

public GetError ( ) : LLDB.Error
return LLDB.Error

GetWatchpointEventTypeFromEvent() public static method

public static GetWatchpointEventTypeFromEvent ( LLDB @event ) : LLDB.WatchpointEventType
@event LLDB
return LLDB.WatchpointEventType

GetWatchpointFromEvent() public static method

public static GetWatchpointFromEvent ( LLDB @event ) : LLDB.Watchpoint
@event LLDB
return LLDB.Watchpoint

IsEnabled() public method

public IsEnabled ( ) : bool
return bool

IsValid() public method

public IsValid ( ) : bool
return bool

Watchpoint() public method

public Watchpoint ( ) : System
return System

Watchpoint() public method

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

Watchpoint() protected method

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

__CreateInstance() public static method

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

__CreateInstance() public static method

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

Property Details

NativeToManagedMap public_oe static_oe property

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