log debug.h @ 2376:1c09f5be285b

age author description
Thu, 09 Nov 2023 23:30:20 -0800 Michael Pavone Initial stab at user-defined functions in debugger language
Wed, 08 Nov 2023 23:47:26 -0800 Michael Pavone Basic function call support in debug language
Wed, 08 Nov 2023 00:09:33 -0800 Michael Pavone Add support for function call expressions in debug parser
Tue, 07 Nov 2023 22:19:21 -0800 Michael Pavone Basic float support in debug language
Mon, 06 Nov 2023 22:41:33 -0800 Michael Pavone Refactor debugger a bit. Allow types other than integers to be passed in expressions and stored in arrays. Better namespace support
Mon, 30 Oct 2023 00:07:56 -0700 Michael Pavone Initial implementation of VDP register write breakpoints
Sat, 28 Oct 2023 14:39:19 -0700 Michael Pavone Support for arrays in debugger language
Sat, 28 Oct 2023 00:52:10 -0700 Michael Pavone Give debugger expression engine access to VDP and Sub CPU values. Add basic variable support
Mon, 29 Aug 2022 23:01:46 -0700 Michael Pavone Support for loading symbols in debugger for use during name resolution and disassembly
Sun, 21 Aug 2022 16:41:22 -0700 Michael Pavone Fix a couple of debugger regressions introduced with changes to support blocks
Sat, 20 Aug 2022 11:40:41 -0700 Michael Pavone Make blocks an explicitly supported concept in the debugger rather than a one-off for the commands command
Sat, 13 Aug 2022 22:51:31 -0700 Michael Pavone Add support for conditional breakpoints
Sat, 13 Aug 2022 19:16:30 -0700 Michael Pavone Finish debugger refactor started with expression parser changes
Sat, 06 Aug 2022 22:10:42 -0700 Michael Pavone Minor cleanup of debugger changes
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