dolphin/Source/Core/Core/Debugger
Lioncash c792961000 Common: Unify logging namespace with Common
Previously the logging was a in a little bit of a disarray. Some things
were in namespaces, and other things were not.

Given this code will feature a bit of restructuring during the
transition over to fmt, this is a good time to unify it under a single
namespace and also remove functions and types from the global namespace.

Now, all functions and types are under the Common::Log namespace. The
only outliers being, of course, the preprocessor macros.
2019-11-28 05:13:21 -05:00
..
Debugger_SymbolMap.cpp Common: Unify logging namespace with Common 2019-11-28 05:13:21 -05:00
Debugger_SymbolMap.h Common: Unify logging namespace with Common 2019-11-28 05:13:21 -05:00
Dump.cpp Core: Remove unnecessary includes 2017-06-15 18:52:22 -04:00
Dump.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
GCELF.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
PPCDebugInterface.cpp Common/DebugInterface: Mark a few member functions as const 2019-07-09 14:19:40 -04:00
PPCDebugInterface.h Common/DebugInterface: Remove GetInstructionSize() 2019-07-09 14:19:40 -04:00
RSO.cpp SymbolDB: Namespace code under the Common namespace 2018-05-27 18:01:40 -04:00
RSO.h Generate Symbols From RSO Modules added 2017-04-21 00:32:06 +01:00