AppleWin/source/Debugger
Andrea 2d2ba86f4f
IPropertySheet: make it a standard C++ class with pure virtual functions (PR #892)
* Interface.h: ensure that functions in the interface are not exported by other header files.

This is generally harmless, except for the presence of default arguments, in which case the version with default arguments must come first.
To avoid the issue, these functions are only ever exported in the Interface.h header file.
2020-12-20 15:32:51 +00:00
..
Debug.cpp IPropertySheet: make it a standard C++ class with pure virtual functions (PR #892) 2020-12-20 15:32:51 +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 AppleWin.cpp split (PR #875) 2020-11-26 21:50:06 +00: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 IPropertySheet: make it a standard C++ class with pure virtual functions (PR #892) 2020-12-20 15:32:51 +00:00
Debugger_Console.cpp Remove VirtualAlloc, VirtualFree & ZeroMemory. (PR #884) 2020-12-10 21:08:15 +00: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 Source clean-up, portability and debugger fixes. (PR #842) 2020-10-11 17:14:03 +01: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 IPropertySheet: make it a standard C++ class with pure virtual functions (PR #892) 2020-12-20 15:32:51 +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 Remove VirtualAlloc, VirtualFree & ZeroMemory. (PR #884) 2020-12-10 21:08:15 +00: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 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 AppleWin.cpp split (PR #875) 2020-11-26 21:50:06 +00: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 Remove VirtualAlloc, VirtualFree & ZeroMemory. (PR #884) 2020-12-10 21:08:15 +00: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