GDBDebugger::GDBCommand Class Reference
#include <gdbcommand.h>
Inheritance diagram for GDBDebugger::GDBCommand:

Public Member Functions | |
GDBCommand (const QCString &command, bool isRunCmd=false, bool isInfoCmd=true, char prompt=WAIT) | |
virtual | ~GDBCommand () |
Static Private Attributes | |
QCString | idlePrompt_ = QCString().sprintf("\nset prompt %c%c\n", BLOCK_START, IDLE) |
Detailed Description
- Author:
- John Birch
Definition at line 84 of file gdbcommand.h.
Constructor & Destructor Documentation
|
Definition at line 29 of file gdbcommand.cpp. References GDBDebugger::BLOCK_START, and idlePrompt_. |
|
Definition at line 41 of file gdbcommand.cpp. |
Member Data Documentation
|
Definition at line 25 of file gdbcommand.cpp. Referenced by GDBCommand(). |
The documentation for this class was generated from the following files:
- languages/cpp/debugger/gdbcommand.h
- languages/cpp/debugger/gdbcommand.cpp