dolphin/Source/Core/DolphinQt2/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
..
BreakpointWidget.cpp Merge pull request #6851 from lioncash/usage 2018-05-14 19:18:05 +02:00
BreakpointWidget.h Qt/debugger: recenter the code widget when selecting a breakpoint 2018-05-12 19:04:37 -04:00
CodeViewWidget.cpp PowerPC: Move MMU-specifics from PowerPC.h to MMU.h 2018-05-17 19:18:55 -04:00
CodeViewWidget.h CodeViewWidget: Get rid of magic values in OnInsertBLR() and OnInsertNOP() 2018-05-13 18:33:51 -04:00
CodeWidget.cpp PowerPC: Move MMU-specifics from PowerPC.h to MMU.h 2018-05-17 19:18:55 -04:00
CodeWidget.h Qt/debugger: Don't update the symbols list unnecessarily 2018-05-12 19:15:26 -04:00
JITWidget.cpp Qt/Debugger: Implement "JIT" widget 2018-05-11 18:10:35 +02:00
JITWidget.h Qt/Debugger: Implement "JIT" widget 2018-05-11 18:10:35 +02:00
MemoryViewWidget.cpp PowerPC: Move MMU-specifics from PowerPC.h to MMU.h 2018-05-17 19:18:55 -04:00
MemoryViewWidget.h Qt/Debugger: Implement "Memory" widget 2018-04-04 13:43:30 +02:00
MemoryWidget.cpp DolphinQt2/MemoryWidget: Use QString's toUtf8() where applicable instead of toStdString() 2018-05-10 22:10:45 -04:00
MemoryWidget.h Qt/Debugger: Implement "Memory" widget 2018-04-04 13:43:30 +02:00
NewBreakpointDialog.cpp Qt/NewBreakpointDialog: Fix radio button weirdness 2018-01-31 19:28:44 +01:00
NewBreakpointDialog.h Qt/Debugger: Implement "Breakpoints" window 2017-12-28 19:08:38 +01:00
RegisterColumn.cpp Reformat all the things! 2018-04-12 21:28:39 +02:00
RegisterColumn.h Use double instead of float for FPRs 2018-01-13 19:33:11 +09:00
RegisterWidget.cpp Qt/Debugger: Update the register view properly on pause and step 2018-05-12 19:15:24 -04:00
RegisterWidget.h Fix 64bit registers that are not displayed correctly 2018-01-13 16:21:32 +09:00
WatchWidget.cpp PowerPC: Move MMU-specifics from PowerPC.h to MMU.h 2018-05-17 19:18:55 -04:00
WatchWidget.h Qt: Use new debugger icons 2018-04-13 20:40:41 +02:00