BreakpointResponse Class

(Debugger::Internal::BreakpointResponse)
Header: #include <BreakpointResponse>
Inherits: Debugger::Internal::BreakpointParameters

Public Functions

BreakpointResponse()
void fromParameters(const Debugger::Internal::BreakpointParameters &p)
int toString() const

Detailed Description

This is what debuggers produce in response to the attempt to insert a breakpoint. The data might differ from the requested bits.

Member Function Documentation

BreakpointResponse::BreakpointResponse()

Default constructs an instance of BreakpointResponse.

void BreakpointResponse::fromParameters(const Debugger::Internal::BreakpointParameters &p)

int BreakpointResponse::toString() const