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


Public Member Functions | |
FunctionBreakpoint (const QString &functionName, bool temporary=false, bool enabled=true) | |
virtual | ~FunctionBreakpoint () |
virtual QString | dbgSetCommand () const |
bool | match (const Breakpoint *brkpt) const |
BP_TYPES | type () const |
QString | displayType () const |
void | setfunctionName (const QString &functionName) |
QString | functionName () const |
QString | location (bool) |
void | setLocation (const QString &location) |
bool | isValid () const |
Private Attributes | |
QString | m_functionName |
Constructor & Destructor Documentation
|
Definition at line 313 of file breakpoint.cpp. |
|
Definition at line 321 of file breakpoint.cpp. |
Member Function Documentation
|
Implements GDBDebugger::Breakpoint. Definition at line 327 of file breakpoint.cpp. |
|
Reimplemented from GDBDebugger::Breakpoint. Definition at line 246 of file breakpoint.h. |
|
Definition at line 248 of file breakpoint.h. |
|
Implements GDBDebugger::Breakpoint. Definition at line 251 of file breakpoint.h. |
|
Implements GDBDebugger::Breakpoint. Definition at line 249 of file breakpoint.h. |
|
Implements GDBDebugger::Breakpoint. Definition at line 334 of file breakpoint.cpp. References m_functionName. |
|
Definition at line 247 of file breakpoint.h. |
|
Implements GDBDebugger::Breakpoint. Definition at line 250 of file breakpoint.h. |
|
Reimplemented from GDBDebugger::Breakpoint. Definition at line 245 of file breakpoint.h. References GDBDebugger::BP_TYPES. |
Member Data Documentation
|
Definition at line 254 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