breakpoint.h File Reference
#include <klocale.h>
#include <qstring.h>
Include dependency graph for breakpoint.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::Breakpoint |
class | GDBDebugger::FilePosBreakpoint |
class | GDBDebugger::Watchpoint |
class | GDBDebugger::AddressBreakpoint |
class | GDBDebugger::FunctionBreakpoint |
Enumerations | |
enum | BP_TYPES { BP_TYPE_Invalid, BP_TYPE_FilePos, BP_TYPE_Watchpoint, BP_TYPE_Address, BP_TYPE_Function } |
Enumeration Type Documentation
|
Definition at line 30 of file breakpoint.h. Referenced by GDBDebugger::GDBBreakpointWidget::restorePartialProjectSession(), GDBDebugger::FunctionBreakpoint::type(), GDBDebugger::AddressBreakpoint::type(), GDBDebugger::Watchpoint::type(), GDBDebugger::FilePosBreakpoint::type(), and GDBDebugger::Breakpoint::type(). |