Method |
Description |
|
AcquireGlobalThreadLock ( SingleSteppingEngine caller ) : void |
Stop all currently running threads without sending any notifications. The threads are automatically resumed to their previos state when ReleaseGlobalThreadLock() is called. |
|
ActivatePendingBreakpoints_internal ( CommandResult result ) : bool |
|
|
AddExceptionCatchPoint ( ExceptionCatchPoint catchpoint ) : int |
|
|
CheckForThreads ( ArrayList check_threads ) : bool |
|
|
ChildExecd ( SingleSteppingEngine engine, Inferior inferior ) : void |
|
|
ChildForked ( Inferior inferior, int pid ) : void |
|
|
CloneParentOperation ( SingleSteppingEngine new_thread ) : CommandResult |
|
|
CreateMonoLanguage ( MonoDebuggerInfo info ) : MonoLanguageBackend |
|
|
Dispose ( bool disposing ) : void |
|
|
DoDispose ( ) : void |
|
|
DropGlobalThreadLock ( ) : void |
|
|
GetEngineByTID ( Inferior inferior, long tid ) : SingleSteppingEngine |
|
|
InitializeMono ( Inferior inferior, TargetAddress mdb_debug_info ) : void |
|
|
InitializeThreads ( Inferior inferior, bool resume_threads ) : void |
|
|
OnEnterNestedBreakState ( SingleSteppingEngine sse ) : void |
|
|
OnLeaveNestedBreakState ( SingleSteppingEngine sse ) : void |
|
|
OnManagedThreadExitedEvent ( ThreadServant thread ) : void |
|
|
OnProcessExitedEvent ( ) : void |
|
|
OnProcessReachedMainEvent ( ) : void |
|
|
OnTargetDetached ( ) : void |
|
|
OnTargetEvent ( SingleSteppingEngine sse, TargetEventArgs args ) : void |
|
|
OnTargetOutput ( bool is_stderr, string output ) : void |
|
|
OnThreadCreatedEvent ( ThreadServant thread ) : void |
|
|
OnThreadExitedEvent ( ThreadServant thread ) : void |
|
|
OperationCompleted ( SingleSteppingEngine caller, TargetEventArgs result, ThreadingModel model ) : void |
|
|
Process ( Process parent, int pid ) : System |
|
|
Process ( ThreadManager manager, DebuggerSession session ) : System |
|
|
Process ( ThreadManager manager, ProcessStart start ) : System |
|
|
ReleaseGlobalThreadLock ( SingleSteppingEngine caller ) : void |
|
|
RemoveExceptionCatchPoint ( int index ) : void |
|
|
ResumeUserThreads ( ThreadingModel model, SingleSteppingEngine caller ) : void |
|
|
StartApplication ( ) : CommandResult |
|
|
StartGUIManager ( ) : GUIManager |
|
|
StartGlobalOperation ( ThreadingModel model, SingleSteppingEngine caller, OperationCommandResult operation ) : void |
|
|
StartOperation ( ThreadingModel model, SingleSteppingEngine caller ) : CommandResult |
|
|
Stop ( ) : void |
|
|
SuspendUserThreads ( ThreadingModel model, SingleSteppingEngine caller ) : void |
|
|
ThreadCreated ( Inferior inferior, int pid, bool do_attach, bool resume_thread ) : void |
|
|
UpdateSymbolTable ( TargetMemoryAccess target ) : void |
|
|
check_disposed ( ) : void |
|
|
get_thread_info ( Inferior inferior, SingleSteppingEngine engine ) : void |
|
|