riscv-openocd icon indicating copy to clipboard operation
riscv-openocd copied to clipboard

`lt` trigger is not always available

Open en-sc opened this issue 9 months ago • 0 comments

Currently, OpenOCD uses a chain of lt & ge triggers to set watchpoints (one of the options).

However, in case the watchpoint is on the last address the strategy should be different. See https://github.com/riscv/riscv-debug-spec/issues/1013 for details.

en-sc avatar Apr 26 '24 17:04 en-sc