KDevelop API Documentation

GDBDebugger::AddressBreakpoint Class Reference

#include <breakpoint.h>

Inheritance diagram for GDBDebugger::AddressBreakpoint:

Inheritance graph
[legend]
Collaboration diagram for GDBDebugger::AddressBreakpoint:

Collaboration graph
[legend]
List of all members.

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

GDBDebugger::AddressBreakpoint::AddressBreakpoint const QString breakAddress,
bool  temporary = false,
bool  enabled = true
 

Definition at line 273 of file breakpoint.cpp.

GDBDebugger::AddressBreakpoint::~AddressBreakpoint  )  [virtual]
 

Definition at line 281 of file breakpoint.cpp.


Member Function Documentation

QString GDBDebugger::AddressBreakpoint::breakAddress  )  const [inline]
 

Definition at line 226 of file breakpoint.h.

QString GDBDebugger::AddressBreakpoint::dbgSetCommand  )  const [virtual]
 

Implements GDBDebugger::Breakpoint.

Definition at line 287 of file breakpoint.cpp.

QString GDBDebugger::AddressBreakpoint::displayType  )  const [inline, virtual]
 

Reimplemented from GDBDebugger::Breakpoint.

Definition at line 224 of file breakpoint.h.

bool GDBDebugger::AddressBreakpoint::isValid  )  const [inline, virtual]
 

Implements GDBDebugger::Breakpoint.

Definition at line 229 of file breakpoint.h.

QString GDBDebugger::AddressBreakpoint::location bool   )  [inline, virtual]
 

Implements GDBDebugger::Breakpoint.

Definition at line 227 of file breakpoint.h.

bool GDBDebugger::AddressBreakpoint::match const Breakpoint brkpt  )  const [virtual]
 

Implements GDBDebugger::Breakpoint.

Definition at line 294 of file breakpoint.cpp.

References m_breakAddress.

void GDBDebugger::AddressBreakpoint::setBreakAddress const QString breakAddress  )  [inline]
 

Definition at line 225 of file breakpoint.h.

void GDBDebugger::AddressBreakpoint::setLocation const QString location  )  [inline, virtual]
 

Implements GDBDebugger::Breakpoint.

Definition at line 228 of file breakpoint.h.

BP_TYPES GDBDebugger::AddressBreakpoint::type  )  const [inline, virtual]
 

Reimplemented from GDBDebugger::Breakpoint.

Definition at line 223 of file breakpoint.h.

References GDBDebugger::BP_TYPES.


Member Data Documentation

QString GDBDebugger::AddressBreakpoint::m_breakAddress [private]
 

Definition at line 232 of file breakpoint.h.

Referenced by match().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for KDevelop Version 3.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Mar 23 00:32:14 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003