dolphin/Source/Core/Core/Debugger
Lioncash b9aad3310e PowerPC: Move MMU-specifics from PowerPC.h to MMU.h
PowerPC.h at this point is pretty much a general glob of stuff, and it's
unfortunate, since it means pulling in a lot of unrelated header
dependencies and a bunch of other things that don't need to be seen by
things that just want to read memory.

Breaking this out into its own header keeps all the MMU-related stuff
together and also limits the amount of header dependencies being
included (the primary motivation for this being the former reason).
2018-05-17 19:18:55 -04:00
..
Debugger_SymbolMap.cpp PowerPC: Move MMU-specifics from PowerPC.h to MMU.h 2018-05-17 19:18:55 -04:00
Debugger_SymbolMap.h
Dump.cpp Core: Remove unnecessary includes 2017-06-15 18:52:22 -04:00
Dump.h
GCELF.h
PPCDebugInterface.cpp PowerPC: Move MMU-specifics from PowerPC.h to MMU.h 2018-05-17 19:18:55 -04:00
PPCDebugInterface.h DebugInterface: Watches methods added 2018-04-28 17:46:51 +04:00
RSO.cpp PowerPC: Move MMU-specifics from PowerPC.h to MMU.h 2018-05-17 19:18:55 -04:00
RSO.h Generate Symbols From RSO Modules added 2017-04-21 00:32:06 +01:00