Mercurial > repos > blastem
log debug.c @ 1721:0e5df2bc0f9f
age | author | description |
---|---|---|
Sun, 04 Nov 2018 11:45:41 -0800 | Michael Pavone | Added a 68K debugger command for setting a register |
Thu, 01 Nov 2018 20:14:56 -0700 | Michael Pavone | Forcefully update the display when entering the 68K debugger so you can see it update in realtime as you step through the code |
Thu, 06 Jul 2017 21:51:35 -0700 | Michael Pavone | Fix s(tep) debug command for the case of dbra with an expired counter reg |
Mon, 24 Apr 2017 20:49:31 -0700 | Michael Pavone | Fix interaction between 68K debugger and instruction retranslation due to self modifying code or bank switching |
Tue, 04 Apr 2017 19:31:14 -0700 | Michael Pavone | Allow a .l suffix to a memory print command to allow fetching and printing a longword |
Mon, 03 Apr 2017 20:48:13 -0700 | Michael Pavone | Improved printing of word at absolute address to support reading from all address types. Implemented support for printing the value pointed to by a register. Removed abuse of read_dma_value in internal debugger. |