project64/Source/Project64/UserInterface/Debugger
zilmar 4a4b0b2e33
Merge pull request #1885 from shygoo/script-ui
[Debugger] Improve script window
2020-12-19 07:37:23 +10:30
..
Assembler.cpp [Debugger] Add missing cop1 cvt ops to assembler, remove constexprs 2020-10-26 12:01:21 -05:00
Assembler.h [Debugger] Add missing cop1 cvt ops to assembler, remove constexprs 2020-10-26 12:01:21 -05: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 Add UNICODE to Project64 project 2020-05-12 21:49:05 +09:30
Debugger-AddBreakpoint.h [Debugger] Misc cleanup and fixes 2019-12-24 18:41:20 -06:00
Debugger-AddSymbol.cpp Add UNICODE to Project64 project 2020-05-12 21:49:05 +09:30
Debugger-AddSymbol.h [Debugger] Misc cleanup and fixes 2019-12-24 18:41:20 -06:00
Debugger-CPULogView.cpp Add UNICODE to Project64 project 2020-05-12 21:49:05 +09:30
Debugger-CPULogView.h [Debugger] Misc cleanup and fixes 2019-12-24 18:41:20 -06:00
Debugger-Commands.cpp [Debugger] Add basic multi-line support to code editor 2020-12-17 13:30:28 -06:00
Debugger-Commands.h [Debugger] Add basic multi-line support to code editor 2020-12-17 13:30:28 -06:00
Debugger-DMALogView.cpp [Debugger] Implement DMA log export (fix #1858) 2020-11-17 11:57:21 -06:00
Debugger-DMALogView.h fix build error 2020-11-17 12:17:31 -06: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 Add UNICODE to Project64 project 2020-05-12 21:49:05 +09:30
Debugger-MemoryDump.h Add UNICODE to Project64 project 2020-05-12 21:49:05 +09:30
Debugger-MemorySearch.cpp [Debugger] Fix string search 2020-06-18 21:03:21 -05:00
Debugger-MemorySearch.h [Debugger] Fix string search 2020-06-18 21:03:21 -05: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 Project64: Add choosing game dir on welcome screen 2020-08-04 22:28:40 +09:30
Debugger-RegisterTabs.h Add UNICODE to Project64 project 2020-05-12 21:49:05 +09:30
Debugger-Scripts.cpp [Debugger] Fix script window's copy button 2020-12-18 14:21:49 -06:00
Debugger-Scripts.h [Debugger] Add tooltips to scripts window 2020-12-18 14:15:16 -06:00
Debugger-StackTrace.cpp Add UNICODE to Project64 project 2020-05-12 21:49:05 +09:30
Debugger-StackTrace.h [Debugger] Misc cleanup and fixes 2019-12-24 18:41:20 -06:00
Debugger-StackView.cpp Add UNICODE to Project64 project 2020-05-12 21:49:05 +09:30
Debugger-StackView.h Move CListViewCtrlVarDPI class code into ATL 2019-04-19 16:48:53 -07:00
Debugger-Symbols.cpp Add UNICODE to Project64 project 2020-05-12 21:49:05 +09:30
Debugger-Symbols.h Fix issues 2020-02-10 22:42:25 -05:00
Debugger-TLB.cpp Add UNICODE to Project64 project 2020-05-12 21:49:05 +09:30
Debugger-TLB.h [Debugger] Misc cleanup and fixes 2019-12-24 18:41:20 -06:00
Debugger-ViewMemory.cpp Add UNICODE to Project64 project 2020-05-12 21:49:05 +09:30
Debugger-ViewMemory.h [Debugger] Rewrite memory viewer 2019-11-30 11:48:46 -06:00
Debugger.cpp Add UNICODE to Project64 project 2020-05-12 21:49:05 +09:30
DebuggerUI.h [Debugger] Add CPU exception breakpoint window 2019-01-17 03:34:24 -06:00
MemoryScanner.cpp [Debugger] Fix string search 2020-06-18 21:03:21 -05:00
MemoryScanner.h [Debugger] Fix string search 2020-06-18 21:03:21 -05:00
OpInfo.h [Debugger] Fix COpInfo::IsLoadCommand false positives 2020-05-19 11:40:53 -05: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 [Debugger] Improve script window UI/stability 2020-12-18 13:57:50 -06:00
ScriptInstance.h [Debugger] Misc cleanup and fixes 2019-12-24 18:41:20 -06:00
ScriptSystem.cpp Add UNICODE to Project64 project 2020-05-12 21:49:05 +09:30
ScriptSystem.h Add UNICODE to Project64 project 2020-05-12 21:49:05 +09:30
Symbols.cpp Add UNICODE to Project64 project 2020-05-12 21:49:05 +09:30
Symbols.h Add UNICODE to Project64 project 2020-05-12 21:49:05 +09:30
debugger.h [Debugger] Misc cleanup and fixes 2019-12-24 18:41:20 -06:00