Gopher2600/debugger
JetSetIlly 7f4126d226 added COMPARISON command
timeline window uses new command to make changes

comparison point can be locked
2023-06-18 21:25:07 +01:00
..
dbgmem removed curated pacakge. replaced with wrapped errors 2023-02-13 21:58:39 +00:00
govern removed curated pacakge. replaced with wrapped errors 2023-02-13 21:58:39 +00:00
script removed curated pacakge. replaced with wrapped errors 2023-02-13 21:58:39 +00:00
terminal removed curated pacakge. replaced with wrapped errors 2023-02-13 21:58:39 +00:00
commandline_options.go simplified the setting of FPS cap from the command line 2023-05-23 20:26:50 +01:00
commands.go added COMPARISON command 2023-06-18 21:25:07 +01:00
commands_help.go added COMPARISON command 2023-06-18 21:25:07 +01:00
commands_template.go added COMPARISON command 2023-06-18 21:25:07 +01:00
coproc_shim.go proof-of-concept for local variable inspection 2022-11-16 19:08:45 +00:00
debugger.go simplified the setting of FPS cap from the command line 2023-05-23 20:26:50 +01:00
debugger_test.go removed emulation package. moved types to debugger/govern package 2022-08-31 14:37:00 +01:00
deeppoke.go removed curated pacakge. replaced with wrapped errors 2023-02-13 21:58:39 +00:00
doc.go updated go minimum version to 1.20 2023-02-12 13:09:07 +00:00
eventhandler.go removed curated pacakge. replaced with wrapped errors 2023-02-13 21:58:39 +00:00
halt.go clarified ARM yield concepts and introduced Interrupt() to help 2022-11-06 20:27:00 +00:00
halt_breakpoints.go removed curated pacakge. replaced with wrapped errors 2023-02-13 21:58:39 +00: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 added JITTER halt condition 2023-03-16 13:52:37 +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
lazy.go renamed PushRawEvent() to PushFunction(). related elements renamed similarly 2022-09-02 19:24:12 +01:00
loop_catchup.go coproc developer/disasm types are no longer pointer instances 2023-01-02 18:57:15 +00:00
loop_debugger.go added COMPARISON command 2023-06-18 21:25:07 +01:00
loop_playmode.go fixed playmode rewinding (broken in 739056702) 2023-04-13 23:01:45 +01:00
preferences.go clarified some preferences concepts 2021-12-05 20:17:43 +00:00
print.go added more linters to golangci-lint config 2020-10-16 16:31:07 +01:00
prompt.go CoProcIsActive() replaced with CoProcState() 2022-08-20 21:00:20 +01:00
push.go renamed PushRawEvent() to PushFunction(). related elements renamed similarly 2022-09-02 19:24:12 +01:00
quantum.go changed quantum "video" to "clock" 2021-11-18 10:44:08 +00:00
rewind.go removed curated pacakge. replaced with wrapped errors 2023-02-13 21:58:39 +00:00
traces.go removed curated pacakge. replaced with wrapped errors 2023-02-13 21:58:39 +00:00
userinput.go removed curated pacakge. replaced with wrapped errors 2023-02-13 21:58:39 +00:00