summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Debug
AgeCommit message (Expand)Author
2024-12-15Modernize `std::any_of` with rangesmitaclaw
2024-08-20Remove redundant semicolonsDr. Dystopia
2023-12-12Watches: Make use of std::erase_ifLioncash
2023-06-18Replace std::ostringstream usage with fmt::formatget
2023-04-24Common: Move CodeTrace.cpp/.h into CoreLioncash
2023-04-09PowerPC: Refactor to class, move to System.Admiral H. Curtiss
2023-03-13Core/CPUThreadGuard: Fetch System from Guard.Admiral H. Curtiss
2023-02-15Fix uninitialized variable warnings (C26495)Pokechu22
2023-02-12DolphinQt: Properly lock CPU before accessing emulated memoryJosJuice
2023-02-09Resolve various "no previous declaration" warningsPokechu22
2023-01-27CodeTrace: Avoid ppcState global.Admiral H. Curtiss
2023-01-27PowerPC: Remove PC macro.Admiral H. Curtiss
2023-01-24Common: Replace StringBeginsWith/StringEndsWith with std equivalentsLioncash
2022-12-23Core: add locked state to watchesiwubcode
2022-12-23Core: add ability to add memory patches to the patch engine that will be exec...iwubcode
2022-12-23Core: add helper function to apply a memory patch and mark the 'PPCPatches' a...iwubcode
2022-11-04Merge pull request #10771 from TryTwo/PR_AutoStepAdmiral H. Curtiss
2022-10-26Make SetPatch responsible for overwriting old patchesJoshuaMK
2022-10-23Have UnsetPatch only unset the argument addressJoshuaMK
2022-10-23Fix patch corruption using find_if instead of remove_ifJoshuaMK
2022-10-06MemoryView auto updateDebugger. Implement base codetrace logic. Add register ...TryTwo
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-03-04Watches: Fix Save and Load from stringsSepalani
2020-10-21Common: Move OSThreads into coreLioncash
2020-05-03Debugger: Add a Thread widgetSepalani
2019-12-29Use std::istringstream or std::ostringstream instead of std::stringstream whe...David Korth
2019-07-08Common/Watches: std::move strings where applicableLioncash
2018-06-19Common/MemoryPatches: Silence variable shadowing warningsLioncash
2018-05-29MemoryPatches: In-class initialize is_enabled state for MemoryPatch instancesLioncash
2018-05-29MemoryPatches: std::move std::vector in the constructorLioncash
2018-05-22DebugInterface: MemoryPatches methods addedSepalani
2018-04-28DebugInterface: Watches methods addedSepalani