KDevelop API Documentation

GDBDebugger::Watchpoint Class Reference

#include <breakpoint.h>

Inheritance diagram for GDBDebugger::Watchpoint:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Watchpoint (const QString &varName, bool temporary=false, bool enabled=true)
virtual ~Watchpoint ()
virtual QString dbgSetCommand () const
bool match (const Breakpoint *brkpt) const
BP_TYPES type () const
QString displayType () const
void setVarName (const QString &varName)
QString varName () const
QString location (bool)
void setLocation (const QString &location)
bool isValid () const

Private Attributes

QString varName_

Constructor & Destructor Documentation

GDBDebugger::Watchpoint::Watchpoint const QString varName,
bool  temporary = false,
bool  enabled = true
 

Definition at line 233 of file breakpoint.cpp.

GDBDebugger::Watchpoint::~Watchpoint  )  [virtual]
 

Definition at line 241 of file breakpoint.cpp.


Member Function Documentation

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

Implements GDBDebugger::Breakpoint.

Definition at line 247 of file breakpoint.cpp.

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

Reimplemented from GDBDebugger::Breakpoint.

Definition at line 202 of file breakpoint.h.

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

Implements GDBDebugger::Breakpoint.

Definition at line 207 of file breakpoint.h.

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

Implements GDBDebugger::Breakpoint.

Definition at line 205 of file breakpoint.h.

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

Implements GDBDebugger::Breakpoint.

Definition at line 254 of file breakpoint.cpp.

References varName_.

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

Implements GDBDebugger::Breakpoint.

Definition at line 206 of file breakpoint.h.

void GDBDebugger::Watchpoint::setVarName const QString varName  )  [inline]
 

Definition at line 203 of file breakpoint.h.

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

Reimplemented from GDBDebugger::Breakpoint.

Definition at line 201 of file breakpoint.h.

References GDBDebugger::BP_TYPES.

QString GDBDebugger::Watchpoint::varName  )  const [inline]
 

Definition at line 204 of file breakpoint.h.


Member Data Documentation

QString GDBDebugger::Watchpoint::varName_ [private]
 

Definition at line 210 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:13 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003