| |||
| Home > The Cycle Accurate Debug Interface > Defining a CADI interface > CADI::CADIBptRead() |
Read a breakpoint for a specific breakpoint ID. This can be
used to retrieve the current ignoreCount of a
specific breakpoint.
virtual CADIReturn_t CADIBptRead(CADIBptNumber_t breakpointId,
CADIBptRequest_t *requestOut) = 0;
where:
brealpointIdis the breakpoint ID of the breakpoint to be read.
requestOutis the buffer for a single breakpoint.