Gopher2600/debugger
JetSetIlly c9ee3fc20f added MEMUSAGE PROFILE command
mem profile saved on ctrl+alt+m

memory profiles can be used with "go tool pprof"
2024-05-06 09:59:23 +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 added MEMUSAGE PROFILE command 2024-05-06 09:59:23 +01:00
commands_help.go added MEMUSAGE PROFILE command 2024-05-06 09:59:23 +01:00
commands_template.go added MEMUSAGE PROFILE command 2024-05-06 09:59:23 +01:00
debugger.go added MEMUSAGE PROFILE command 2024-05-06 09:59:23 +01:00
debugger_test.go improved gopher2600.go structure 2023-11-19 20:16:17 +00:00
deeppoke.go logger.Log() and logger.Logf() now require a logger.Permission instance 2024-04-30 11:23:40 +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 logger.Log() and logger.Logf() now require a logger.Permission instance 2024-04-30 11:23:40 +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 added MEMUSAGE PROFILE command 2024-05-06 09:59:23 +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