Property | Type | Description | |
---|---|---|---|
Config | |||
Name | string | ||
Options |
Property | Type | Description | |
---|---|---|---|
directory_maps | string>.Dictionary | ||
displays | |||
main_thread_group | |||
modules | |||
thread_groups | |||
user_module_paths | List |
||
user_modules | List |
Property | Type | Description | |
---|---|---|---|
AddThreadGroup | void | ||
Clone | |||
CreateModule | Module | ||
CreateModule | Module | ||
DebuggerSession | System | ||
DeleteEvent | void | ||
GetPendingBreakpoints | PendingBreakpointQueue | ||
HasPendingBreakpoints | bool | ||
InsertExceptionCatchPoint | |||
OnMainProcessCreated | void | ||
OnProcessCreated | void | ||
OnProcessExecd | void | ||
OnProcessExited | void | ||
ParseLocation | |||
is_user_module | bool | ||
map_file_name | bool |
Method | Description | |
---|---|---|
ActivateEventAsync ( |
||
ActivateOrDeactivateEventAsync ( |
||
AddEvent ( |
||
AddUserModule ( string name ) : void | ||
AddUserModulePath ( string path ) : void | ||
CreateDisplay ( string text ) : |
||
CreateThreadGroup ( string name ) : |
||
DeactivateEventAsync ( |
||
DebuggerSession ( |
||
DebuggerSession ( |
||
DeleteDisplay ( |
||
DeleteThreadGroup ( string name ) : void | ||
FindFile ( string filename ) : |
||
GetDisplay ( int index ) : |
||
GetEvent ( int index ) : |
||
GetModule ( string name ) : Module | ||
InsertBreakpoint ( Thread target, |
||
InsertBreakpoint ( |
||
InsertBreakpoint ( |
||
InsertExceptionCatchPoint ( Thread target, |
||
InsertHardwareWatchPoint ( Thread target, |
||
MapFileName ( string path ) : string | ||
RemoveEvent ( |
||
SaveSession ( Stream stream ) : void | ||
ThreadGroupByName ( string name ) : |
||
ThreadGroupExists ( string name ) : bool |
Method | Description | |
---|---|---|
DebuggerSession ( |
||
LoadDisplays ( |
||
LoadEvents ( |
||
LoadSession ( |
||
ParseEvent ( |
||
SaveSession ( ) : |
Method | Description | |
---|---|---|
AddThreadGroup ( |
||
Clone ( |
||
CreateModule ( string name, |
||
CreateModule ( string name, |
||
DebuggerSession ( |
||
DeleteEvent ( |
||
GetPendingBreakpoints ( |
||
HasPendingBreakpoints ( ) : bool | ||
InsertExceptionCatchPoint ( Thread target, |
||
OnMainProcessCreated ( |
||
OnProcessCreated ( |
||
OnProcessExecd ( |
||
OnProcessExited ( |
||
ParseLocation ( Thread target, |
||
is_user_module ( string code_base ) : bool | ||
map_file_name ( string &path, string from, string to ) : bool |
public ActivateEventAsync ( |
||
handle | ||
return | void |
public ActivateOrDeactivateEventAsync ( |
||
handle | ||
activate | bool | |
return | bool |
public AddUserModulePath ( string path ) : void | ||
path | string | |
return | void |
public CreateDisplay ( string text ) : |
||
text | string | |
return |
public CreateThreadGroup ( string name ) : |
||
name | string | |
return |
public DeactivateEventAsync ( |
||
handle | ||
return | void |
public DebuggerSession ( |
||
config | ||
options | ||
name | string | |
parser | IExpressionParser | |
return | System |
protected DebuggerSession ( |
||
config | ||
process | ||
options | ||
name | string | |
parser | IExpressionParser | |
nav | ||
return | System |
public DebuggerSession ( |
||
config | ||
stream | Stream | |
parser | IExpressionParser | |
return | System |
public DeleteThreadGroup ( string name ) : void | ||
name | string | |
return | void |
public FindFile ( string filename ) : |
||
filename | string | |
return |
public InsertBreakpoint ( Thread target, |
||
target | Thread | |
group | ||
address | ||
return |
public InsertBreakpoint ( |
||
group | ||
type | LocationType | |
name | string | |
return |
public InsertBreakpoint ( |
||
group | ||
location | ||
return |
public InsertExceptionCatchPoint ( Thread target, |
||
target | Thread | |
group | ||
exception | ||
unhandled | bool | |
return |
public InsertHardwareWatchPoint ( Thread target, |
||
target | Thread | |
address | ||
type | HardwareWatchType | |
return |
protected LoadDisplays ( |
||
display_iter | ||
return | void |
protected LoadEvents ( |
||
event_iter | ||
return | void |
protected LoadSession ( |
||
nav | ||
return | void |
protected ParseEvent ( |
||
navigator | ||
index | int | |
group | ||
return |
protected SaveSession ( ) : |
||
return |
public ThreadGroupByName ( string name ) : |
||
name | string | |
return |
public ThreadGroupExists ( string name ) : bool | ||
name | string | |
return | bool |
public DebuggerConfiguration,Mono.Debugger Config | ||
return |
protected Hashtable,System.Collections displays | ||
return |
protected ThreadGroup,Mono.Debugger main_thread_group | ||
return |
protected Hashtable,System.Collections modules | ||
return |
protected Hashtable,System.Collections thread_groups | ||
return |