Property | Type | Description | |
---|---|---|---|
NativeToManagedMap | CompileUnit>.System.Collections.Concurrent.ConcurrentDictionary |
Property | Type | Description | |
---|---|---|---|
__OriginalVTables | void*[] | ||
__PointerAdjustment | int | ||
__ownsNativeInstance | bool |
Method | Description | |
---|---|---|
CompileUnit ( ) : System | ||
CompileUnit ( LLDB rhs ) : System | ||
Dispose ( ) : void | ||
Equals ( object obj ) : bool | ||
FindLineEntryIndex ( uint start_idx, uint line, LLDB inline_file_spec ) : uint | ||
FindLineEntryIndex ( uint start_idx, uint line, LLDB inline_file_spec, bool exact ) : uint | ||
FindSupportFileIndex ( uint start_idx, LLDB sb_file, bool full ) : uint | ||
GetDescription ( LLDB description ) : bool | ||
GetFileSpec ( ) : LLDB.FileSpec | ||
GetHashCode ( ) : int | ||
GetLineEntryAtIndex ( uint idx ) : LLDB.LineEntry | ||
GetSupportFileAtIndex ( uint idx ) : LLDB.FileSpec | ||
GetTypes ( uint type_mask ) : LLDB.TypeList |
Get all types matching from debug info in this compile unit.
|
|
IsValid ( ) : bool | ||
__CreateInstance ( |
||
__CreateInstance ( global native, bool skipVTables = false ) : |
||
operator ( ) : bool |
Method | Description | |
---|---|---|
CompileUnit ( void native, bool skipVTables = false ) : System | ||
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
CompileUnit ( |
||
__CopyValue ( |
protected CompileUnit ( void native, bool skipVTables = false ) : System | ||
native | void | |
skipVTables | bool | |
return | System |
public FindLineEntryIndex ( uint start_idx, uint line, LLDB inline_file_spec ) : uint | ||
start_idx | uint | |
line | uint | |
inline_file_spec | LLDB | |
return | uint |
public FindLineEntryIndex ( uint start_idx, uint line, LLDB inline_file_spec, bool exact ) : uint | ||
start_idx | uint | |
line | uint | |
inline_file_spec | LLDB | |
exact | bool | |
return | uint |
public FindSupportFileIndex ( uint start_idx, LLDB sb_file, bool full ) : uint | ||
start_idx | uint | |
sb_file | LLDB | |
full | bool | |
return | uint |
public GetDescription ( LLDB description ) : bool | ||
description | LLDB | |
return | bool |
public GetLineEntryAtIndex ( uint idx ) : LLDB.LineEntry | ||
idx | uint | |
return | LLDB.LineEntry |
public GetSupportFileAtIndex ( uint idx ) : LLDB.FileSpec | ||
idx | uint | |
return | LLDB.FileSpec |
public GetTypes ( uint type_mask ) : LLDB.TypeList | ||
type_mask | uint |
/// |
return | LLDB.TypeList |
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 | CompileUnit>.System.Collections.Concurrent.ConcurrentDictionary |