dolphin/Source/Core/DolphinQt/Debugger
booto 2ff0486335 Debugger/Memory: Add support for address spaces
Different address spaces can be chosen in the memory view panel.
 * Effective (or virtual): Probably the view people mostly want. Address
   translation goes through MMU.
 * Auxiliary: ARAM address space. Does not display anything in Wii mode.
 * Physical: Physical address space. Only supports mem1 and mem2 (wii
   mode) so far.
2019-05-02 21:14:30 -04:00
..
BreakpointWidget.cpp Debugger: Move hiding logic via setHidden() to before setFloating() 2019-04-23 16:20:42 -04:00
BreakpointWidget.h Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
CodeViewWidget.cpp Qt/Debugger: Implement patch instruction preview 2019-04-27 23:31:19 +02:00
CodeViewWidget.h Qt/Debugger: Add Show in Code / Show in Memory 2018-12-28 20:30:38 +01:00
CodeWidget.cpp Debugger: Move hiding logic via setHidden() to before setFloating() 2019-04-23 16:20:42 -04:00
CodeWidget.h Qt/Debugger: Add Show in Code / Show in Memory 2018-12-28 20:30:38 +01:00
JITWidget.cpp Debugger: Move hiding logic via setHidden() to before setFloating() 2019-04-23 16:20:42 -04:00
JITWidget.h Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
MemoryViewWidget.cpp Debugger/Memory: Add support for address spaces 2019-05-02 21:14:30 -04:00
MemoryViewWidget.h Debugger/Memory: Add support for address spaces 2019-05-02 21:14:30 -04:00
MemoryWidget.cpp Debugger/Memory: Add support for address spaces 2019-05-02 21:14:30 -04:00
MemoryWidget.h Debugger/Memory: Add support for address spaces 2019-05-02 21:14:30 -04:00
NewBreakpointDialog.cpp Qt: Use ModalMessageBox everywhere 2019-03-04 21:53:02 +01:00
NewBreakpointDialog.h Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
PatchInstructionDialog.cpp Qt/Debugger: Implement patch instruction preview 2019-04-27 23:31:19 +02:00
PatchInstructionDialog.h Qt/Debugger: Implement patch instruction preview 2019-04-27 23:31:19 +02:00
RegisterColumn.cpp Qt: Use ModalMessageBox everywhere 2019-03-04 21:53:02 +01:00
RegisterColumn.h Zero-initialize CPU state and register view 2018-10-10 00:04:02 +01:00
RegisterWidget.cpp Debugger: Move hiding logic via setHidden() to before setFloating() 2019-04-23 16:20:42 -04:00
RegisterWidget.h Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
WatchWidget.cpp Debugger: Move hiding logic via setHidden() to before setFloating() 2019-04-23 16:20:42 -04:00
WatchWidget.h Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00