C# Class Mono.Debugger.Backend.ThreadManager

Inheritance: DebuggerMarshalByRefObject
Afficher le fichier Open project: baulig/debugger Class Usage Examples

Méthodes publiques

Свойство Type Description
WaitTimeout System.TimeSpan

Private Properties

Свойство Type Description
AddEngine void
AddPendingEvent void
GetEngine SingleSteppingEngine
HandleChildEvent bool
HasPendingSigstopForNewThread bool
RemoveProcess void
RequestWait void
SendCommand object
ThreadManager System
check_disposed void
check_pending_events void
engine_thread_main void
mono_debugger_server_dispatch_simple Inferior.ChildEventType
mono_debugger_server_global_init int
mono_debugger_server_global_wait int
start_inferior void
start_wait_thread void
wait_thread_main bool

Méthodes publiques

Méthode Description
Dispose ( ) : void
OpenCoreFile ( ProcessStart start, Thread &threads ) : Process
StartApplication ( ProcessStart start, CommandResult &result ) : Process

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
AddEngine ( SingleSteppingEngine engine ) : void
AddPendingEvent ( SingleSteppingEngine engine, Inferior cevent ) : void
GetEngine ( int id ) : SingleSteppingEngine
HandleChildEvent ( SingleSteppingEngine engine, Inferior inferior, Inferior &cevent, bool &resume_target ) : bool
HasPendingSigstopForNewThread ( int pid ) : bool
RemoveProcess ( Process process ) : void
RequestWait ( ) : void
SendCommand ( SingleSteppingEngine sse, TargetAccessDelegate target, object user_data ) : object
ThreadManager ( Debugger debugger ) : System
check_disposed ( ) : void
check_pending_events ( ) : void
engine_thread_main ( ) : void

The heart of the SingleSteppingEngine. This runs in a background thread and processes stepping commands and events. For each application we're debugging, there is just one SingleSteppingEngine, no matter how many threads the application has. The engine is using one single event loop which is processing commands from the user and events from all of the application's threads.

mono_debugger_server_dispatch_simple ( int status, int &arg ) : Inferior.ChildEventType
mono_debugger_server_global_init ( ) : int
mono_debugger_server_global_wait ( int &status ) : int
start_inferior ( ) : void
start_wait_thread ( ) : void
wait_thread_main ( ) : bool

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

OpenCoreFile() public méthode

public OpenCoreFile ( ProcessStart start, Thread &threads ) : Process
start ProcessStart
threads Thread
Résultat Process

StartApplication() public méthode

public StartApplication ( ProcessStart start, CommandResult &result ) : Process
start ProcessStart
result CommandResult
Résultat Process

Property Details

WaitTimeout public_oe static_oe property

public static TimeSpan,System WaitTimeout
Résultat System.TimeSpan