dolphin/Source/Core/DolphinWX/Debugger
aldelaro5 09df343247 Move Memchecks support out of debug only builds
It wouldn't impact performance until at least one memcheck is enabled.  Because of this, it can be used in release builds without much impact, the only thing that woudl change is the use of HasAny method instead of preprocessor conditionals.  Since the perforamnce decrease comes right when the first memcheck is added and restored when the last is removed, it basically is all beneficial and works the same way.
2016-09-09 15:05:54 -04:00
..
BreakpointDlg.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
BreakpointDlg.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
BreakpointView.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
BreakpointView.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
BreakpointWindow.cpp Move Memchecks support out of debug only builds 2016-09-09 15:05:54 -04:00
BreakpointWindow.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
CodeView.cpp Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
CodeView.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
CodeWindow.cpp Merge pull request #4013 from leoetlino/wx-assert-fix 2016-09-09 17:27:07 +02:00
CodeWindow.h Drop Dolphin-specific patch to wxWindows 2016-09-07 15:15:09 +02:00
CodeWindowFunctions.cpp Fix the breakpoint list not updating after adding a memory check via the memory view. 2016-08-11 15:38:17 -04:00
DebuggerPanel.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
DebuggerPanel.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
DebuggerUIUtil.cpp Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
DebuggerUIUtil.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
DSPDebugWindow.cpp Drop Dolphin-specific patch to wxWindows 2016-09-07 15:15:09 +02:00
DSPDebugWindow.h Drop Dolphin-specific patch to wxWindows 2016-09-07 15:15:09 +02:00
DSPRegisterView.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
DSPRegisterView.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
JitWindow.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
JitWindow.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
MemoryCheckDlg.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
MemoryCheckDlg.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
MemoryView.cpp Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
MemoryView.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
MemoryWindow.cpp Fix the breakpoint list not updating after adding a memory check via the memory view. 2016-08-11 15:38:17 -04:00
MemoryWindow.h Fix the breakpoint list not updating after adding a memory check via the memory view. 2016-08-11 15:38:17 -04:00
RegisterView.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
RegisterView.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
RegisterWindow.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
RegisterWindow.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
WatchView.cpp Move Memchecks support out of debug only builds 2016-09-09 15:05:54 -04:00
WatchView.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
WatchWindow.cpp Drop Dolphin-specific patch to wxWindows 2016-09-07 15:15:09 +02:00
WatchWindow.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00