dolphin/Source/Core/DolphinWX/Debugger
Lioncash 7baabe99d1 Host: Get rid of Host_SetStartupDebuggingParameters()
This is something that should be the responsibility of the frontend
booting the game. Making this part of the host 'interface' inherently
requires frontends to leak internal details (much like the other
UI-related functions in the interface).

This also decouples more behavior from the debugger and the
initialization process in the wx frontend. This also eliminates several
usages of the parent menubar in the debugger code window.
2017-05-14 19:12:59 -04: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 Common: Move BreakPoints into Core 2017-01-10 05:24:44 -05:00
BreakpointWindow.h
CodeView.cpp
CodeView.h
CodeWindow.cpp Host: Get rid of Host_SetStartupDebuggingParameters() 2017-05-14 19:12:59 -04:00
CodeWindow.h Host: Get rid of Host_SetStartupDebuggingParameters() 2017-05-14 19:12:59 -04:00
CodeWindowFunctions.cpp Merge pull request #5140 from sepalani/signature_db 2017-05-02 19:23:46 -04: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 DSPCore: Convert the DSPCoreState enum into an enum class 2017-02-06 11:47:19 -05: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
JitWindow.cpp UICommon: Make GetNewDisassembler() return a unique_ptr 2017-03-02 21:26:17 -05:00
JitWindow.h
MemoryCheckDlg.cpp Unify memory breakpoint strings 2017-05-07 20:55:34 +02:00
MemoryCheckDlg.h Update the breakpoint list after an add from the parent 2017-01-02 15:39:21 -05:00
MemoryView.cpp Frame: Normalize member names 2017-05-01 05:13:19 -04:00
MemoryView.h MemoryView: Separate memory string composition from OnPaint 2017-01-15 12:13:08 -05:00
MemoryWindow.cpp Unify memory breakpoint strings 2017-05-07 20:55:34 +02:00
MemoryWindow.h MemoryWindow: Remove unused member variable 2017-04-30 06:35:59 -04:00
RegisterView.cpp Frame: Normalize member names 2017-05-01 05:13:19 -04:00
RegisterView.h
RegisterWindow.cpp
RegisterWindow.h
WatchView.cpp Frame: Normalize member names 2017-05-01 05:13:19 -04:00
WatchView.h
WatchWindow.cpp
WatchWindow.h