project64/Source/Project64/UserInterface/Debugger
zilmar 2f1074a287 Core: Add handler for cartridge domains 2022-04-25 17:12:07 +09:30
..
ScriptAPI [Debugger] JSAPI: Fix interval finalizer (#2200) 2022-03-01 10:27:42 +10:30
Assembler.cpp vgturtle127's Beautification 14 - Source\Project64-video directory and final cleanup 2021-05-18 21:21:36 +09:30
Assembler.h Update Assembler.h 2021-03-17 22:58:16 -05:00
Breakpoints.cpp Move class out of file names 2021-04-14 15:04:15 +09:30
Breakpoints.h Remove Common/stdtypes.h 2021-04-12 16:04:26 +09:30
CPULog.cpp Change NULL to nullptr 2021-04-12 21:05:39 +09:30
CPULog.h Update copyright date 2021-03-02 12:43:17 +10:30
DMALog.cpp Change NULL to nullptr 2021-04-12 21:05:39 +09:30
DMALog.h Update DMALog.h 2021-03-17 22:58:16 -05:00
DebugDialog.h Change NULL to nullptr 2021-04-12 21:05:39 +09:30
DebugMMU.cpp Core: Add handler for cartridge domains 2022-04-25 17:12:07 +09:30
DebugMMU.h Change NULL to nullptr 2021-04-12 21:05:39 +09:30
Debugger-AddBreakpoint.cpp Replace getwindow text with GetCWindowText 2021-04-20 12:26:16 +09:30
Debugger-AddBreakpoint.h Update Debugger-AddBreakpoint.h 2021-03-17 22:58:16 -05:00
Debugger-AddSymbol.cpp Replace getwindow text with GetCWindowText 2021-04-20 12:26:16 +09:30
Debugger-AddSymbol.h Update copyright date 2021-03-02 12:43:17 +10:30
Debugger-CPULogView.cpp Change NULL to nullptr 2021-04-12 21:05:39 +09:30
Debugger-CPULogView.h Update copyright date 2021-03-02 12:43:17 +10:30
Debugger-Commands.cpp [Debugger] Start commands window at PC address (#2178) 2022-01-27 10:03:22 +10:30
Debugger-Commands.h Update copyright date 2021-03-02 12:43:17 +10:30
Debugger-DMALogView.cpp Replace getwindow text with GetCWindowText 2021-04-20 12:26:16 +09:30
Debugger-DMALogView.h Update copyright date 2021-03-02 12:43:17 +10:30
Debugger-ExceptionBreakpoints.cpp Update Debugger-ExceptionBreakpoints.cpp 2021-03-17 22:58:16 -05:00
Debugger-ExceptionBreakpoints.h Update copyright date 2021-03-02 12:43:17 +10:30
Debugger-MemoryDump.cpp [Debugger] Fix memory dump 2021-05-24 21:41:22 -05:00
Debugger-MemoryDump.h Remove Disable copy constructor comments 2021-04-13 09:37:11 +09:30
Debugger-MemorySearch.cpp Replace getwindow text with GetCWindowText 2021-04-20 12:26:16 +09:30
Debugger-MemorySearch.h Replace getwindow text with GetCWindowText 2021-04-20 12:26:16 +09:30
Debugger-RegisterTabData.h Replace getwindow text with GetCWindowText 2021-04-20 12:26:16 +09:30
Debugger-RegisterTabs.cpp vgturtle127's Beautification 14 - Source\Project64-video directory and final cleanup 2021-05-18 21:21:36 +09:30
Debugger-RegisterTabs.h Replace getwindow text with GetCWindowText 2021-04-20 12:26:16 +09:30
Debugger-Scripts.cpp [Debugger] Alphabetize script lists (#2174) 2022-01-21 09:53:21 +10:30
Debugger-Scripts.h [Debugger] Rewrite script API (#2110) 2021-09-03 14:41:04 +09:30
Debugger-ScriptsAutorun.cpp [Debugger] Alphabetize script lists (#2174) 2022-01-21 09:53:21 +10:30
Debugger-ScriptsAutorun.h [Debugger] Rewrite script API (#2110) 2021-09-03 14:41:04 +09:30
Debugger-StackTrace.cpp Update Debugger-StackTrace.cpp 2021-03-17 22:58:16 -05:00
Debugger-StackTrace.h Update Debugger-StackTrace.h 2021-03-17 22:58:16 -05:00
Debugger-StackView.cpp Change NULL to nullptr 2021-04-12 21:05:39 +09:30
Debugger-StackView.h Update Debugger-StackView.h 2021-03-17 22:58:16 -05:00
Debugger-Symbols.cpp Core: Change NextInstruction to PipelineStage 2022-01-18 18:17:21 +10:30
Debugger-Symbols.h [Debugger] Symbols: improve performance, implement filter textbox (#2102) 2021-08-26 12:28:34 +09:30
Debugger-TLB.cpp vgturtle127's Beautification 14 - Source\Project64-video directory and final cleanup 2021-05-18 21:21:36 +09:30
Debugger-TLB.h Update copyright date 2021-03-02 12:43:17 +10:30
Debugger-ViewMemory.cpp [Debugger] Symbols: improve performance, implement filter textbox (#2102) 2021-08-26 12:28:34 +09:30
Debugger-ViewMemory.h Update Debugger-ViewMemory.h 2021-03-17 22:58:16 -05:00
Debugger.cpp Core: Change NextInstruction to PipelineStage 2022-01-18 18:17:21 +10:30
DebuggerUI.h [Debugger] Rewrite script API (#2110) 2021-09-03 14:41:04 +09:30
MemoryScanner.cpp [Debugger] Fix search 2021-05-19 19:05:55 -05:00
MemoryScanner.h Remove usage of malloc 2021-04-22 09:30:27 +09:30
OpInfo.h Update OpInfo.h 2021-03-17 22:58:17 -05:00
ScriptInstance.cpp [Debugger] JS API: Add script.abort() (#2170) 2022-01-14 07:09:21 +10:30
ScriptInstance.h [Debugger] JS API: Add script.abort() (#2170) 2022-01-14 07:09:21 +10:30
ScriptSystem.cpp [Debugger] JS API: Expand AddressRange class, misc fixes (#2168) 2022-01-13 07:06:30 +10:30
ScriptSystem.h [Debugger] JS API: Expand AddressRange class, misc fixes (#2168) 2022-01-13 07:06:30 +10:30
ScriptTypes.h [Debugger] Fix nested JS callback registration (fix #2147) (#2157) 2021-12-28 18:01:19 +10:30
ScriptWorker.cpp [Debugger] Rewrite script API (#2110) 2021-09-03 14:41:04 +09:30
ScriptWorker.h [Debugger] Rewrite script API (#2110) 2021-09-03 14:41:04 +09:30
Symbols.cpp [Debugger] Symbols: improve performance, implement filter textbox (#2102) 2021-08-26 12:28:34 +09:30
Symbols.h [Debugger] Symbols: improve performance, implement filter textbox (#2102) 2021-08-26 12:28:34 +09:30
debugger.h [Debugger] Rewrite script API (#2110) 2021-09-03 14:41:04 +09:30