dolphin/Source/Core/Core/Debugger
mitaclaw 110d32729e Simplify std::find with Common::Contains
In NandPaths.cpp, the `std::initializer_list<char>` of illegal characters has been turned into a `char[]` (similar to the one in GameList.cpp).

The reverse iteration in ResourcePack.cpp seemed to provide no benefits, and doing without it it seemed to have no ill effects.
2025-01-01 09:52:03 -08: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 Core::IsRunning: Avoid Global System Accessor 2024-05-01 08:54:17 -07:00
Debugger_SymbolMap.h IOS::HLE::BluetoothEmuDevice: Remove calls to GetPointer 2024-04-06 21:04:54 +02:00
DebugInterface.h Debugger: fix Run to Here 2024-07-02 18:29:42 +02:00
Dump.cpp
Dump.h
GCELF.h
OSThread.cpp
OSThread.h Remove redundant semicolons 2024-08-20 14:59:54 +02:00
PPCDebugInterface.cpp Simplify std::find with Common::Contains 2025-01-01 09:52:03 -08:00
PPCDebugInterface.h Debugger: fix Run to Here 2024-07-02 18:29:42 +02:00
RSO.cpp Core: Store object name separately for symbols 2024-11-11 12:36:53 -05:00
RSO.h Remove redundant semicolons 2024-08-20 14:59:54 +02:00