edb_set_hardware_breakpoint
Set hardware breakpoints in ROM, flash, or self-modifying code using CPU debug registers to pause execution where software breakpoints cannot be used.
Instructions
Set a hardware-assisted breakpoint using CPU debug registers. Useful for ROM, flash, or self-modifying code regions.
Args: params (BreakpointInput): Location - location (str): Address or function name
Returns: str: Hardware breakpoint information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |