Thu, 09 Nov 2023 19:22:07 -0800 |
Michael Pavone |
Add some more builtin functions to debugger language
|
Wed, 08 Nov 2023 23:47:47 -0800 |
Michael Pavone |
Add missing math.h include
|
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 16:04:58 -0700 |
Michael Pavone |
Expose some more emu state via debugger array mechanism
|
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
|
Fri, 27 Oct 2023 23:49:04 -0700 |
Michael Pavone |
Fix annoying bug in debugger tokenizer
|
Sun, 12 Mar 2023 20:03:35 -0700 |
Michael Pavone |
Fix libretro build for real
|
Tue, 29 Nov 2022 21:04:57 -0800 |
Michael Pavone |
Fix input processing while waiting for console input in debugger
|
Tue, 30 Aug 2022 18:42:45 -0700 |
Michael Pavone |
Add disassemble command to debugger
|
Mon, 29 Aug 2022 23:01:46 -0700 |
Michael Pavone |
Support for loading symbols in debugger for use during name resolution and disassembly
|
Sat, 27 Aug 2022 22:02:09 -0700 |
Michael Pavone |
Fix a couple of Z80 debugger issues
|
Mon, 22 Aug 2022 19:44:59 -0700 |
Michael Pavone |
Give SMS debugger a bit more parity to the Genesis one
|
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 12:45:33 -0700 |
Michael Pavone |
Add '>', '<', '>=' and '<=' operators to debugger expression engine
|
Sat, 20 Aug 2022 12:08:01 -0700 |
Michael Pavone |
Add 'if' and 'while' debugger commands
|
Sat, 20 Aug 2022 11:41:41 -0700 |
Michael Pavone |
Add an explicit p alias for the print command now that printf prevents use of it as an implicit alias
|
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
|
Sun, 14 Aug 2022 17:37:37 -0700 |
Michael Pavone |
Add a printf command to the debugger
|
Sun, 14 Aug 2022 09:55:06 -0700 |
Michael Pavone |
Fix crash bug in expression parser
|
Sat, 13 Aug 2022 23:24:54 -0700 |
Michael Pavone |
Add an m68k command for switching back to 68K debugger from Z80
|
Sat, 13 Aug 2022 23:15:00 -0700 |
Michael Pavone |
Implement argumentless variant of z80 debugger command
|
Sat, 13 Aug 2022 22:57:57 -0700 |
Michael Pavone |
Fix stale values in display
|
Sat, 13 Aug 2022 22:51:31 -0700 |
Michael Pavone |
Add support for conditional breakpoints
|
Sat, 13 Aug 2022 20:04:02 -0700 |
Michael Pavone |
Add bindup and binddown debugger commands
|
Sat, 13 Aug 2022 19:39:42 -0700 |
Michael Pavone |
Fix bug in Z80 debugger for SMS mode post-refactor
|