The ARM Symbolic debugger (armsd) is a command line debugger that provides all the basic debug functions such as: - Set simple and complex breakpoints
- Set watchpoints
- Support both hardware and software targets
- Stack unwinding
Additionally it provides access to a powerful scripting facility for automated testing and verification of sections of code and systems. |