ppsspp/Windows/Debugger
Unknown W. Brackets 1233d1d376 Reporting: Disable when debugger methods used.
This won't catch all means of hacking memory, but will catch some.
Trying to reduce noise in reporting from debugging.
2022-07-30 18:21:32 -07:00
..
BreakpointWindow.cpp
BreakpointWindow.h
CtrlDisAsmView.cpp Reporting: Disable when debugger methods used. 2022-07-30 18:21:32 -07:00
CtrlDisAsmView.h Debugger: Avoid scroll on breakpoint add. 2022-02-13 07:57:54 -08:00
CtrlMemView.cpp Reporting: Disable when debugger methods used. 2022-07-30 18:21:32 -07:00
CtrlMemView.h Debugger: Search scratchpad/ram/vram consistently. 2022-02-10 20:39:29 -08:00
CtrlRegisterList.cpp Reporting: Disable when debugger methods used. 2022-07-30 18:21:32 -07:00
CtrlRegisterList.h Debugger: Debounce redraws using timers. 2021-12-12 10:22:21 -08:00
Debugger_Disasm.cpp Merge pull request #15402 from unknownbrackets/debugger-highlight 2022-02-13 21:42:43 +01:00
Debugger_Disasm.h Debugger: Cleanup some header pollution. 2022-02-13 07:55:34 -08:00
Debugger_Lists.cpp Debugger: Fix crash on ill-timed breakpoint update. 2021-12-12 10:49:38 -08:00
Debugger_Lists.h
Debugger_MemoryDlg.cpp Debugger: Improve memory search result draw speed. 2022-02-10 20:40:02 -08:00
Debugger_MemoryDlg.h Debugger: Correct delayed symbol listbox updates. 2021-12-31 09:10:40 -08:00
Debugger_VFPUDlg.cpp Also delay-load the VFPU dialog, just because 2021-11-13 22:24:30 +01:00
Debugger_VFPUDlg.h Also delay-load the VFPU dialog, just because 2021-11-13 22:24:30 +01:00
DebuggerShared.cpp
DebuggerShared.h Debugger: Keep pop up menus to ContextMenu only. 2021-10-07 19:53:40 -07:00
DumpMemoryWindow.cpp jit: Lock around changes to the jit pointer. 2021-11-28 10:04:22 -08:00
DumpMemoryWindow.h