Sriram Shanmuga
Sriram Shanmuga
Owing to the fact that `idt` and `idt_reg` were not declared as `extern` variables in `idt.h`, I encountered a couple of Multiple Definition Errors. I have made the same changes...
According to the latest debug spec (dated May 15, 2024), the select field in mcontrol and mcontrol6 provides an option to configure a watchpoint to break on address/data but openocd...
Greetings. The memory sample command in openocd polls a memory location for updates, but it seems like the current implementation has overlooked the aspect of memory hierarchy in targets. In...
We are working with a relatively slower simulator and loading binaries from gdb (with progbuf ) is very inconsistent. After the load goes through, compare-sections would almost always fail and...
When using mcontrol6, spike breaks _after_ the watchpoint is hit. But openocd only checks _if_ the watchpoint is hit and not the other bit also which indicates when the said...