JAVADebugger::DbgCommand Class Reference
#include <dbgcommand.h>
Inheritance diagram for JAVADebugger::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 |
Public Attributes | |
QCString | cmdBuffer_ |
QCString | command_ |
bool | isRunCmd_ |
bool | isInfoCmd_ |
bool | sent_ |
bool | waitForReply_ |
char | prompt_ |
Constructor & Destructor Documentation
|
Definition at line 29 of file dbgcommand.cpp. References cmdBuffer_, and command_. |
|
Definition at line 34 of file dbgcommand.h. |
Member Function Documentation
|
Definition at line 37 of file dbgcommand.h. References cmdBuffer_. Referenced by JAVADebugger::JDBController::executeCmd(). |
|
Definition at line 36 of file dbgcommand.h. References cmdBuffer_, and sent_. Referenced by JAVADebugger::JDBController::executeCmd(). |
|
Definition at line 43 of file dbgcommand.h. References waitForReply_. Referenced by JAVADebugger::JDBController::executeCmd(). |
|
Definition at line 41 of file dbgcommand.h. References isInfoCmd_. Referenced by JAVADebugger::JDBController::removeInfoRequests(). |
|
Definition at line 40 of file dbgcommand.h. References isRunCmd_. Referenced by JAVADebugger::JDBController::executeCmd(), JAVADebugger::JDBController::parseLine(), JAVADebugger::JDBController::queueCmd(), and JAVADebugger::JDBController::removeInfoRequests(). |
|
Definition at line 42 of file dbgcommand.h. References sent_. Referenced by JAVADebugger::JDBController::executeCmd(). |
|
Definition at line 39 of file dbgcommand.h. References command_. |
|
Definition at line 44 of file dbgcommand.h. References prompt_, and typeMatch(). Referenced by JAVADebugger::JDBController::parseBacktrace(), JAVADebugger::JDBController::parseDump(), JAVADebugger::JDBController::parseInfo(), JAVADebugger::JDBController::parseLine(), JAVADebugger::JDBController::parseLocalVars(), and typeMatch(). |
Member Data Documentation
|
Definition at line 47 of file dbgcommand.h. Referenced by cmdLength(), cmdToSend(), and DbgCommand(). |
|
Definition at line 48 of file dbgcommand.h. Referenced by DbgCommand(), and rawDbgCommand(). |
|
Definition at line 50 of file dbgcommand.h. Referenced by isAnInfoCmd(). |
|
Definition at line 49 of file dbgcommand.h. Referenced by isARunCmd(). |
|
Definition at line 53 of file dbgcommand.h. Referenced by typeMatch(). |
|
Definition at line 51 of file dbgcommand.h. Referenced by cmdToSend(), and moreToSend(). |
|
Definition at line 52 of file dbgcommand.h. Referenced by expectReply(). |
The documentation for this class was generated from the following files:
- languages/java/debugger/dbgcommand.h
- languages/java/debugger/dbgcommand.cpp