dolphin/Source/Core/Core/Debugger
magumagu ac54c6a4e2 Make address translation respect the CPU translation mode.
The PowerPC CPU has bits in MSR (DR and IR) which control whether
addresses are translated. We should respect these instead of mixing
physical addresses and translated addresses into the same address space.

This is mostly mass-renaming calls to memory accesses APIs from places
which expect address translation to use a different version from those
which do not expect address translation.

This does very little on its own, but it's the first step to a correct BAT
implementation.
2015-02-11 13:56:22 -08:00
..
Debugger_SymbolMap.cpp Make address translation respect the CPU translation mode. 2015-02-11 13:56:22 -08:00
Debugger_SymbolMap.h Fix build failing when disabling precompiled headers. 2014-09-19 18:17:51 -04:00
Dump.cpp Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
Dump.h Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
GCELF.h Core: Get rid of C-style struct typedefs 2014-08-09 21:58:08 -04:00
PPCDebugInterface.cpp Make address translation respect the CPU translation mode. 2015-02-11 13:56:22 -08:00
PPCDebugInterface.h Added a RAM Watch window to the debugger 2014-10-26 14:56:02 +11:00