Mesen2/Core/Debugger
2024-04-27 12:14:45 +09:00
..
AddressInfo.h Added SMS/GG/SG-1000 support 2023-12-14 22:23:27 +09:00
Base6502Assembler.cpp Debugger: Assembler - allow '+' in label names to fix issues with multi-byte labels 2023-04-11 23:14:41 -04:00
Base6502Assembler.h Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
BaseEventManager.cpp Added GBA support 2024-03-30 11:42:31 +09:00
BaseEventManager.h Added SMS/GG/SG-1000 support 2023-12-14 22:23:27 +09:00
BaseTraceLogger.h Added GBA support 2024-03-30 11:42:31 +09:00
Breakpoint.cpp Added GBA support 2024-03-30 11:42:31 +09:00
Breakpoint.h Added GBA support 2024-03-30 11:42:31 +09:00
BreakpointManager.cpp Added GBA support 2024-03-30 11:42:31 +09:00
BreakpointManager.h Added GBA support 2024-03-30 11:42:31 +09:00
CallstackManager.cpp Added GBA support 2024-03-30 11:42:31 +09:00
CallstackManager.h Added GBA support 2024-03-30 11:42:31 +09:00
CdlManager.cpp Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
CdlManager.h Refactoring - Moved some leftover files out of the root folder 2022-09-08 21:48:49 -04:00
CodeDataLogger.cpp Debugger: Don't auto-load cdl files next to the rom by default 2023-04-14 22:51:35 -04:00
CodeDataLogger.h Added GBA support 2024-03-30 11:42:31 +09:00
DebugBreakHelper.h Debugger: Suppress "bring to front on break" behavior when the trigger is another operation (e.g save state/load state, etc.) 2023-03-15 19:35:04 -04:00
Debugger.cpp Added GBA support 2024-03-30 11:42:31 +09:00
Debugger.h Added GBA support 2024-03-30 11:42:31 +09:00
DebuggerFeatures.h Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
DebugTypes.h Added GBA support 2024-03-30 11:42:31 +09:00
DebugUtilities.h Added GBA support 2024-03-30 11:42:31 +09:00
Disassembler.cpp Added GBA support 2024-03-30 11:42:31 +09:00
Disassembler.h Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
DisassemblyInfo.cpp Added GBA support 2024-03-30 11:42:31 +09:00
DisassemblyInfo.h Added GBA support 2024-03-30 11:42:31 +09:00
DisassemblySearch.cpp Added GBA support 2024-03-30 11:42:31 +09:00
DisassemblySearch.h Refactoring - Added missing folder names in includes 2022-09-08 22:04:18 -04:00
ExpressionEvaluator.cpp Added GBA support 2024-03-30 11:42:31 +09:00
ExpressionEvaluator.Cx4.cpp Refactoring - Added missing folder names in includes 2022-09-08 22:04:18 -04:00
ExpressionEvaluator.Gameboy.cpp Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
ExpressionEvaluator.Gba.cpp Added GBA support 2024-03-30 11:42:31 +09:00
ExpressionEvaluator.Gsu.cpp Refactoring - Added missing folder names in includes 2022-09-08 22:04:18 -04:00
ExpressionEvaluator.h Added GBA support 2024-03-30 11:42:31 +09:00
ExpressionEvaluator.NecDsp.cpp Refactoring - Added missing folder names in includes 2022-09-08 22:04:18 -04:00
ExpressionEvaluator.Nes.cpp Debugger: NES - Added t/v tokens for NES (PPU) 2022-09-28 19:00:00 -04:00
ExpressionEvaluator.Pce.cpp Debugger: PCE - Added psgchannel/vdcreg to expression tokens (+ fixed other tokens not working due to wrong case) 2023-02-13 21:35:44 -05:00
ExpressionEvaluator.Sms.cpp Added SMS/GG/SG-1000 support 2023-12-14 22:23:27 +09:00
ExpressionEvaluator.Snes.cpp Debugger: SNES - Fixed swapped values for psmemory/psindex 2024-04-07 08:58:38 +09:00
ExpressionEvaluator.Spc.cpp SNES: Randomize DSP register values on power on, but reset the internal state to 0 2023-03-14 19:46:47 -04:00
FrozenAddressManager.h Debugger: Added freeze address option in memory viewer 2022-09-25 19:56:02 -04:00
IAssembler.h Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
IDebugger.h Added GBA support 2024-03-30 11:42:31 +09:00
ITraceLogger.h Refactoring - Added missing folder names in includes 2022-09-08 22:04:18 -04:00
LabelManager.cpp Debugger: Assembler - Allow using label name without +0 for the first byte of multi-byte labels 2024-01-09 22:10:45 +09:00
LabelManager.h Refactoring - Added missing folder names in includes 2022-09-08 22:04:18 -04:00
LuaApi.cpp Added GBA support 2024-03-30 11:42:31 +09:00
LuaApi.h Added GBA support 2024-03-30 11:42:31 +09:00
LuaCallHelper.cpp Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
LuaCallHelper.h Refactoring - Moved some leftover files out of the root folder 2022-09-08 21:48:49 -04:00
MemoryAccessCounter.cpp Added GBA support 2024-03-30 11:42:31 +09:00
MemoryAccessCounter.h Added GBA support 2024-03-30 11:42:31 +09:00
MemoryDumper.cpp Added GBA support 2024-03-30 11:42:31 +09:00
MemoryDumper.h Added GBA support 2024-03-30 11:42:31 +09:00
PpuTools.cpp Added GBA support 2024-03-30 11:42:31 +09:00
PpuTools.h Debugger: SNES - Fixed palette display for mode 0 layers in tilemap viewer 2024-04-27 12:14:45 +09:00
Profiler.cpp Refactoring - Added missing folder names in includes 2022-09-08 22:04:18 -04:00
Profiler.h Refactoring - Added missing folder names in includes 2022-09-08 22:04:18 -04:00
ScriptHost.cpp Debugger: Lua - Add folder that contains the current script to the folders that scripts can require other Lua scripts from 2023-12-18 22:04:47 +09:00
ScriptHost.h Debugger: Lua - Add folder that contains the current script to the folders that scripts can require other Lua scripts from 2023-12-18 22:04:47 +09:00
ScriptingContext.cpp Debugger: Lua - Add folder that contains the current script to the folders that scripts can require other Lua scripts from 2023-12-18 22:04:47 +09:00
ScriptingContext.h Debugger: Lua - Add folder that contains the current script to the folders that scripts can require other Lua scripts from 2023-12-18 22:04:47 +09:00
ScriptManager.cpp Debugger: Lua - Add folder that contains the current script to the folders that scripts can require other Lua scripts from 2023-12-18 22:04:47 +09:00
ScriptManager.h Debugger: Lua - Add folder that contains the current script to the folders that scripts can require other Lua scripts from 2023-12-18 22:04:47 +09:00
StepBackManager.cpp Debugger: Step Back - Allow stepping back 1 scanline/frame at a time + remove restriction that caused step back to only work for up to 30 frames 2024-01-26 23:39:31 +09:00
StepBackManager.h Debugger: Step Back - Allow stepping back 1 scanline/frame at a time + remove restriction that caused step back to only work for up to 30 frames 2024-01-26 23:39:31 +09:00
TraceLogFileSaver.h Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00