JLINK-GDB - has support for hardware instruction breakpoints, the CI, BI, commands.
What about a DATA WRITE breakpoint?
What about a DATA READ breakpoint?
In my case, I have a nasty NULL pointer bug somewhere in my code. It trashes my interrupt vector table located at zero.
When that happens, well - bad things happen.
It would be *GREAT* to be able to set a write breakpoint at address ZERO and see what is trashing my vector table.
How do I do that with Jlink-GDB-SERVER?
Thanks.
-Duane.
What about a DATA WRITE breakpoint?
What about a DATA READ breakpoint?
In my case, I have a nasty NULL pointer bug somewhere in my code. It trashes my interrupt vector table located at zero.
When that happens, well - bad things happen.
It would be *GREAT* to be able to set a write breakpoint at address ZERO and see what is trashing my vector table.
How do I do that with Jlink-GDB-SERVER?
Thanks.
-Duane.