summaryrefslogtreecommitdiff
path: root/Source/Core/Common/DebugInterface.h
AgeCommit message (Collapse)Author
2014-03-05Add ClearAllMemChecks to DebugInterfaceLioncash
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-03Change the DebugInterface, PPCDebugInterface, and DSPDebugInterface to use ↵Lioncash
CamelCase names. This is the standard coding convention in the codebase, so our interfaces should use it too.
2014-02-22Make Common/ mostly IWYU clean (and fix errors in rest of the project ↵Pierre Bourdon
detected by this change).
2014-02-10Replace all include guard ifdefs with "#pragma once"lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre