Gopher2600/debugger
JetSetIlly 07a148dba0 note which 2600 kernel an ARM program is run in
added column in performance window
2022-04-30 13:30:36 +01:00
..
dbgmem SYMBOL command searches label table 2022-02-18 10:12:07 +00:00
script user interrupt handling improved for debugger 2021-09-24 20:07:08 +01:00
terminal fixed interrupt handling when in playmode/debugger probably broken during 13aa07b 2021-11-19 18:13:28 +00:00
commands.go reworking of CartStaticBus interface and related types 2022-04-12 20:20:04 +01:00
commands_help.go fingerprinting of controllers 2022-01-29 08:58:05 +00:00
commands_template.go added left and right arguments for debugger and playmode 2022-04-09 15:24:16 +01:00
debugger.go note which 2600 kernel an ARM program is run in 2022-04-30 13:30:36 +01:00
debugger_test.go added left and right arguments for debugger and playmode 2022-04-09 15:24:16 +01:00
deeppoke.go tidy up of rewind package. clarified some concepts and consolidated/removed dead functions 2021-11-14 09:16:56 +00:00
doc.go spelling errors in comments (golangci-lint -E misspell --fix) 2020-10-15 22:02:51 +01:00
events.go rewind in playmode is more responsive - mousewheel and keyboard 2021-11-09 08:40:45 +00:00
halt.go CLK breakpoints/targets will prevent debugger entering playmode 2021-11-11 10:00:26 +00:00
halt_breakpoints.go added PCZERO target. this is PC value 0 but with no mapping of the PC address 2022-02-20 17:45:27 +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 NONEXE halt target 2022-04-29 13:50:33 +01:00
halt_traps.go CLK breakpoints/targets will prevent debugger entering playmode 2021-11-11 10:00:26 +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 clarified some memory bus concepts 2022-01-18 20:33:58 +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 atarivox and savekey are disabled during rewinding 2022-03-27 10:13:14 +01:00
loop_debugger.go cosmetic changes to disasm window 2022-01-17 22:07:27 +00:00
loop_playmode.go cosmetic changes to disasm window 2022-01-17 22:07:27 +00: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 cartridge.GetBank() correctly report cartrdige state even when 2022-02-05 14:07:15 +00:00
quantum.go changed quantum "video" to "clock" 2021-11-18 10:44:08 +00:00
requests.go debugger SetFeature() sometimes returned a wrapped nil error 2021-12-05 20:17:42 +00:00
rewind.go atarivox and savekey are disabled during rewinding 2022-03-27 10:13:14 +01:00
state.go reload cartridge will preserve the currently selected TV specification 2022-04-01 18:05:57 +01:00
traces.go clarified some memory bus concepts 2022-01-18 20:33:58 +00:00
userinput.go userinput package can now forward events to many implementations of HandleInput 2021-12-05 20:17:42 +00:00