Свойство | Тип | Описание | |
---|---|---|---|
Dispose | void | ||
IInterruptionHandler | bool | ||
Interpreter | System |
Метод | Описание | |
---|---|---|
Abort ( ) : void | ||
AddToThreadGroup ( string name, Thread threads ) : void | ||
Attach ( int pid ) : |
||
ClearInterrupt ( ) : void | ||
CreateThreadGroup ( string name ) : void | ||
DeleteThreadGroup ( string name ) : void | ||
Detach ( ) : void | ||
Detach ( |
||
Dispose ( ) : void | ||
Error ( |
||
Error ( TargetException ex ) : void | ||
Error ( string message ) : void | ||
Exit ( ) : void | ||
GetEvent ( int index ) : |
||
GetModules ( int indices ) : Module[] | ||
GetProcess ( int number ) : |
||
GetSources ( int indices ) : Mono.Debugger.SourceFile[] | ||
GetStyle ( string name ) : |
||
GetStyleNames ( ) : string[] | ||
GetThread ( int number ) : Thread | ||
GetThreadGroup ( string name, bool writable ) : |
||
GetThreads ( int indices ) : Thread[] | ||
InsertExceptionCatchPoint ( Thread target, |
||
InsertHardwareWatchPoint ( Thread target, |
||
Interpreter ( bool is_interactive, |
||
Interrupt ( ) : int | ||
Kill ( ) : void | ||
Kill ( |
||
LoadSession ( Stream stream ) : |
||
ModuleOperations ( Module modules, ModuleOperation operations ) : void | ||
OpenCoreFile ( string core_file ) : |
||
Print ( object obj ) : void | ||
Print ( string message ) : void | ||
PrintCommandLineArgs ( |
||
PrintInstruction ( |
||
PrintProcess ( |
||
Query ( string prompt ) : bool | ||
QueryMethod ( |
||
ReadFile ( string filename ) : |
||
RemoveFromThreadGroup ( string name, Thread threads ) : void | ||
SaveSession ( Stream stream ) : void | ||
ShowBreakpoints ( ) : void | ||
ShowDisplays ( |
||
ShowThreadGroups ( ) : void | ||
Start ( ) : |
||
Wait ( |
Метод | Описание | |
---|---|---|
OnEnterNestedBreakState ( Thread thread ) : void | ||
OnLeaveNestedBreakState ( Thread thread ) : void | ||
OnMainProcessCreated ( |
||
OnProcessCreated ( |
||
OnProcessExecd ( |
||
OnProcessExited ( |
||
OnProcessReachedMain ( |
||
OnTargetEvent ( Thread thread, |
||
OnTargetExited ( ) : void | ||
OnTargetOutput ( bool is_stderr, string line ) : void | ||
OnThreadCreated ( Thread thread ) : void | ||
OnThreadExited ( Thread thread ) : void |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void | ||
IInterruptionHandler ( ) : bool | ||
Interpreter ( ) : System |
public AddToThreadGroup ( string name, Thread threads ) : void | ||
name | string | |
threads | Thread | |
Результат | void |
public Attach ( int pid ) : |
||
pid | int | |
Результат |
public CreateThreadGroup ( string name ) : void | ||
name | string | |
Результат | void |
public DeleteThreadGroup ( string name ) : void | ||
name | string | |
Результат | void |
public Detach ( |
||
process | ||
Результат | void |
public Error ( |
||
ex | ||
Результат | void |
public Error ( TargetException ex ) : void | ||
ex | TargetException | |
Результат | void |
public GetEvent ( int index ) : |
||
index | int | |
Результат |
public GetModules ( int indices ) : Module[] | ||
indices | int | |
Результат | Module[] |
public GetProcess ( int number ) : |
||
number | int | |
Результат |
public GetSources ( int indices ) : Mono.Debugger.SourceFile[] | ||
indices | int | |
Результат | Mono.Debugger.SourceFile[] |
public GetStyle ( string name ) : |
||
name | string | |
Результат |
public GetThreadGroup ( string name, bool writable ) : |
||
name | string | |
writable | bool | |
Результат |
public GetThreads ( int indices ) : Thread[] | ||
indices | int | |
Результат | Thread[] |
public InsertExceptionCatchPoint ( Thread target, |
||
target | Thread | |
group | ||
exception | ||
unhandled | bool | |
Результат | int |
public InsertHardwareWatchPoint ( Thread target, |
||
target | Thread | |
address | ||
Результат | int |
public Interpreter ( bool is_interactive, |
||
is_interactive | bool | |
config | ||
options | ||
Результат | System |
public Kill ( |
||
process | ||
Результат | void |
public LoadSession ( Stream stream ) : |
||
stream | Stream | |
Результат |
public ModuleOperations ( Module modules, ModuleOperation operations ) : void | ||
modules | Module | |
operations | ModuleOperation | |
Результат | void |
protected OnEnterNestedBreakState ( Thread thread ) : void | ||
thread | Thread | |
Результат | void |
protected OnLeaveNestedBreakState ( Thread thread ) : void | ||
thread | Thread | |
Результат | void |
protected OnMainProcessCreated ( |
||
process | ||
Результат | void |
protected OnProcessCreated ( |
||
process | ||
Результат | void |
protected OnProcessExecd ( |
||
process | ||
Результат | void |
protected OnProcessExited ( |
||
process | ||
Результат | void |
protected OnProcessReachedMain ( |
||
process | ||
Результат | void |
protected OnTargetEvent ( Thread thread, |
||
thread | Thread | |
args | ||
Результат | void |
protected OnTargetOutput ( bool is_stderr, string line ) : void | ||
is_stderr | bool | |
line | string | |
Результат | void |
protected OnThreadCreated ( Thread thread ) : void | ||
thread | Thread | |
Результат | void |
protected OnThreadExited ( Thread thread ) : void | ||
thread | Thread | |
Результат | void |
public OpenCoreFile ( string core_file ) : |
||
core_file | string | |
Результат |
public PrintCommandLineArgs ( |
||
process | ||
Результат | string |
public PrintInstruction ( |
||
line | ||
Результат | void |
public PrintProcess ( |
||
process | ||
Результат | string |
public QueryMethod ( |
||
methods | ||
Результат |
public ReadFile ( string filename ) : |
||
filename | string | |
Результат |
public RemoveFromThreadGroup ( string name, Thread threads ) : void | ||
name | string | |
threads | Thread | |
Результат | void |
public SaveSession ( Stream stream ) : void | ||
stream | Stream | |
Результат | void |
public ShowDisplays ( |
||
frame | ||
Результат | void |
public Wait ( |
||
result | ||
Результат | bool |