dolphin/Source/Core/Core/Debugger
JosJuice 9f32562e36 PPCSymbolDB: Don't return non-const pointers
For thread safety, we shouldn't return any pointers or references that
can be used to mutate the state of the PPCSymbolDB. This should be the
final part of making PPCSymbolDB thread safe unless I've missed
something.
2025-07-27 17:03:57 +02:00
..
BranchWatch.cpp Modernize std::for_each with ranges 2024-10-10 00:53:48 -07:00
BranchWatch.h Branch Watch Tool: New Conditional Branch Inspection Tools 2024-08-31 15:37:34 -07:00
CodeTrace.cpp Simplify std::find with Common::Contains 2025-01-01 09:52:03 -08:00
CodeTrace.h
Debugger_SymbolMap.cpp PPCSymbolDB: Don't return non-const pointers 2025-07-27 17:03:57 +02:00
Debugger_SymbolMap.h IOS::HLE::BluetoothEmuDevice: Remove calls to GetPointer 2024-04-06 21:04:54 +02:00
DebugInterface.h PPCSymbolDB: Don't return non-const pointers 2025-07-27 17:03:57 +02:00
Dump.cpp
Dump.h
GCELF.h
OSThread.cpp
OSThread.h Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00
PPCDebugInterface.cpp PPCSymbolDB: Don't return non-const pointers 2025-07-27 17:03:57 +02:00
PPCDebugInterface.h PPCSymbolDB: Don't return non-const pointers 2025-07-27 17:03:57 +02:00
RSO.cpp PPCSymbolDB: Don't return non-const pointers 2025-07-27 17:03:57 +02:00
RSO.h Remove redundant semicolons 2024-08-20 14:59:54 +02:00