BreakpointParameters Class

(Debugger::Internal::BreakpointParameters)
Header: #include <BreakpointParameters>
Inherited By:

Debugger::Internal::BreakpointResponse

Public Functions

BreakpointParameters(Debugger::Internal::BreakpointType = UnknownBreakpointType)
bool conditionsMatch(const int &other) const
Debugger::Internal::BreakpointParts differencesTo(const Debugger::Internal::BreakpointParameters &rhs) const
bool equals(const Debugger::Internal::BreakpointParameters &rhs) const
bool isBreakpoint() const
bool isCppBreakpoint() const
bool isTracepoint() const
bool isValid() const
bool isWatchpoint() const
int toString() const
void updateLocation(const int &location)
bool operator!=(const Debugger::Internal::BreakpointParameters &p) const
bool operator==(const Debugger::Internal::BreakpointParameters &p) const

Detailed Description

Data type holding the parameters of a breakpoint.

Member Function Documentation

BreakpointParameters::BreakpointParameters(Debugger::Internal::BreakpointType = UnknownBreakpointType)

Default constructs an instance of BreakpointParameters.

bool BreakpointParameters::conditionsMatch(const int &other) const

Debugger::Internal::BreakpointParts BreakpointParameters::differencesTo(const Debugger::Internal::BreakpointParameters &rhs) const

bool BreakpointParameters::equals(const Debugger::Internal::BreakpointParameters &rhs) const

bool BreakpointParameters::isBreakpoint() const

bool BreakpointParameters::isCppBreakpoint() const

bool BreakpointParameters::isTracepoint() const

bool BreakpointParameters::isValid() const

bool BreakpointParameters::isWatchpoint() const

int BreakpointParameters::toString() const

void BreakpointParameters::updateLocation(const int &location)

bool BreakpointParameters::operator!=(const Debugger::Internal::BreakpointParameters &p) const

bool BreakpointParameters::operator==(const Debugger::Internal::BreakpointParameters &p) const