dolphin/Source/Core/DolphinWX/Debugger
Lioncash ffcf107dd2 PowerPC: Make the PowerPCState's msr member variable a UReg_MSR instance
Gets rid of the need to construct UReg_MSR values around the the actual
member in order to query information from it (without using shifts and
masks). This makes it more concise in some areas, while helping with
readability in some other places (such as copying the ILE bit to the LE
bit in the exception checking functions).
2018-05-05 17:59:30 -04:00
..
AssemblerEntryDialog.cpp CodeView: Assemble menu item added 2017-06-03 20:21:25 +01:00
AssemblerEntryDialog.h CodeView: Assemble menu item added 2017-06-03 20:21:25 +01:00
BreakpointDlg.cpp Common: Move BreakPoints into Core 2017-01-10 05:24:44 -05:00
BreakpointDlg.h Update the breakpoint list after an add from the parent 2017-01-02 15:39:21 -05:00
BreakpointView.cpp BreakPoints: Rename variables 2017-01-11 10:08:11 -05:00
BreakpointView.h
BreakpointWindow.cpp Wx: Implement the new debugger icons 2018-04-14 17:22:04 -04:00
BreakpointWindow.h Wx: Implement the new debugger icons 2018-04-14 17:22:04 -04:00
CodeView.cpp Make strings more consistent between DolphinWX and DolphinQt2 2018-03-19 18:52:46 +01:00
CodeView.h Reformat all the things! 2018-04-12 21:28:39 +02:00
CodeWindow.cpp Wx: Implement the new debugger icons 2018-04-14 17:22:04 -04:00
CodeWindow.h WX/Debugger: Clean up event handling 2017-07-31 17:31:26 +08:00
CodeWindowFunctions.cpp SymbolDB: Blank stripped symbol name fixed 2017-08-16 04:07:19 +01:00
DebuggerPanel.cpp Remove more seemingly unused debug UI strings 2017-04-23 12:39:00 +02:00
DebuggerPanel.h
DebuggerUIUtil.cpp
DebuggerUIUtil.h
DSPDebugWindow.cpp fix various instances of -1 being assigned to unsigned types 2017-06-07 19:52:07 -07:00
DSPDebugWindow.h DSP: Namespace remaining un-namespaced DSP code 2016-12-31 17:20:14 -05:00
DSPRegisterView.cpp DSP: Namespace remaining un-namespaced DSP code 2016-12-31 17:20:14 -05:00
DSPRegisterView.h General: Remove unnecessary semicolons 2017-07-30 16:39:53 -04:00
JitWindow.cpp DolphinWX: Enable branch following in the JIT debug interface. 2017-09-02 13:05:58 +02:00
JitWindow.h
MemoryCheckDlg.cpp Tweak Qt debugger strings to be more translation friendly 2018-01-21 16:33:46 +01:00
MemoryCheckDlg.h Update the breakpoint list after an add from the parent 2017-01-02 15:39:21 -05:00
MemoryView.cpp DolphinWx: Prevent a crash on Copy hex 2018-04-27 09:53:11 +04:00
MemoryView.h MemoryView: Separate memory string composition from OnPaint 2017-01-15 12:13:08 -05:00
MemoryWindow.cpp MemoryWindow: base address search added 2017-08-12 18:22:30 +01:00
MemoryWindow.h MemoryWindow: Remove unused member variable 2017-04-30 06:35:59 -04:00
RegisterView.cpp PowerPC: Make the PowerPCState's msr member variable a UReg_MSR instance 2018-05-05 17:59:30 -04:00
RegisterView.h debugger: Add the XER to the register view 2017-12-01 05:31:41 -05:00
RegisterWindow.cpp
RegisterWindow.h
WatchView.cpp Make GUI strings more consistent 2017-11-02 14:32:16 +01:00
WatchView.h General: Remove unnecessary semicolons 2017-07-30 16:39:53 -04:00
WatchWindow.cpp Wx: Implement the new debugger icons 2018-04-14 17:22:04 -04:00
WatchWindow.h Wx: Implement the new debugger icons 2018-04-14 17:22:04 -04:00