project64/Source/Project64/UserInterface/Debugger
Summate af0b0e18ea Adding label IDs to correspond to debugger register edit IDs
Abstracting pairing edit IDs with label IDs
Extracting definition of register tab data to a separate file
Adding a facility to get the text of a CWindow, there didn't seem to be a straightforward mechanism to do this Adding functionality to clipboard the current tab's registers or registers from all tabs
Fixing FCSR to have the same styling as all of the other register edit fields
2020-04-09 01:17:19 -05:00
..
Assembler.cpp [Debugger] Misc cleanup and fixes 2019-12-24 18:41:20 -06:00
Assembler.h [Debugger] Misc cleanup and fixes 2019-12-24 18:41:20 -06:00
Breakpoints.cpp [Debugger] Misc cleanup and fixes 2019-12-24 18:41:20 -06:00
Breakpoints.h [Debugger] Optimize interpreter breakpoint and callback checks 2019-12-01 04:10:36 -06:00
CPULog.cpp [Debugger] Misc cleanup and fixes 2019-12-24 18:41:20 -06:00
CPULog.h [Debugger] Misc cleanup and fixes 2019-12-24 18:41:20 -06:00
DMALog.cpp [Debugger] Misc cleanup and fixes 2019-12-24 18:41:20 -06:00
DMALog.h [Project64] Move debugger UI in to UserInterface folder 2017-11-09 17:32:40 +11:00
DebugDialog.h [Debugger] Misc cleanup and fixes 2019-12-24 18:41:20 -06:00
DebugMMU.cpp [Debugger] Misc cleanup and fixes 2019-12-24 18:41:20 -06:00
DebugMMU.h [Debugger] Misc cleanup and fixes 2019-12-24 18:41:20 -06:00
Debugger-AddBreakpoint.cpp [Debugger] Misc cleanup and fixes 2019-12-24 18:41:20 -06:00
Debugger-AddBreakpoint.h [Debugger] Misc cleanup and fixes 2019-12-24 18:41:20 -06:00
Debugger-AddSymbol.cpp Cleaning up unclear booleans with a clearer enum class 2020-04-08 07:00:17 -05:00
Debugger-AddSymbol.h [Debugger] Misc cleanup and fixes 2019-12-24 18:41:20 -06:00
Debugger-CPULogView.cpp [Debugger] Misc cleanup and fixes 2019-12-24 18:41:20 -06:00
Debugger-CPULogView.h [Debugger] Misc cleanup and fixes 2019-12-24 18:41:20 -06:00
Debugger-Commands.cpp Adding label IDs to correspond to debugger register edit IDs 2020-04-09 01:17:19 -05:00
Debugger-Commands.h Adding label IDs to correspond to debugger register edit IDs 2020-04-09 01:17:19 -05:00
Debugger-DMALogView.cpp [Debugger] Clean up compiler warnings 2020-01-22 00:34:27 -06:00
Debugger-DMALogView.h Move CListViewCtrlVarDPI class code into ATL 2019-04-19 16:48:53 -07:00
Debugger-ExceptionBreakpoints.cpp [Debugger] Clean up compiler warnings 2020-01-22 00:34:27 -06:00
Debugger-ExceptionBreakpoints.h [Debugger] Misc cleanup and fixes 2019-12-24 18:41:20 -06:00
Debugger-MemoryDump.cpp Cleaning up unclear booleans with a clearer enum class 2020-04-08 07:00:17 -05:00
Debugger-MemoryDump.h [Debugger] Misc cleanup and fixes 2019-12-24 18:41:20 -06:00
Debugger-MemorySearch.cpp Cleaning up unclear booleans with a clearer enum class 2020-04-08 07:00:17 -05:00
Debugger-MemorySearch.h [Debugger] Misc cleanup and fixes 2019-12-24 18:41:20 -06:00
Debugger-RegisterTabData.h Adding label IDs to correspond to debugger register edit IDs 2020-04-09 01:17:19 -05:00
Debugger-RegisterTabs.cpp Adding label IDs to correspond to debugger register edit IDs 2020-04-09 01:17:19 -05:00
Debugger-RegisterTabs.h Adding label IDs to correspond to debugger register edit IDs 2020-04-09 01:17:19 -05:00
Debugger-Scripts.cpp Add "Edit" option to script context menu 2020-01-06 21:23:59 -08:00
Debugger-Scripts.h Add "Edit" option to script context menu 2020-01-06 21:23:59 -08:00
Debugger-StackTrace.cpp [Debugger] Misc cleanup and fixes 2019-12-24 18:41:20 -06:00
Debugger-StackTrace.h [Debugger] Misc cleanup and fixes 2019-12-24 18:41:20 -06:00
Debugger-StackView.cpp [Debugger] Misc cleanup and fixes 2019-12-24 18:41:20 -06:00
Debugger-StackView.h Move CListViewCtrlVarDPI class code into ATL 2019-04-19 16:48:53 -07:00
Debugger-Symbols.cpp Fix issues 2020-02-10 22:42:25 -05:00
Debugger-Symbols.h Fix issues 2020-02-10 22:42:25 -05:00
Debugger-TLB.cpp [Debugger] Clean up compiler warnings 2020-01-22 00:34:27 -06:00
Debugger-TLB.h [Debugger] Misc cleanup and fixes 2019-12-24 18:41:20 -06:00
Debugger-ViewMemory.cpp Cleaning up unclear booleans with a clearer enum class 2020-04-08 07:00:17 -05:00
Debugger-ViewMemory.h [Debugger] Rewrite memory viewer 2019-11-30 11:48:46 -06:00
Debugger.cpp [Debugger] Misc cleanup and fixes 2019-12-24 18:41:20 -06:00
DebuggerUI.h [Debugger] Add CPU exception breakpoint window 2019-01-17 03:34:24 -06:00
MemoryScanner.cpp [Debugger] Fix hex string search and GS code copy 2020-01-22 00:34:13 -06:00
MemoryScanner.h [Debugger] Fix hex string search and GS code copy 2020-01-22 00:34:13 -06:00
OpInfo.h [Debugger] Add GPR read/write breakpoints 2019-01-20 02:52:49 -06:00
ScriptHook.cpp [Debugger] Misc cleanup and fixes 2019-12-24 18:41:20 -06:00
ScriptHook.h [Debugger] Misc cleanup and fixes 2019-12-24 18:41:20 -06:00
ScriptInstance.cpp Refresh "Scripts" window on script state change 2020-01-06 19:50:48 -08:00
ScriptInstance.h [Debugger] Misc cleanup and fixes 2019-12-24 18:41:20 -06:00
ScriptSystem.cpp [Debugger] Misc cleanup and fixes 2019-12-24 18:41:20 -06:00
ScriptSystem.h [Debugger] Misc cleanup and fixes 2019-12-24 18:41:20 -06:00
Symbols.cpp [Debugger] Fix symbols memory leak 2019-12-27 12:48:55 -06:00
Symbols.h [Debugger] Fix symbols memory leak 2019-12-27 12:48:55 -06:00
debugger.h [Debugger] Misc cleanup and fixes 2019-12-24 18:41:20 -06:00