Returns information of the specified breakpoint.
- Parameters:
-
| BreakPointNr | Number of the breakpoint to return information of. |
| Address | Receives the address of the breakpoint. |
| Type | Receives the type of the breakpoint (hardware or software) |
| Size | Size - for memory breakpoints. |
| AccessType | Access type - for hardware breakpoints. |
| DebugReg | Debug register - for enabled hardware breakpoints. |
| Enabled | Whether the breakpoint is enabled or not. |
| Process | The owning process of the breakpoint. |
| ConditionExpression | The expression which was given as condition for the bp. |
- Returns:
- NULL on failure, pointer to a KDB_BREAKPOINT struct on success.
Definition at line 488 of file kdb.c.
Referenced by KdbpCmdBreakPointList().