AppleWin/source/Debugger
2020-05-20 10:04:01 -07:00
..
Debug.cpp 2.9.1.1, 2.9.1.2, 2.9.1.3 Add Ctrl - and Ctrl + for prev and next bookmark. Add mouse forward and backward buttons 2020-05-19 14:41:53 -07:00
Debug.h 2.9.1.1, 2.9.1.2, 2.9.1.3 Add Ctrl - and Ctrl + for prev and next bookmark. Add mouse forward and backward buttons 2020-05-19 14:41:53 -07:00
DebugDefs.h Debugger: BPMR & BPMW (PR #710) 2019-10-23 05:31:53 +09:00
Debugger_Assembler.cpp Debugger: In _6502_GetTargets() removed the bool bIgnoreJSRJMP parameter. 2019-12-09 20:42:16 +00:00
Debugger_Assembler.h Debugger: In _6502_GetTargets() removed the bool bIgnoreJSRJMP parameter. 2019-12-09 20:42:16 +00:00
Debugger_Color.cpp Debugger display (#666, #702): 2019-10-20 11:30:31 +01:00
Debugger_Color.h Debugger display (#666, #702): 2019-10-20 11:30:31 +01:00
Debugger_Commands.cpp Debugger: Added new 'cycles <abs|rel>' command to show cycles as absolute or relative. 2020-01-11 17:38:00 +00:00
Debugger_Console.cpp Fix off-by-one bug wrapping in debugger console #476 2017-08-24 16:59:19 -07:00
Debugger_Console.h Added variadic variants of ConsolePrint(), ConsoleBufferPush() to make code cleaner. Also added ConsoleColorizePrint() and variants. 2016-12-29 12:07:54 -05:00
Debugger_DisassemblerData.cpp Fixed Coverity 'High Impact Outstanding' issues: 2020-01-04 17:43:20 +00:00
Debugger_DisassemblerData.h Qualified all STL refs with std:: to get rid of the 'using namespace std' mismatch between the main code & debugger code 2014-08-14 20:29:01 +01:00
Debugger_Display.cpp Start on cleanup of tab stops 2020-05-20 10:02:15 -07:00
Debugger_Display.h Fix comment about correct font filename 2020-05-20 10:02:41 -07:00
Debugger_Help.cpp Debugger: Added new 'cycles <abs|rel>' command to show cycles as absolute or relative. 2020-01-11 17:38:00 +00:00
Debugger_Help.h Replace some char * with std::string. 2019-09-06 17:34:25 +01:00
Debugger_Parser.cpp Fixed Coverity 'High Impact Outstanding' issues: 2018-11-06 19:13:28 +00:00
Debugger_Parser.h Move Util_* files into Debugger subfolder & update all vcproj files 2014-08-13 22:25:22 +01:00
Debugger_Range.cpp PCH refactor: remove non-system headers from stdafx.h 2014-08-13 21:30:35 +01:00
Debugger_Range.h Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
Debugger_Symbols.cpp Debugger: Symbol loading: Fix random crash upon start up. (PR #694) 2019-10-25 04:25:07 +09:00
Debugger_Symbols.h Replace some char * with std::string. 2019-09-06 17:34:25 +01:00
Debugger_Types.h Add types of window regions -- needed for mouse click 2020-05-20 10:04:01 -07: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 Move Util_* files into Debugger subfolder & update all vcproj files 2014-08-13 22:25:22 +01:00