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


Public Member Functions | |
AddressBreakpoint (const QString &breakAddress, bool temporary=false, bool enabled=true) | |
virtual | ~AddressBreakpoint () |
virtual QString | dbgSetCommand () const |
bool | match (const Breakpoint *brkpt) const |
BP_TYPES | type () const |
QString | displayType () const |
void | setBreakAddress (const QString &breakAddress) |
QString | breakAddress () const |
QString | location (bool) |
void | setLocation (const QString &location) |
bool | isValid () const |
Private Attributes | |
QString | m_breakAddress |
Constructor & Destructor Documentation
|
Definition at line 273 of file breakpoint.cpp. |
|
Definition at line 281 of file breakpoint.cpp. |
Member Function Documentation
|
Definition at line 226 of file breakpoint.h. |
|
Implements GDBDebugger::Breakpoint. Definition at line 287 of file breakpoint.cpp. |
|
Reimplemented from GDBDebugger::Breakpoint. Definition at line 224 of file breakpoint.h. |
|
Implements GDBDebugger::Breakpoint. Definition at line 229 of file breakpoint.h. |
|
Implements GDBDebugger::Breakpoint. Definition at line 227 of file breakpoint.h. |
|
Implements GDBDebugger::Breakpoint. Definition at line 294 of file breakpoint.cpp. References m_breakAddress. |
|
Definition at line 225 of file breakpoint.h. |
|
Implements GDBDebugger::Breakpoint. Definition at line 228 of file breakpoint.h. |
|
Reimplemented from GDBDebugger::Breakpoint. Definition at line 223 of file breakpoint.h. References GDBDebugger::BP_TYPES. |
Member Data Documentation
|
Definition at line 232 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