Mercurial > repos > blastem
log debug.c @ 2362:b6c5a0fa3dfc
age | author | description |
---|---|---|
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 |