dolphin/Source/Core/DolphinWX/Debugger
Lioncash 5ada887f94 DolphinWX: Get rid of wxGrid-based casts in the debugger.
This technically also fixes a memory leak in WatchView.cpp, because the table setting was done such that the grid wouldn't take ownership of the table, which means said table wouldn't be deleted in the grid's destructor.
2015-03-24 14:09:33 -04:00
..
BreakpointDlg.cpp
BreakpointDlg.h
BreakpointView.cpp
BreakpointView.h
BreakpointWindow.cpp
BreakpointWindow.h
CodeView.cpp DolphinWX/Globals: Variable naming consistency 2014-12-20 21:43:11 -05:00
CodeView.h
CodeWindow.cpp Added the ability to split the Debugger window horizontally and vertically via the Add Panes menu. 2015-03-07 12:33:33 +11:00
CodeWindow.h DolphinWX: Relocate the address search into the code window 2015-02-25 00:16:17 -05:00
CodeWindowFunctions.cpp DolphinWX/Globals: Variable naming consistency 2014-12-20 21:43:11 -05:00
DebuggerPanel.cpp DolphinWX: Change Enable(false) calls into Disable() where possible 2015-02-14 16:00:15 -05:00
DebuggerPanel.h
DebuggerUIUtil.cpp
DebuggerUIUtil.h
DSPDebugWindow.cpp DolphinWX: Remove unnecessary control IDs 2015-02-24 08:31:52 -05:00
DSPDebugWindow.h DolphinWX: Remove unnecessary control IDs 2015-02-24 08:31:52 -05:00
DSPRegisterView.cpp DolphinWX: Get rid of wxGrid-based casts in the debugger. 2015-03-24 14:09:33 -04:00
DSPRegisterView.h DolphinWX: Get rid of wxGrid-based casts in the debugger. 2015-03-24 14:09:33 -04:00
JitWindow.cpp Improve the LLVM disassembler in the debug window. 2015-01-18 15:31:40 -06:00
JitWindow.h
MemoryCheckDlg.cpp
MemoryCheckDlg.h
MemoryView.cpp Make address translation respect the CPU translation mode. 2015-02-11 13:56:22 -08:00
MemoryView.h
MemoryWindow.cpp Make address translation respect the CPU translation mode. 2015-02-11 13:56:22 -08:00
MemoryWindow.h
RegisterView.cpp DolphinWX: Get rid of wxGrid-based casts in the debugger. 2015-03-24 14:09:33 -04:00
RegisterView.h DolphinWX: Get rid of wxGrid-based casts in the debugger. 2015-03-24 14:09:33 -04:00
RegisterWindow.cpp DolphinWX: Remove unnecessary control IDs 2015-02-24 08:31:52 -05:00
RegisterWindow.h DolphinWX: Remove unnecessary control IDs 2015-02-24 08:31:52 -05:00
WatchView.cpp DolphinWX: Get rid of wxGrid-based casts in the debugger. 2015-03-24 14:09:33 -04:00
WatchView.h DolphinWX: Get rid of wxGrid-based casts in the debugger. 2015-03-24 14:09:33 -04:00
WatchWindow.cpp DolphinWX: Remove an unnecessary sizer from the watch window 2015-02-26 09:58:38 -05:00
WatchWindow.h DolphinWX: Get rid of wxGrid-based casts in the debugger. 2015-03-24 14:09:33 -04:00