Property | Type | Description | |
---|---|---|---|
NativeToManagedMap | Platform>.System.Collections.Concurrent.ConcurrentDictionary |
Property | Type | Description | |
---|---|---|---|
__OriginalVTables | void*[] | ||
__PointerAdjustment | int | ||
__ownsNativeInstance | bool |
Method | Description | |
---|---|---|
Clear ( ) : void | ||
ConnectRemote ( LLDB connect_options ) : LLDB.Error | ||
DisconnectRemote ( ) : void | ||
Dispose ( ) : void | ||
Get ( LLDB src, LLDB dst ) : LLDB.Error | ||
GetFilePermissions ( string path ) : uint | ||
GetUnixSignals ( ) : LLDB.UnixSignals | ||
Install ( LLDB src, LLDB dst ) : LLDB.Error | ||
IsConnected ( ) : bool | ||
IsValid ( ) : bool | ||
Kill ( ulong pid ) : LLDB.Error | ||
Launch ( LLDB launch_info ) : LLDB.Error | ||
MakeDirectory ( string path, uint file_permissions ) : LLDB.Error | ||
Platform ( ) : System | ||
Platform ( LLDB _0 ) : System | ||
Platform ( string platform_name ) : System | ||
Put ( LLDB src, LLDB dst ) : LLDB.Error | ||
Run ( LLDB shell_command ) : LLDB.Error | ||
SetFilePermissions ( string path, uint file_permissions ) : LLDB.Error | ||
SetWorkingDirectory ( string path ) : bool | ||
__CreateInstance ( Platform native, bool skipVTables = false ) : Platform | ||
__CreateInstance ( global native, bool skipVTables = false ) : Platform |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
Platform ( void native, bool skipVTables = false ) : System |
Method | Description | |
---|---|---|
Platform ( Platform native, bool skipVTables = false ) : System | ||
__CopyValue ( Platform native ) : void* |
public ConnectRemote ( LLDB connect_options ) : LLDB.Error | ||
connect_options | LLDB | |
return | LLDB.Error |
public Get ( LLDB src, LLDB dst ) : LLDB.Error | ||
src | LLDB | |
dst | LLDB | |
return | LLDB.Error |
public GetFilePermissions ( string path ) : uint | ||
path | string | |
return | uint |
public Install ( LLDB src, LLDB dst ) : LLDB.Error | ||
src | LLDB | |
dst | LLDB | |
return | LLDB.Error |
public Launch ( LLDB launch_info ) : LLDB.Error | ||
launch_info | LLDB | |
return | LLDB.Error |
public MakeDirectory ( string path, uint file_permissions ) : LLDB.Error | ||
path | string | |
file_permissions | uint | |
return | LLDB.Error |
public Platform ( string platform_name ) : System | ||
platform_name | string | |
return | System |
protected Platform ( void native, bool skipVTables = false ) : System | ||
native | void | |
skipVTables | bool | |
return | System |
public Put ( LLDB src, LLDB dst ) : LLDB.Error | ||
src | LLDB | |
dst | LLDB | |
return | LLDB.Error |
public Run ( LLDB shell_command ) : LLDB.Error | ||
shell_command | LLDB | |
return | LLDB.Error |
public SetFilePermissions ( string path, uint file_permissions ) : LLDB.Error | ||
path | string | |
file_permissions | uint | |
return | LLDB.Error |
public SetWorkingDirectory ( string path ) : bool | ||
path | string | |
return | bool |
public static __CreateInstance ( Platform native, bool skipVTables = false ) : Platform | ||
native | Platform | |
skipVTables | bool | |
return | Platform |
public static __CreateInstance ( global native, bool skipVTables = false ) : Platform | ||
native | global | |
skipVTables | bool | |
return | Platform |
public static System.Collections.Concurrent.ConcurrentDictionary |
||
return | Platform>.System.Collections.Concurrent.ConcurrentDictionary |