GDBDebugger::Watchpoint Class Reference
#include <breakpoint.h>
Inheritance diagram for GDBDebugger::Watchpoint:


Public Member Functions | |
Watchpoint (const QString &varName, bool temporary=false, bool enabled=true) | |
virtual | ~Watchpoint () |
virtual QString | dbgSetCommand () const |
bool | match (const Breakpoint *brkpt) const |
BP_TYPES | type () const |
QString | displayType () const |
void | setVarName (const QString &varName) |
QString | varName () const |
QString | location (bool) |
void | setLocation (const QString &location) |
bool | isValid () const |
Private Attributes | |
QString | varName_ |
Constructor & Destructor Documentation
|
Definition at line 233 of file breakpoint.cpp. |
|
Definition at line 241 of file breakpoint.cpp. |
Member Function Documentation
|
Implements GDBDebugger::Breakpoint. Definition at line 247 of file breakpoint.cpp. |
|
Reimplemented from GDBDebugger::Breakpoint. Definition at line 202 of file breakpoint.h. |
|
Implements GDBDebugger::Breakpoint. Definition at line 207 of file breakpoint.h. |
|
Implements GDBDebugger::Breakpoint. Definition at line 205 of file breakpoint.h. |
|
Implements GDBDebugger::Breakpoint. Definition at line 254 of file breakpoint.cpp. References varName_. |
|
Implements GDBDebugger::Breakpoint. Definition at line 206 of file breakpoint.h. |
|
Definition at line 203 of file breakpoint.h. |
|
Reimplemented from GDBDebugger::Breakpoint. Definition at line 201 of file breakpoint.h. References GDBDebugger::BP_TYPES. |
|
Definition at line 204 of file breakpoint.h. |
Member Data Documentation
|
Definition at line 210 of file breakpoint.h. Referenced by match(). |
The documentation for this class was generated from the following files:
- languages/cpp/debugger/breakpoint.h
- languages/cpp/debugger/breakpoint.cpp