BreakAid
Rick Murray (539) 13806 posts |
BreakAid is a module that hooks into the OS breakpoint system (not the same as Debugger) so that when the SWI
It is not designed to replace Debugger or DDT, but to offer another option. http://www.heyrick.co.uk/software/breakaid/ Also available: the documentation in epub (non-Kindle) and mobi (Kindle) format. |
Colin Ferris (399) 1809 posts |
Looking through the ‘BreakAid’ module – there is a couple of Are there any examples of simple ‘C’ modules around? |
Rick Murray (539) 13806 posts |
An oversight on my part, but then BreakAid is only supposed to be called from application code (technical reasons why OS_BreakPt fails from SVC mode) and the RMA is not at an address where high bits are set.
People keep asking this. I keep posting this. Maybe there ought to be an FAQ page on the wiki for these sorts of things? ;-) |
Willard Goosey (5119) 257 posts |
I haven’t had time to learn ARM assembly like I want to but this looks very useful! |