1
0
mirror of https://git.code.sf.net/p/fuse-emulator/fuse synced 2026-01-28 14:20:54 +03:00
Commit Graph

15 Commits

Author SHA1 Message Date
Philip Kendall
e6cf11bb72 Add textual representations of debugger types and lifetimes.
Legacy-ID: 991
2003-01-20 23:39:00 +00:00
Philip Kendall
7f3d921210 Give each breakpoint a unique ID, rather than just its current position
in the breakpoints list.

Legacy-ID: 985
2003-01-19 12:42:35 +00:00
Philip Kendall
e0d8058246 Allow debugger output to be in either decimal or hex.
Legacy-ID: 946
2002-12-26 17:24:22 +00:00
Philip Kendall
b4b8c7bec3 Add ignore counts for breakpoints.
Legacy-ID: 944
2002-12-26 17:01:59 +00:00
Philip Kendall
2d6943489e Add read/write IO port breakpoints.
Legacy-ID: 941
2002-12-26 11:24:46 +00:00
Philip Kendall
85e4139c52 Introduce the type to define read/write breakpoints. Not used yet.
Legacy-ID: 939
2002-12-24 17:08:24 +00:00
Philip Kendall
c8441f6485 Split all memory access into that done by the Spectrum (the normal readbyte
and writebyte functions) and that done by Fuse (eg the disassembler), which
is done by new (read|write)byte_internal functions which can't trigger
read/write breakpoints.

Legacy-ID: 938
2002-12-24 15:03:13 +00:00
Philip Kendall
a5f26567ba Change the debugger command parser over to using lex/yacc.
Legacy-ID: 928
2002-12-23 22:49:47 +00:00
Philip Kendall
b7b6176c26 Add very simple commands to add and show breakpoints.
Legacy-ID: 925
2002-12-23 20:06:58 +00:00
Philip Kendall
73d8918789 Make permanent breakpoints work sensibly.
Legacy-ID: 923
2002-12-23 18:14:22 +00:00
Philip Kendall
95e6582ae8 Add proper breakpoint support, including 'oneshot' breakpoints for use with
the 'next' command.

Legacy-ID: 922
2002-12-23 18:02:14 +00:00
Philip Kendall
436b48f1ee Add a very simple command entry widget for the debugger.
Legacy-ID: 921
2002-12-23 16:58:07 +00:00
Philip Kendall
c91d6b1196 First version of the disassembler.
Legacy-ID: 918
2002-12-23 13:41:34 +00:00
Philip Kendall
962eb1f99b Add debugger_run() function to set emulation running again.
Legacy-ID: 904
2002-12-18 13:23:52 +00:00
Philip Kendall
60a0be6944 Merge from Release-0_5_1pre2-debugger-branch-1
Legacy-ID: 896
2002-12-17 16:16:52 +00:00