Gopher2600/debugger
JetSetIlly d431974c76 playback files no longer created cartridge loader directly
the information used to create the loader is storied in
the playback type rather than a created loader itself

this is more flexible and gives us better control of when
the loader is disposed of

checking of cartridge hash must now be performed explicitely
when the cartridge loader is created from the playback information
2024-04-17 09:54:09 +01:00
..
dbgmem removed curated pacakge. replaced with wrapped errors 2023-02-13 21:58:39 +00:00
govern simplified how gui implements and handles notifications 2024-04-12 18:20:29 +01:00
script removed curated pacakge. replaced with wrapped errors 2023-02-13 21:58:39 +00:00
terminal improved coproc yield information in terminal prompt 2024-03-01 20:24:23 +00:00
commandline_options.go peripheral swapping with the -swap argument 2024-01-10 17:42:11 +00:00
commands.go cartridgeloader commentary and documenation 2024-04-16 22:15:39 +01:00
commands_help.go peripheral swapping with the -swap argument 2024-01-10 17:42:11 +00:00
commands_template.go cartridgeloader commentary and documenation 2024-04-16 22:15:39 +01:00
debugger.go playback files no longer created cartridge loader directly 2024-04-17 09:54:09 +01:00
debugger_test.go improved gopher2600.go structure 2023-11-19 20:16:17 +00:00
deeppoke.go simplified how gui implements and handles notifications 2024-04-12 18:20:29 +01:00
doc.go updated go minimum version to 1.20 2023-02-12 13:09:07 +00:00
eventhandler.go cartridge will reload when HUP signal is received 2024-01-28 10:41:08 +00:00
halt.go corrected stack protection bug that caused false positives 2023-07-23 02:44:34 +01:00
halt_breakpoints.go simplification of how gui interacts with debugger 2023-08-26 09:14:54 +01:00
halt_breakpoints_test.go break/trap targets are now aware of CPU instruction boundaries 2021-10-07 15:40:34 +01:00
halt_targets.go nil protection on disassembly definition 2024-01-16 10:54:54 +00:00
halt_traps.go removed curated pacakge. replaced with wrapped errors 2023-02-13 21:58:39 +00:00
halt_traps_test.go break/trap targets are now aware of CPU instruction boundaries 2021-10-07 15:40:34 +01:00
halt_watches.go corrected halt condition for WATCH command 2023-03-05 21:13:27 +00:00
halt_watches_test.go CLK breakpoints/targets will prevent debugger entering playmode 2021-11-11 10:00:26 +00:00
loop_catchup.go simplified how gui implements and handles notifications 2024-04-12 18:20:29 +01:00
loop_debugger.go simplified how gui implements and handles notifications 2024-04-12 18:20:29 +01:00
loop_playmode.go cartridge will reload when HUP signal is received 2024-01-28 10:41:08 +00:00
preferences.go clarified some preferences concepts 2021-12-05 20:17:43 +00:00
print.go improved terminal output for DWARF LOCALS command 2023-07-31 08:57:41 +01:00
prompt.go improved coproc yield information in terminal prompt 2024-03-01 20:24:23 +00:00
push.go simplified how gui implements and handles notifications 2024-04-12 18:20:29 +01:00
rewind.go rewinding by mouse wheel works in debugger 2024-04-12 21:01:59 +01:00
traces.go removed curated pacakge. replaced with wrapped errors 2023-02-13 21:58:39 +00:00
userinput.go rewinding by mouse wheel works in debugger 2024-04-12 21:01:59 +01:00