dolphin-emulator/Source/Core/Common
Lioncash 610a6f9b23 Add ClearAllMemChecks to DebugInterface
Breakpoints have one, but memchecks don't, despite being cleared directly in the breakpoint window.

Now DolphinWX should call the interface functions and not the direct functions of the breakpoints or memchecks for clearing.
2014-03-05 21:50:23 -05:00
..
Crypto Crypto: small cleanup 2014-02-28 12:43:22 +01:00
ArmCPUDetect.cpp Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
ArmEmitter.cpp ArmEmitter: make it more readable 2014-02-28 12:43:22 +01:00
ArmEmitter.h Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00
Atomic.h Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
Atomic_GCC.h Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
Atomic_Win32.h Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
BreakPoints.cpp Change the DebugInterface, PPCDebugInterface, and DSPDebugInterface to use CamelCase names. 2014-03-03 00:39:08 -05:00
BreakPoints.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
CDUtils.cpp Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00
CDUtils.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
ChunkFile.h Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
CMakeLists.txt Make our architecture defines less stupid. 2014-03-04 09:36:59 -06:00
ColorUtil.cpp Fix more header sorting issues in Common/ (now check-includes clean). 2014-02-20 01:01:10 +01:00
ColorUtil.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
Common.h Make our architecture defines less stupid. 2014-03-04 09:36:59 -06:00
Common.vcxproj Allow VS builds to be speedy again. 2014-03-05 11:17:14 -08:00
Common.vcxproj.filters Allow VS builds to be speedy again. 2014-03-05 11:17:14 -08:00
CommonFuncs.h Make our architecture defines less stupid. 2014-03-04 09:36:59 -06:00
CommonPaths.h Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
CommonTypes.h Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
ConsoleListener.cpp Revert "Merge pull request #83 from lioncash/remove-console" 2014-02-23 07:48:06 +01:00
ConsoleListener.h Revert "Merge pull request #83 from lioncash/remove-console" 2014-02-23 07:48:06 +01:00
CPUDetect.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
DebugInterface.h Add ClearAllMemChecks to DebugInterface 2014-03-05 21:50:23 -05:00
ExtendedTrace.cpp Make our architecture defines less stupid. 2014-03-04 09:36:59 -06:00
ExtendedTrace.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
FifoQueue.h Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
FileSearch.cpp Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
FileSearch.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
FileUtil.cpp Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
FileUtil.h Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
FixedSizeQueue.h Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
FPURoundMode.h commit 1a428de189 introduced a bug by using a signed enum in a bitfield, the value of which is then used in a ldmxcsr instruction. The sign-extension corrupts the value, causing an exception by attempting to load mxcsr with an invalid value. 2014-03-05 10:19:29 -08:00
GenericFPURoundMode.cpp Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00
Hash.cpp Make our architecture defines less stupid. 2014-03-04 09:36:59 -06:00
Hash.h Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
IniFile.cpp Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00
IniFile.h Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
LinearDiskCache.h Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
Log.h Second and final pass of clearing out tabs. 2014-02-17 02:19:41 -05:00
LogManager.cpp Revert "Merge pull request #83 from lioncash/remove-console" 2014-02-23 07:48:06 +01:00
LogManager.h Revert "Merge pull request #83 from lioncash/remove-console" 2014-02-23 07:48:06 +01:00
make_scmrev.h.js Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
MathUtil.cpp Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
MathUtil.h Make our architecture defines less stupid. 2014-03-04 09:36:59 -06:00
MemArena.cpp Make our architecture defines less stupid. 2014-03-04 09:36:59 -06:00
MemArena.h Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
MemoryUtil.cpp Make our architecture defines less stupid. 2014-03-04 09:36:59 -06:00
MemoryUtil.h Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
Misc.cpp Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
MsgHandler.cpp Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
MsgHandler.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
NandPaths.cpp Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
NandPaths.h Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
SCMRevGen.vcxproj Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
SDCardUtil.cpp Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
SDCardUtil.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
SettingsHandler.cpp Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
SettingsHandler.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
stdafx.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
stdafx.h Fix more header sorting issues in Common/ (now check-includes clean). 2014-02-20 01:01:10 +01:00
StdConditionVariable.h Make our architecture defines less stupid. 2014-03-04 09:36:59 -06:00
StdMutex.h Make our architecture defines less stupid. 2014-03-04 09:36:59 -06:00
StdThread.h Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
StringUtil.cpp Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
StringUtil.h Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
SymbolDB.cpp Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
SymbolDB.h Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
SysConf.cpp Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
SysConf.h Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
Thread.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
Thread.h Fix more header sorting issues in Common/ (now check-includes clean). 2014-02-20 01:01:10 +01:00
Timer.cpp Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
Timer.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
Version.cpp Make our architecture defines less stupid. 2014-03-04 09:36:59 -06:00
x64ABI.cpp Make our architecture defines less stupid. 2014-03-04 09:36:59 -06:00
x64ABI.h Make our architecture defines less stupid. 2014-03-04 09:36:59 -06:00
x64Analyzer.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
x64Analyzer.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
x64CPUDetect.cpp Make our architecture defines less stupid. 2014-03-04 09:36:59 -06:00
x64Emitter.cpp Make our architecture defines less stupid. 2014-03-04 09:36:59 -06:00
x64Emitter.h Make our architecture defines less stupid. 2014-03-04 09:36:59 -06:00
x64FPURoundMode.cpp Make our architecture defines less stupid. 2014-03-04 09:36:59 -06:00