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


Public Member Functions | |
FilePosBreakpoint (const QString &fileName, int lineNum, bool temporary=false, bool enabled=true) | |
virtual | ~FilePosBreakpoint () |
virtual QString | dbgSetCommand () const |
virtual bool | match (const Breakpoint *brkpt) const |
BP_TYPES | type () const |
QString | displayType () const |
void | setFileName (const QString &fileName) |
QString | fileName () const |
void | setLineNum (int lineNum) |
int | lineNum () const |
QString | location (bool compact=true) |
void | setLocation (const QString &location) |
bool | isValid () const |
Private Attributes | |
QString | fileName_ |
int | lineNo_ |
Constructor & Destructor Documentation
|
Definition at line 150 of file breakpoint.cpp. |
|
Definition at line 160 of file breakpoint.cpp. |
Member Function Documentation
|
Implements GDBDebugger::Breakpoint. Definition at line 166 of file breakpoint.cpp. References fileName_, GDBDebugger::Breakpoint::isTemporary(), and lineNo_. |
|
Reimplemented from GDBDebugger::Breakpoint. Definition at line 144 of file breakpoint.h. |
|
Definition at line 146 of file breakpoint.h. Referenced by GDBDebugger::GDBBreakpointWidget::slotRefreshBP(), GDBDebugger::DebuggerPart::slotRefreshBPState(), and GDBDebugger::GDBBreakpointWidget::slotRowSelected(). |
|
Implements GDBDebugger::Breakpoint. Definition at line 151 of file breakpoint.h. |
|
Definition at line 148 of file breakpoint.h. Referenced by GDBDebugger::DebuggerPart::slotRefreshBPState(), and GDBDebugger::GDBBreakpointWidget::slotRowSelected(). |
|
Implements GDBDebugger::Breakpoint. Definition at line 202 of file breakpoint.cpp. |
|
Implements GDBDebugger::Breakpoint. Definition at line 184 of file breakpoint.cpp. |
|
Definition at line 145 of file breakpoint.h. |
|
Definition at line 147 of file breakpoint.h. |
|
Implements GDBDebugger::Breakpoint. Definition at line 212 of file breakpoint.cpp. |
|
Reimplemented from GDBDebugger::Breakpoint. Definition at line 143 of file breakpoint.h. References GDBDebugger::BP_TYPES. |
Member Data Documentation
|
Definition at line 154 of file breakpoint.h. Referenced by dbgSetCommand(), location(), match(), and setLocation(). |
|
Definition at line 155 of file breakpoint.h. Referenced by dbgSetCommand(), location(), match(), and setLocation(). |
The documentation for this class was generated from the following files:
- languages/cpp/debugger/breakpoint.h
- languages/cpp/debugger/breakpoint.cpp