Re: [hatari-devel] breakpoint on CALL_SUBRETURN condition doesn't work ? |
[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]
Le 08/04/2014 22:55, Eero Tamminen a écrit :
You can output trace to a file so that you can check afterwards whether there actually was a problem. E.g. screen filling can easily do a lot of instructions without any RTS in between.
It's sure there were some RTS in the trace, the TOS is full of function calls everywhere.
If you have changed debugger number base from decimal to hexadecimal, I know what causes this: Breakpoint value didn't have number base prefix, so if subreturn bit is interpreted as hexadecimal instead of decimal, it would match also branches. I've commited fix for that.
I changed base to hexa, so this was likely the cause of the bug. "n subreturn" seems to break on every RTS now.
Thanks
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |