AppleWin/source/Debugger
ThorstenB 4543117f81
More clean-up, portability and another debugger fix (PR #847)
Fixed debugger main "data" window behaviour:
. When activating the main data display ("data" command) the cursor keys wouldn't work until the minidump ("md1") was also enabled. NB. The cursor keys should work in the main data window, independently of whether the minidump is active.
2020-10-25 17:27:59 +00:00
..
Debug.cpp More clean-up, portability and another debugger fix (PR #847) 2020-10-25 17:27:59 +00:00
Debug.h Debugger fixes for 2.9.0.16 and 2.9.0.17 2020-05-19 08:28:44 -07:00
DebugDefs.h Debugger: BPMR & BPMW (PR #710) 2019-10-23 05:31:53 +09:00
Debugger_Assembler.cpp Source clean-up, portability and debugger fixes. (PR #842) 2020-10-11 17:14:03 +01:00
Debugger_Assembler.h Source clean-up, portability and debugger fixes. (PR #842) 2020-10-11 17:14:03 +01:00
Debugger_Color.cpp Source clean-up, portability and debugger fixes. (PR #842) 2020-10-11 17:14:03 +01:00
Debugger_Color.h Debugger display (#666, #702): 2019-10-20 11:30:31 +01:00
Debugger_Commands.cpp Debugger: Extend 'cycles' command to do (partial) timings relative to a user-specified instruction (#787) (PR #789) 2020-05-23 18:40:12 +01:00
Debugger_Console.cpp Debugger: minor clean-up: compiler warnings, unused variables etc (#840) 2020-10-01 19:55:29 +01:00
Debugger_Console.h
Debugger_DisassemblerData.cpp Source clean-up, portability and debugger fixes. (PR #842) 2020-10-11 17:14:03 +01:00
Debugger_DisassemblerData.h
Debugger_Display.cpp More clean-up, portability and another debugger fix (PR #847) 2020-10-25 17:27:59 +00:00
Debugger_Display.h Debugger: minor clean-up: compiler warnings, unused variables etc (#840) 2020-10-01 19:55:29 +01:00
Debugger_Help.cpp Source clean-up, portability and debugger fixes. (PR #842) 2020-10-11 17:14:03 +01:00
Debugger_Help.h Replace some char * with std::string. 2019-09-06 17:34:25 +01:00
Debugger_Parser.cpp Debugger: minor clean-up: compiler warnings, unused variables etc (#840) 2020-10-01 19:55:29 +01:00
Debugger_Parser.h
Debugger_Range.cpp
Debugger_Range.h
Debugger_Symbols.cpp Source clean-up, portability and debugger fixes. (PR #842) 2020-10-11 17:14:03 +01:00
Debugger_Symbols.h Replace some char * with std::string. 2019-09-06 17:34:25 +01:00
Debugger_Types.h Source clean-up, portability and debugger fixes. (PR #842) 2020-10-11 17:14:03 +01:00
Util_MemoryTextFile.cpp Replace some char * with std::string. 2019-09-06 17:34:25 +01:00
Util_MemoryTextFile.h Replace some char * with std::string. 2019-09-06 17:34:25 +01:00
Util_Text.h