summaryrefslogtreecommitdiff
path: root/Source/Core/Common/DebugInterface.h
AgeCommit message (Expand)Author
2022-03-17Gekko constistancy changes. Add context item to codeview to show or copy a lo...TryTwo
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2020-05-03Debugger: Add a Thread widgetSepalani
2019-07-09Common/DebugInterface: Remove GetInstructionSize()Lioncash
2019-07-09Common/DebugInterface: Mark a few member functions as constLioncash
2019-07-09Common/DebugInterface: Make return value of GetColor() a u32Lioncash
2019-07-08Common/DebugInterface: Use forward declarations where applicableLioncash
2019-07-08Common/DebugInterface: Use u32 instead of unsigned int consistentlyLioncash
2019-07-08Common/DebugInterface: Default virtual destructorLioncash
2019-07-08Common/Watches: std::move strings where applicableLioncash
2018-07-09Common/DebugInterface: Namespace code under the Common namespaceLioncash
2018-05-22DebugInterface: MemoryPatches methods addedSepalani
2018-04-28DebugInterface: Watches methods addedSepalani
2018-04-12Reformat all the things!spycrab
2017-10-05DebugInterface: Rename InsertBLR to PatchSepalani
2017-03-18Fix memory breakpoint when checking the middle of the dataaldelaro5
2016-10-07DebugInterface: Make GetRawMemoryString return a std::stringLioncash
2016-09-10Add options read, write and log when toggling a breakpointaldelaro5
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-01-21Common: asterisks go against the type namemathieui
2015-05-25Add missing license headersTillmann Karras
2015-04-24Use a fake exception to exit early in case of memory breakpoints.comex
2014-10-26Added a RAM Watch window to the debuggerskidau
2014-08-15Core: Kill off Host_ShowJitResultsLioncash
2014-08-04Common: Introduce the new Gekko disassembler to Common.Lioncash
2014-03-05Add ClearAllMemChecks to DebugInterfaceLioncash
2014-03-03Change the DebugInterface, PPCDebugInterface, and DSPDebugInterface to use Ca...Lioncash
2014-02-22Make Common/ mostly IWYU clean (and fix errors in rest of the project detecte...Pierre Bourdon
2014-02-10Replace all include guard ifdefs with "#pragma once"lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre