Mesen2/Core/Debugger
Sour 2d96724b28 Debugger: SNES - Added new "break on..." options
Invalid vram/oam/cgram access, controller read while auto-read is running
2025-03-27 21:30:38 +09:00
..
AddressInfo.h Added SMS/GG/SG-1000 support 2023-12-14 22:23:27 +09:00
Base6502Assembler.cpp Debugger: Assembler - Allow using #label syntax on NES/SNES/PCE 2025-03-13 18:32:46 +09:00
Base6502Assembler.h Debugger: Fixed issues with NES/SNES/PCE assemblers 2025-02-06 21:20:24 +09:00
BaseEventManager.cpp Added GBA support 2024-03-30 11:42:31 +09:00
BaseEventManager.h Debugger: Event Viewer - Added missing address/value for some event types (marked breakpoints, etc.) 2024-09-12 17:11:56 +09:00
BaseTraceLogger.h Debugger: Trace Logger - Revert change that caused hex values in log to not have the right size 2024-11-08 18:13:04 +09:00
Breakpoint.cpp Debugger: Added forbid breakpoints 2024-09-23 21:05:55 +09:00
Breakpoint.h Added GBA support 2024-03-30 11:42:31 +09:00
BreakpointManager.cpp Debugger: Added forbid breakpoints 2024-09-23 21:05:55 +09:00
BreakpointManager.h Debugger: Added forbid breakpoints 2024-09-23 21:05:55 +09:00
CallstackManager.cpp Debugger: Improve call stack/profiler behavior when dealing with some types of stack manipulation 2024-12-17 18:52:17 +09:00
CallstackManager.h Debugger: Fixed issues with step over/out in some scenarios (bank swapping, recursive functions, etc.) 2024-12-07 17:46:28 +09:00
CdlManager.cpp Debugger: Minor performance improvements for debugger initialization 2025-03-26 21:25:34 +09:00
CdlManager.h Debugger: Minor performance improvements for debugger initialization 2025-03-26 21:25:34 +09:00
CodeDataLogger.cpp Debugger: Minor performance improvements for debugger initialization 2025-03-26 21:25:34 +09: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 Debugger: SNES - Added new "break on..." options 2025-03-27 21:30:38 +09:00
Debugger.h Debugger: Fixed issues with step over/out in some scenarios (bank swapping, recursive functions, etc.) 2024-12-07 17:46:28 +09:00
DebuggerFeatures.h Added WonderSwan support 2024-09-19 21:19:43 +09:00
DebugTypes.h Debugger: SNES - Added new "break on..." options 2025-03-27 21:30:38 +09:00
DebugUtilities.h SNES: Add support for Sufami Turbo games 2025-01-03 09:18:59 +09:00
Disassembler.cpp SNES: Add support for ST018 coprocessor 2024-12-29 23:41:52 +09:00
Disassembler.h Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
DisassemblyInfo.cpp SNES: Add support for ST018 coprocessor 2024-12-29 23:41:52 +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 SNES: Add support for ST018 coprocessor 2024-12-29 23:41:52 +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 SNES: Add support for ST018 coprocessor 2024-12-29 23:41:52 +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 SNES: Fixed NMI/IRQ timing issues 2024-12-24 17:43:09 +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
ExpressionEvaluator.St018.cpp SNES: Add support for ST018 coprocessor 2024-12-29 23:41:52 +09:00
ExpressionEvaluator.Ws.cpp Added WonderSwan support 2024-09-19 21:19:43 +09: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 Debugger: NES Header Editor - Fixed behavior/crash when opening header editor with softpatched roms or compressed files 2024-07-19 21:37:51 +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 Debugger: Lua - Added getCdlData API 2024-12-01 15:27:46 +09:00
LuaApi.h Debugger: Lua - Added getCdlData API 2024-12-01 15:27:46 +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 Debugger: Minor performance improvements for debugger initialization 2025-03-26 21:25:34 +09:00
MemoryAccessCounter.h Added GBA support 2024-03-30 11:42:31 +09:00
MemoryDumper.cpp Debugger: Fixed crash in GetMemoryValues 2025-01-21 18:35:49 +09:00
MemoryDumper.h Added WonderSwan support 2024-09-19 21:19:43 +09:00
PpuTools.cpp Debugger: Fixed broken tile viewer output with some size combinations 2025-01-20 17:56:51 +09:00
PpuTools.h Debugger: Prevent UI freeze when viewer updates pile up and end up taking up 100% of the UI thread's time 2024-12-10 18:59:13 +09:00
Profiler.cpp Debugger: Profiler - Show [irq]/[nmi] markers on functions 2024-12-17 18:51:01 +09:00
Profiler.h Debugger: Profiler - Show [irq]/[nmi] markers on functions 2024-12-17 18:51:01 +09: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 - Improve error messages when io/os/lua access is turned off in the options 2024-07-19 18:34:42 +09:00
ScriptingContext.h Debugger: Lua - Improve error messages when io/os/lua access is turned off in the options 2024-07-19 18:34:42 +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