DebugTools problem in determining vector address locations
Rick Murray (539) 13840 posts |
DebugTools v1.20 (latest available). Command *Vectors.
Somehow I wouldn’t imagine that live vector code was residing in the Free Pool unless something has gone horribly wrong. The first four addresses:
[even more bizarre given as DebugTools provides the Where command!] Less importantly, I also saw this:
Needs to be updated to be “SeriousErrorV”. ;-) |
Jeffrey Lee (213) 6048 posts |
Yeah, it hasn’t been taught about PMPs yet, so it’s getting confused and thinking that everything from &0 to
*Where was added to Debugger a while ago (and does cope with PMPs properly). A Debugger_Where SWI could be a useful addition, so that DebugTools can just use that if the OS version is new enough. The SWI/command could also be taught how to use debug symbols to give more useful location info. |