riscv-openocd
riscv-openocd copied to clipboard
`lt` trigger is not always available
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.