ppsspp/Core/Debugger
Henrik Rydgård fd9daf7594 Fix some minor issues found by --sanitize. Add --sanitizeub.
Unfortunately the ub (undefined behavior) sanitizer has some bugs, it doesn't
understand pointers to member functions, so can't use it in-game (due to the
vertex decoder).

Thanks Nemoumbra for the reminder.
2024-07-22 11:37:18 +02:00
..
WebSocket Log: Split out StdioListener from ConsoleListener, making the second Win32-only. 2024-07-21 13:55:40 +02:00
Breakpoints.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
Breakpoints.h Fixed return copies from functions and const ref params 2024-04-02 18:37:00 +03:00
DebugInterface.h Debugger: Make reg names safer, stop using v000. 2023-04-29 09:48:33 -07:00
DisassemblyManager.cpp [Core/Debugger/FileLoaders/FileSystems/MIPS] Using reserve if possible 2023-12-15 13:59:19 +03:00
DisassemblyManager.h [Core/Dialog/ELF/FileSystems/HLE/HW/Util] Added const reference for function params 2023-12-14 14:22:24 +03:00
MemBlockInfo.cpp Fix some minor issues found by --sanitize. Add --sanitizeub. 2024-07-22 11:37:18 +02:00
MemBlockInfo.h Debugger: Use dedicated func to notify mem copy. 2023-09-24 19:07:36 -07:00
SymbolMap.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
SymbolMap.h Remove symbol-map related functions from Host 2023-03-24 18:08:31 +01:00
WebSocket.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
WebSocket.h Common: Rename Download to Request, and the old Request to ServerRequest. 2023-07-21 22:12:00 +02:00