AppleWin/source/Debugger
Kelvin Lee 253a59fde6
Replace sprintf_s() and wsprintf() with StrFormat(). (PR #1041)
And these Debugger related:
. Improve FormatAddress() and GetSymbol().
. GetSymbol(), FindSymbolFromAddress(), FormatAddress() are changed to use std::string instead.
. Remove static variable (not nice) in FormatAddress().
. GetSymbol() returns std::string reference instead of pointer.
2022-02-26 17:54:06 +00:00
..
Debug.cpp
Debug.h HDD r/w: error if r/w overlaps with I/O memory 2021-12-09 21:22:13 +00:00
DebugDefs.h
Debugger_Assembler.cpp
Debugger_Assembler.h
Debugger_Color.cpp
Debugger_Color.h
Debugger_Commands.cpp
Debugger_Console.cpp
Debugger_Console.h Fix some format errors. (PR #1042) 2022-02-26 17:15:09 +00:00
Debugger_Disassembler.cpp
Debugger_Disassembler.h
Debugger_DisassemblerData.cpp
Debugger_DisassemblerData.h
Debugger_Display.cpp
Debugger_Display.h
Debugger_Help.cpp Replace sprintf_s() and wsprintf() with StrFormat(). (PR #1041) 2022-02-26 17:54:06 +00:00
Debugger_Help.h
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 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_Symbols.h
Debugger_Types.h
Debugger_Win32.cpp
Debugger_Win32.h
Util_MemoryTextFile.cpp
Util_MemoryTextFile.h
Util_Text.h