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
CodeViewWidget.cpp Qt/Debugger: Implement patch instruction preview 2019-04-27 23:31:19 +02:00
CodeViewWidget.h
CodeWidget.cpp Debugger: Move hiding logic via setHidden() to before setFloating() 2019-04-23 16:20:42 -04:00
CodeWidget.h
JITWidget.cpp Debugger: Move hiding logic via setHidden() to before setFloating() 2019-04-23 16:20:42 -04:00
JITWidget.h
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
NewBreakpointDialog.h
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
RegisterColumn.h
RegisterWidget.cpp Debugger: Move hiding logic via setHidden() to before setFloating() 2019-04-23 16:20:42 -04:00
RegisterWidget.h
WatchWidget.cpp Debugger: Move hiding logic via setHidden() to before setFloating() 2019-04-23 16:20:42 -04:00
WatchWidget.h