ppsspp/Core/Debugger
Unknown W. Brackets 9155cd7491 Debugger: Reduce meminfo block check hazard.
If a debugger (i.e. the memory view) checks for memory block info while a
save state is being loaded, it can crash.  This was already rare, but this
change makes it significantly rarer.

Of course, it's still possible without a mutex, but I'm wanting to avoid
slowing down the lookups as they are used at runtime within emulation.
2021-12-04 14:51:02 -08:00
..
WebSocket jit: Lock around changes to the jit pointer. 2021-11-28 10:04:22 -08:00
Breakpoints.cpp jit: Lock around changes to the jit pointer. 2021-11-28 10:04:22 -08:00
Breakpoints.h Debugger: Keep char *s for memchecks. 2021-02-20 16:16:43 -08:00
DebugInterface.h Move math and some file and data conversion files out from native to Common. 2020-10-04 09:12:46 +02:00
DisassemblyManager.cpp Debugger: Try harder to validate UTF-8. 2021-04-23 23:24:47 -07:00
DisassemblyManager.h Debugger: Show string in status bar for li, etc. 2021-04-21 23:50:59 -07:00
MemBlockInfo.cpp Debugger: Reduce meminfo block check hazard. 2021-12-04 14:51:02 -08:00
MemBlockInfo.h Debugger: Add APIs to set/list/search mem tags. 2021-04-06 12:09:39 -07:00
SymbolMap.cpp Debugger: Speed up GetFunctionSize(). 2021-12-04 14:49:50 -08:00
SymbolMap.h Introduce Path, start using it all over the place. 2021-05-13 10:39:16 +02:00
WebSocket.cpp Debugger: Add initial GPU stats shell. 2021-10-19 10:01:40 -07:00
WebSocket.h Debugger: Disconnect on shutdown/disable. 2018-06-08 06:59:16 -07:00