1
0
mirror of https://git.code.sf.net/p/fuse-emulator/fuse synced 2026-01-27 01:41:34 +03:00
Commit Graph

49 Commits

Author SHA1 Message Date
Philip Kendall
224fe9332d Merge in trunk r4549.
Legacy-ID: 4550
2011-11-06 22:10:10 +00:00
Philip Kendall
d91c57cfd3 Allow page-specific breakpoints to be specified as "source:page:offset".
Legacy-ID: 4390
2011-04-27 21:55:33 +00:00
Philip Kendall
1ee67cb68a When exiting, quit the main emulation loop immediately.
Legacy-ID: 3686
2008-06-21 14:33:22 +00:00
Philip Kendall
ddcb8654a2 Refactor the event architecture so that modules register their own events with
the event system (patch #177).


Legacy-ID: 3681
2008-06-16 09:40:29 +00:00
Philip Kendall
6d2b8dac10 Ensure the commands for all breakpoints are run; also move previous fix.
Legacy-ID: 3659
2008-06-08 22:38:35 +00:00
Philip Kendall
ef6345429b A breakpoint command could have disabled the debugger before the UI is brought
up.

Legacy-ID: 3658
2008-06-08 22:22:01 +00:00
Philip Kendall
ca49cf6e45 Add numeric debugger variables
Legacy-ID: 3657
2008-06-08 15:04:37 +00:00
Philip Kendall
537ffe640c Add "debugger events" where the debugger can stop when certain events happen.
So far, only "tape playing" implemented.

Legacy-ID: 3632
2008-05-26 19:51:17 +00:00
Philip Kendall
cc8eec981d Ensure memory is not leaked when parsing expressions.
Legacy-ID: 3631
2008-05-26 12:22:29 +00:00
Philip Kendall
8c825d36fe Add command to exit emulator.
Legacy-ID: 3503
2008-01-30 14:58:55 +00:00
Fredrick Meunier
a309bce591 Use AM_CPPFLAGS rather than change every header inclusion to be relative to the
current directory.

Legacy-ID: 3115
2007-08-19 02:49:14 +00:00
Philip Kendall
fdc2fa8813 Enable Fuse to build in directories other than the source directory itself.
Doesn't *run* from those directories, but it's a start.

Legacy-ID: 3110
2007-08-17 12:38:39 +00:00
Stuart Brady
5bed548bc6 Update FSF address in GPL notices, add autogenerated-file comment to
settings.h, add missing Id tags, and some boilerplate formatting fixes .

Legacy-ID: 2889
2007-05-26 17:45:08 +00:00
Stuart Brady
aa3d423413 Fix filenames in comments (patch #113).
Legacy-ID: 2832
2007-05-13 08:01:28 +00:00
Philip Kendall
b9cc4b03a8 Change my e-mail address to @shadowmagic and remove my postal address.
Legacy-ID: 2720
2007-02-02 16:22:00 +00:00
Philip Kendall
4ef335ce74 Fixes for display timings with the character-accurate renderer.
Legacy-ID: 2452
2004-12-29 13:11:17 +00:00
Philip Kendall
d07af9a18b Stop the evil multiplexing of the 'value' parameter to
debugger_breakpoint_add().

Legacy-ID: 2015
2004-02-26 20:03:10 +00:00
Philip Kendall
cf89274eb7 First pass at code to allow for a dynamically modifiable peripheral list.
Legacy-ID: 1992
2004-02-14 22:23:35 +00:00
Philip Kendall
8667e59c4f New breakpoint type to trigger when tstates is greater than a certain
value.

Legacy-ID: 1848
2003-12-29 14:39:42 +00:00
Philip Kendall
94009b6b6c Add page-specific breakpoints.
Legacy-ID: 1838
2003-12-27 15:40:37 +00:00
Philip Kendall
aed6b1008e Make the memory access routines both simpler and more flexible.
TODO: TC2068 routines.

Legacy-ID: 1777
2003-11-14 11:46:47 +00:00
Philip Kendall
7f3b63a51c Add ability to specify conditions directly when setting breakpoints.
Legacy-ID: 1478
2003-07-12 23:49:54 +00:00
Philip Kendall
42f9f18548 Change over to using libspectrum_byte (etc) rather than BYTE,WORD,etc.
Legacy-ID: 1465
2003-07-11 11:03:25 +00:00
Philip Kendall
213d34fd89 Add initial bits of code for conditional breakpoints.
Legacy-ID: 1463
2003-07-10 13:31:53 +00:00
Philip Kendall
526817a6fd Remove the last remnants of debugger_show_breakpoints().
Legacy-ID: 1462
2003-07-09 13:41:11 +00:00
Philip Kendall
d8349ae0b6 Remove the obsolete (and undocumented) debugger 'breakpoint show'
command.

Legacy-ID: 1460
2003-07-08 23:49:13 +00:00
Philip Kendall
7e074ced4f Add 'out' command to debugger to write to a port.
Legacy-ID: 1399
2003-06-14 10:07:16 +00:00
Philip Kendall
bca5e79eb6 Remove a few --enable-warnings warnings.
Legacy-ID: 1191
2003-04-08 16:29:13 +00:00
Philip Kendall
c8d282757a Add 'poke' functionality to the debugger.
Legacy-ID: 1146
2003-03-28 23:06:25 +00:00
Philip Kendall
4d009f1cca Add the debugger 'clear' command similar to gdb's.
Legacy-ID: 1136
2003-03-26 15:28:35 +00:00
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
bf30cd51d9 Update copyright messages to 2003.
Legacy-ID: 954
2003-01-01 20:56:55 +00:00
Philip Kendall
183b091cb9 Remove a couple of warnings.
Legacy-ID: 948
2003-01-01 20:15:42 +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
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
48a01201b6 Add 'exit from last CALL' functionality.
Legacy-ID: 937
2002-12-24 12:44:27 +00:00
Philip Kendall
3cc98bc94c Add commands to clear breakpoints.
Legacy-ID: 932
2002-12-24 11:17:34 +00:00
Philip Kendall
13590e64a0 Add very simple 'show breakpoints' command.
Legacy-ID: 931
2002-12-24 11:03:26 +00:00
Philip Kendall
7ddd4080a4 #include "debugger_internals.h" for debugger_breakpoint_add prototype.
Legacy-ID: 929
2002-12-23 22:52:29 +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
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