dbgcontroller.h File Reference
#include <qobject.h>
#include <domutil.h>
Include dependency graph for dbgcontroller.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::DbgController |
Enumerations | |
enum | DBGStateFlags { s_dbgNotStarted = 1, s_appNotStarted = 2, s_appBusy = 4, s_waitForWrite = 8, s_programExited = 16, s_silent = 32, s_viewLocals = 64, s_viewBT = 128, s_viewBP = 256, s_attached = 512, s_core = 1024, s_waitTimer = 2048, s_shuttingDown = 4096, s_viewThreads = 8192 } |
Enumeration Type Documentation
|
Definition at line 40 of file dbgcontroller.h. |