You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the disassembled instruction is printed after the instruction is executed, but if we use e.g. -cheri-debugger-on-trap with instruction logging, the log will only display the previous instruction when GDB attaches.
It would be useful to at least have the current instruction disassembly (without the side-effects) printed when QEMU halts.
The text was updated successfully, but these errors were encountered:
Currently the disassembled instruction is printed after the instruction is executed, but if we use e.g.
-cheri-debugger-on-trap
with instruction logging, the log will only display the previous instruction when GDB attaches.It would be useful to at least have the current instruction disassembly (without the side-effects) printed when QEMU halts.
The text was updated successfully, but these errors were encountered: