-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
software breakpoints #7
Comments
from memory the fpga-side serial-debugger is tightly integrated with the cpu-core. |
Yep, fair enough. I was foreseeing a bit of repair ahead with the recent discussions about refining the comms protocol, so I'll do my best to keep m65dbg commands working nicely with any changes on the hardware. |
I'm not sure that further separation is possible, while still maintaining On Wed, Aug 10, 2016 at 11:16 PM, Ben-401 [email protected] wrote:
|
Some progress has been made with software breakpoints inside m65dbg. It evolved out of necessity of my debugging needs at the time, so I forgot all about the thoughts we had here. Presently, it is just a single software breakpoint that can be set with "sbreak ", and hit with "sc" (soft continue). Another nice shortcut way to do both in one hit is to say "sc " (soft-continue until it reaches this soft breakpoint). I won't close this ticket for now though, as I might come back to the thoughts here, and the ideas of supporting multiple breakpoints. |
Let the app auto-step through code and stop upon hitting one of a list of software breakpoints the user has added.
For software breakpoint support:
As for the hardware breakpoint support, I'll consider doing it this way:
The text was updated successfully, but these errors were encountered: