gdbcommand.h File Reference
#include "dbgcommand.h"
Include dependency graph for gdbcommand.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
namespace | GDBDebugger |
Classes | |
class | GDBDebugger::GDBCommand |
class | GDBDebugger::GDBItemCommand |
class | GDBDebugger::GDBPointerCommand |
class | GDBDebugger::GDBSetBreakpointCommand |
Defines | |
#define | RUNCMD (true) |
#define | NOTRUNCMD (false) |
#define | INFOCMD (true) |
#define | NOTINFOCMD (false) |
Enumerations | |
enum | GDBCmd { BLOCK_START = '\32', SRC_POSITION = '\32', ARGS = 'A', BPLIST = 'B', SET_BREAKPT = 'b', DATAREQUEST = 'D', DISASSEMBLE = 'd', FRAME = 'F', FILE_START = 'f', INITIALISE = 'I', IDLE = 'i', BACKTRACE = 'K', LOCALS = 'L', LIBRARIES = 'l', MEMDUMP = 'M', RUN = 'R', REGISTERS = 'r', PROGRAM_STOP = 'S', SHARED_CONT = 's', INFOTHREAD = 'T', SWITCHTHREAD = 't', USERCMD = 'U', SETWATCH = 'W', UNSETWATCH = 'w', DETACH = 'z', WAIT = '0', WHATIS = 'H' } |
Define Documentation
|
|
|
|
Enumeration Type Documentation
|
Definition at line 28 of file gdbcommand.h. Referenced by GDBDebugger::GDBOutputWidget::slotGDBCmd(). |