log debug.c @ 2169:cb9572145f8e

age author description
Sat, 06 Aug 2022 14:14:15 -0700 Michael Pavone WIP support for expression parsing in debugger
Thu, 17 Mar 2022 22:41:42 -0700 Michael Pavone Remove use of get_native_pointer in 68K instruction decoding in preparation for word RAM interleaving
Sun, 13 Feb 2022 22:52:19 -0800 Michael Pavone Add support for printing strings in 68K debugger
Sat, 12 Feb 2022 15:20:43 -0800 Michael Pavone Move some debugger state to a per-CPU structure. Add m command for returning to main CPU from sub CPU
Fri, 11 Feb 2022 23:21:10 -0800 Michael Pavone Initial support for using debugger on sub CPU
Tue, 18 Jan 2022 00:03:50 -0800 Michael Pavone Implement enough of Sega CD gate array and Sub CPU to pass Sik's Mode 1 test ROM segacd
Tue, 21 Sep 2021 23:17:34 -0700 Michael Pavone Strip out mega wifi support and debugger proprietary
Sat, 09 May 2020 23:39:44 -0700 Michael Pavone Merge from default mame_interp
Sun, 03 May 2020 23:28:42 -0700 Michael Pavone More correct implementation of byte printing in builtin debugger. Fix GDB debugger to use helper in backend.c for reading bytes
Tue, 28 Apr 2020 22:03:04 +1000 Eric Fry Add support for printing a byte from memory in native debugger. Add stubs for GDB commands qThreadExtraInfo and qP
Sat, 18 Apr 2020 11:42:53 -0700 Michael Pavone Merge from default mame_interp
Mon, 13 Apr 2020 18:14:22 -0700 Michael Pavone Added implementation of printing PC in 68K debugger
Fri, 10 Apr 2020 23:01:13 +1000 Eric Fry Added soft reset command to debugger. Added more debugger help
Fri, 10 Apr 2020 13:30:16 +1000 Eric Fry Added help commands to debugger
Sat, 11 Apr 2020 13:36:38 -0700 Michael Pavone Use proper memory map in Z80 debugger for memory printing