Mercurial > repos > blastem
log debug.c @ 2386:9f178feb3cb0
age | author | description |
---|---|---|
Tue, 21 Nov 2023 21:35:14 -0800 | Michael Pavone | Prefix most hex-formatted values output by debugger with $ for consistency with number literal parsing |
Mon, 20 Nov 2023 19:53:00 -0800 | Michael Pavone | Fix regression in debugger for Mega CD |
Thu, 09 Nov 2023 23:30:20 -0800 | Michael Pavone | Initial stab at user-defined functions in debugger language |
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 |