You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EDITORIAL NOTE: or at least implement a control to disable it.
create a command that allows the user to enable this alternative watchpoint hit detection algorithm
- if OpenOCD detects that "hit" bits are not implemented by the target:
- produce a warning to the user
- print a hint to the user how to enable the alternative watchpoint hit detection
- print a warning to the user that the alternative detection has limitations (as we discussed above: it is not 100% reliable, not all ISA extensions are supported, extra memory reads are performed, etc.)
The text was updated successfully, but these errors were encountered:
This issue is a result of conversation during the code review here: #1056 (comment)
Suggestions proposed by @JanMatCodasip (that I support)
EDITORIAL NOTE: or at least implement a control to disable it.
The text was updated successfully, but these errors were encountered: