ppsspp/Windows/Debugger
2024-11-05 12:53:21 +01:00
..
BreakpointWindow.cpp Added a new window class 2023-07-08 22:39:58 +03:00
BreakpointWindow.h Debugger: Windows UI for memory bp conditions. 2023-04-12 01:07:56 -07:00
CtrlDisAsmView.cpp Start moving the CPU debug-step logic to Core.cpp 2024-11-03 17:54:51 +01:00
CtrlDisAsmView.h Decouple the last part of step() 2024-11-03 17:54:54 +01:00
CtrlMemView.cpp Split Core_EnableStepping into Core_Break and Core_Resume 2024-11-03 17:53:42 +01:00
CtrlMemView.h Replace a LOT of sprintf with snprintf, and a few strcpy with truncate_cpy 2023-04-28 21:04:05 +02:00
CtrlRegisterList.cpp [Common/Core/Windows] Removed excess check pointer before delete or free() 2024-09-17 11:34:42 +02:00
CtrlRegisterList.h Replace a LOT of sprintf with snprintf, and a few strcpy with truncate_cpy 2023-04-28 21:04:05 +02:00
Debugger_Disasm.cpp Don't block the render thread while the CPU is paused. This is a prereq for imgui debuggers. 2024-11-05 12:53:21 +01:00
Debugger_Disasm.h Better notification mechanism to scroll the disasm window after step 2024-11-03 17:54:55 +01:00
Debugger_Lists.cpp Fix crash in debugger after unloading the game. 2023-12-13 22:00:55 +01:00
Debugger_Lists.h Debugger: Accept format for watches. 2023-04-09 16:39:25 -07:00
Debugger_MemoryDlg.cpp Log: Split out StdioListener from ConsoleListener, making the second Win32-only. 2024-07-21 13:55:40 +02:00
Debugger_MemoryDlg.h Fixed return copies from functions and const ref params 2024-04-02 18:37:00 +03:00
Debugger_VFPUDlg.cpp Replace a LOT of sprintf with snprintf, and a few strcpy with truncate_cpy 2023-04-28 21:04:05 +02:00
Debugger_VFPUDlg.h Combine two minor fixes by GermanAizek 2024-04-04 20:57:51 +02:00
DebuggerShared.cpp Windows inputbox: Add flags field, delete dupe code, add ability to mask passwords 2024-09-26 10:48:31 +02:00
DebuggerShared.h Add disasm event WM_DEB_AFTEREVENT 2024-11-03 17:54:54 +01:00
DumpMemoryWindow.cpp Split Core_EnableStepping into Core_Break and Core_Resume 2024-11-03 17:53:42 +01:00
DumpMemoryWindow.h Windows: Make memory dump long path friendly. 2020-01-04 10:32:48 -08:00
EditSymbolsWindow.cpp Scan/remove -> edit symbols 2023-07-17 16:38:24 +03:00
EditSymbolsWindow.h Scan/remove -> edit symbols 2023-07-17 16:38:24 +03:00
WatchItemWindow.cpp Debugger: Accept format for watches. 2023-04-09 16:39:25 -07:00
WatchItemWindow.h Debugger: Accept format for watches. 2023-04-09 16:39:25 -07:00