.. |
Debug.cpp
|
Debugger: OutputTraceLine() - add single-step comment
|
2018-02-02 21:10:46 +00:00 |
Debug.h
|
Implements #462 sans: help disasm
|
2017-08-25 07:22:08 -07:00 |
DebugDefs.h
|
Debugger: BPM cmd: trigger on stack access for BRK,JSR,PLn,PHn,RTI,RTS (#445)
|
2017-08-04 21:07:02 +01:00 |
Debugger_Assembler.cpp
|
Debugger: fix _6502_GetTargets() when abs addr16 wraps over 64K boundary (crash bug) & extend debugger unit-tests
|
2017-08-15 22:12:51 +01:00 |
Debugger_Assembler.h
|
Debugger: BPM cmd: trigger on stack access for BRK,JSR,PLn,PHn,RTI,RTS (#445)
|
2017-08-04 21:07:02 +01:00 |
Debugger_Color.cpp
|
Add VS2015 proj files & fix for building under VS2015 in Release (closes #296)
|
2016-03-24 22:55:36 +00:00 |
Debugger_Color.h
|
Add VS2015 proj files & fix for building under VS2015 in Release (closes #296)
|
2016-03-24 22:55:36 +00:00 |
Debugger_Commands.cpp
|
Implements #462 sans: help disasm
|
2017-08-25 07:22:08 -07: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
|
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.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
|
Merge branch 'master' into bug_479
|
2017-12-19 22:23:58 +00:00 |
Debugger_Display.h
|
Bug #239 : Debugger 2.8.0.6: Ctrl-Print Screen while the debugger is active will copy the debugger text to the clipboard
|
2014-12-01 22:01:08 -08:00 |
Debugger_Help.cpp
|
#462 Added for click
|
2017-08-25 07:36:31 -07:00 |
Debugger_Help.h
|
Remove the top-level AppleWin folder
|
2014-05-23 22:59:02 +01:00 |
Debugger_Parser.cpp
|
Debugger: fix some static analysis issues from PR #517
|
2017-12-17 18:20:39 +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
|
#479 Fix off-by-one display bug for warning long symbols name
|
2017-08-24 09:47:05 -07:00 |
Debugger_Symbols.h
|
Remove the top-level AppleWin folder
|
2014-05-23 22:59:02 +01:00 |
Debugger_Types.h
|
#481 Extend arguments from 55 chars to 127 chars
|
2017-08-25 08:56:23 -07:00 |
Util_MemoryTextFile.cpp
|
Add note about vector clear() insert() at()
|
2017-08-24 18:43:54 -07:00 |
Util_MemoryTextFile.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 |
Util_Text.h
|
Move Util_* files into Debugger subfolder & update all vcproj files
|
2014-08-13 22:25:22 +01:00 |