Property | Type | Description | |
---|---|---|---|
Process |
Method | Description | |
---|---|---|
AddExecutableFile ( |
||
Dispose ( ) : void | ||
GetTrampoline ( |
||
LoadExecutable ( |
||
LookupLibrary ( |
||
LookupLibrary ( string name ) : |
||
LookupSymbol ( string name ) : |
Method | Description | |
---|---|---|
DoDispose ( ) : void | ||
OperatingSystemBackend ( |
||
check_disposed ( ) : void |
Method | Description | |
---|---|---|
CheckForPendingMonoInit ( |
||
Dispose ( bool disposing ) : void | ||
ReadNativeTypes ( ) : void | ||
UpdateSharedLibraries ( |
public abstract AddExecutableFile ( |
||
inferior | ||
filename | string | |
base_address | ||
step_info | bool | |
is_loaded | bool | |
return |
public abstract GetTrampoline ( |
||
memory | ||
address | ||
trampoline | ||
is_start | bool | |
return | bool |
public abstract LoadExecutable ( |
||
memory | ||
filename | string | |
load_native_symtabs | bool | |
return |
public abstract LookupLibrary ( |
||
address | ||
return |
public abstract LookupLibrary ( string name ) : |
||
name | string | |
return |
public abstract LookupSymbol ( string name ) : |
||
name | string | |
return |
protected OperatingSystemBackend ( |
||
process | ||
return | System |