C# Class Mono.Debugger.Test.Framework.NUnitInterpreter

Inheritance: Interpreter
Datei anzeigen Open project: baulig/debugger Class Usage Examples

Public Methods

Method Description
Print ( string message ) : void
Wait ( ) : DebuggerEvent

Protected Methods

Method Description
OnEnterNestedBreakState ( Thread thread ) : void
OnMainProcessCreated ( Process process ) : void
OnProcessCreated ( Process process ) : void
OnProcessExecd ( Process process ) : void
OnProcessExited ( Process process ) : void
OnTargetExited ( ) : void
OnTargetOutput ( bool is_stderr, string line ) : void
OnThreadCreated ( Thread thread ) : void
OnThreadExited ( Thread thread ) : void

Private Methods

Method Description
AddEvent ( DebuggerEvent e ) : void
NUnitInterpreter ( DebuggerConfiguration config, DebuggerOptions options, LineReader inferior_stdout, LineReader inferior_stderr ) : System

Method Details

OnEnterNestedBreakState() protected method

protected OnEnterNestedBreakState ( Thread thread ) : void
thread Thread
return void

OnMainProcessCreated() protected method

protected OnMainProcessCreated ( Process process ) : void
process Process
return void

OnProcessCreated() protected method

protected OnProcessCreated ( Process process ) : void
process Process
return void

OnProcessExecd() protected method

protected OnProcessExecd ( Process process ) : void
process Process
return void

OnProcessExited() protected method

protected OnProcessExited ( Process process ) : void
process Process
return void

OnTargetExited() protected method

protected OnTargetExited ( ) : void
return void

OnTargetOutput() protected method

protected OnTargetOutput ( bool is_stderr, string line ) : void
is_stderr bool
line string
return void

OnThreadCreated() protected method

protected OnThreadCreated ( Thread thread ) : void
thread Thread
return void

OnThreadExited() protected method

protected OnThreadExited ( Thread thread ) : void
thread Thread
return void

Print() public method

public Print ( string message ) : void
message string
return void

Wait() public method

public Wait ( ) : DebuggerEvent
return DebuggerEvent