C# Class LLDB.SourceManager

Inheritance: IDisposable
Show file Open project: tritao/LLDBSharp Class Usage Examples

Public Properties

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

Protected Properties

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

Public Methods

Method Description
DisplaySourceLinesWithLineNumbers ( LLDB file, uint line, uint context_before, uint context_after, string current_line_cstr, LLDB s ) : uint
Dispose ( ) : void
SourceManager ( LLDB debugger ) : System
__CreateInstance ( SourceManager native, bool skipVTables = false ) : SourceManager
__CreateInstance ( global native, bool skipVTables = false ) : SourceManager

Protected Methods

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

Private Methods

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

Method Details

DisplaySourceLinesWithLineNumbers() public method

public DisplaySourceLinesWithLineNumbers ( LLDB file, uint line, uint context_before, uint context_after, string current_line_cstr, LLDB s ) : uint
file LLDB
line uint
context_before uint
context_after uint
current_line_cstr string
s LLDB
return uint

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

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

SourceManager() public method

public SourceManager ( LLDB debugger ) : System
debugger LLDB
return System

SourceManager() protected method

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

__CreateInstance() public static method

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

__CreateInstance() public static method

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

Property Details

NativeToManagedMap public static property

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

__OriginalVTables protected property

protected void*[] __OriginalVTables
return void*[]

__PointerAdjustment protected property

protected int __PointerAdjustment
return int

__ownsNativeInstance protected property

protected bool __ownsNativeInstance
return bool