GDBDebugger::DbgCommand Class Reference
#include <dbgcommand.h>
Inheritance diagram for GDBDebugger::DbgCommand:


Public Member Functions | |
DbgCommand (const QCString &command, bool isRunCmd, bool isInfoCmd, char prompt) | |
virtual | ~DbgCommand () |
virtual QCString & | cmdToSend () |
virtual int | cmdLength () |
QCString | rawDbgCommand () const |
bool | isARunCmd () const |
bool | isAnInfoCmd () const |
bool | moreToSend () const |
bool | expectReply () const |
bool | typeMatch (char cmdType) const |
Protected Attributes | |
QCString | cmdBuffer_ |
QCString | command_ |
bool | isRunCmd_ |
bool | isInfoCmd_ |
bool | sent_ |
bool | waitForReply_ |
char | prompt_ |
Constructor & Destructor Documentation
|
Definition at line 27 of file dbgcommand.cpp. References cmdBuffer_, and command_. |
|
Definition at line 32 of file dbgcommand.h. |
Member Function Documentation
|
Definition at line 35 of file dbgcommand.h. Referenced by GDBDebugger::GDBController::executeCmd(). |
|
Definition at line 34 of file dbgcommand.h. Referenced by GDBDebugger::GDBController::executeCmd(). |
|
Definition at line 41 of file dbgcommand.h. Referenced by GDBDebugger::GDBController::executeCmd(). |
|
Definition at line 39 of file dbgcommand.h. Referenced by GDBDebugger::GDBController::pauseApp(), and GDBDebugger::GDBController::removeInfoRequests(). |
|
Definition at line 38 of file dbgcommand.h. Referenced by GDBDebugger::GDBController::executeCmd(), GDBDebugger::GDBController::pauseApp(), GDBDebugger::GDBController::queueCmd(), and GDBDebugger::GDBController::removeInfoRequests(). |
|
Definition at line 40 of file dbgcommand.h. Referenced by GDBDebugger::GDBController::executeCmd(). |
|
Definition at line 37 of file dbgcommand.h. Referenced by GDBDebugger::GDBController::parseLine(). |
|
Definition at line 42 of file dbgcommand.h. Referenced by GDBDebugger::GDBController::parseCmdBlock(). |
Member Data Documentation
|
Definition at line 45 of file dbgcommand.h. Referenced by DbgCommand(). |
|
Definition at line 46 of file dbgcommand.h. Referenced by DbgCommand(). |
|
Definition at line 48 of file dbgcommand.h. |
|
Definition at line 47 of file dbgcommand.h. |
|
Definition at line 51 of file dbgcommand.h. |
|
Definition at line 49 of file dbgcommand.h. |
|
Definition at line 50 of file dbgcommand.h. |
The documentation for this class was generated from the following files:
- languages/cpp/debugger/dbgcommand.h
- languages/cpp/debugger/dbgcommand.cpp