dolphin/Source/Core/DolphinWX/Debugger
Jasper St. Pierre dd0aadac97 MemoryWindow: Use p_pFakeVMEM, not the virtual mirror
They point to the same contents, so there's no reason to use the
mirror. This lets us make all the mirrors static.
2014-11-02 16:34:17 -08:00
..
BreakpointDlg.cpp Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
BreakpointDlg.h
BreakpointView.cpp DolphinWX: Fix variable styling in BreakpointView 2014-08-15 09:51:29 -04:00
BreakpointView.h
BreakpointWindow.cpp Breakpoints and watches are now loaded and saved on start/stop. 2014-10-26 14:56:03 +11:00
BreakpointWindow.h Breakpoints and watches are now loaded and saved on start/stop. 2014-10-26 14:56:03 +11:00
CodeView.cpp Debugger: scroll by multiples of 4 bytes 2014-09-18 03:54:57 -07:00
CodeView.h Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
CodeWindow.cpp DolphinWX: Remove unused variable. 2014-10-28 21:02:47 -05:00
CodeWindow.h Disable block linking while debugger stepping or if there are breakpoints 2014-10-26 14:56:02 +11:00
CodeWindowFunctions.cpp Added a RAM Watch window to the debugger 2014-10-26 14:56:02 +11:00
DebuggerPanel.cpp DolphinWX: Use a regular wxMessageBox instead of a PanicAlert for non-panic errors. 2014-08-02 13:49:51 -04:00
DebuggerPanel.h
DebuggerUIUtil.cpp
DebuggerUIUtil.h
DSPDebugWindow.cpp Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
DSPDebugWindow.h
DSPRegisterView.cpp
DSPRegisterView.h Get rid of C-style empty function parameter indicators 2014-08-30 15:23:48 -04:00
JitWindow.cpp Implements LLVM based disassembler for the debugger. 2014-10-24 18:10:21 -05:00
JitWindow.h Implements LLVM based disassembler for the debugger. 2014-10-24 18:10:21 -05:00
MemoryCheckDlg.cpp Remove extra semicolons at the ends of some lines. 2014-09-10 12:17:38 -04:00
MemoryCheckDlg.h Debugger: Fix class indentation 2014-10-18 22:55:23 -04:00
MemoryView.cpp Added "Add to watch" context menu items to the Memory and Register windows. 2014-10-26 14:56:02 +11:00
MemoryView.h
MemoryWindow.cpp MemoryWindow: Use p_pFakeVMEM, not the virtual mirror 2014-11-02 16:34:17 -08:00
MemoryWindow.h Debugger: Fix class indentation 2014-10-18 22:55:23 -04:00
RegisterView.cpp Added a "Delete watch" context menu to the Watch window. 2014-10-26 14:56:03 +11:00
RegisterView.h Added a "Delete watch" context menu to the Watch window. 2014-10-26 14:56:03 +11:00
RegisterWindow.cpp Added "Add to watch" context menu items to the Memory and Register windows. 2014-10-26 14:56:02 +11:00
RegisterWindow.h
WatchView.cpp Fixed a warning in the add memcheck from Watch window 2014-10-31 11:26:17 +11:00
WatchView.h Fixed a crash that would occur if a new watch were added by entering a watch name. 2014-10-26 23:23:45 +11:00
WatchWindow.cpp Breakpoints and watches are now loaded and saved on start/stop. 2014-10-26 14:56:03 +11:00
WatchWindow.h Fixed a crash that would occur if a new watch were added by entering a watch name. 2014-10-26 23:23:45 +11:00