C# Class VSNDK.DebugEngine.EventDispatcher.GDBOutput

Show file Open project: blackberry/VSPlugin

Public Properties

Property Type Description
_running bool

Public Methods

Method Description
GDBOutput ( EventDispatcher ed ) : System

Constructor.

processingGDBOutput ( ) : void

Thread responsible for handling asynchronous GDB output.

Method Details

GDBOutput() public method

Constructor.
public GDBOutput ( EventDispatcher ed ) : System
ed EventDispatcher This object manages debug events in the engine.
return System

processingGDBOutput() public method

Thread responsible for handling asynchronous GDB output.
public processingGDBOutput ( ) : void
return void

Property Details

_running public property

Boolean variable that corresponds to the event dispatcher status. When false, exit the event dispatch loop.
public bool _running
return bool