summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/Debugger
AgeCommit message (Expand)Author
2023-06-08BreakpointDialog: Pass QString by const reference to invalid_inputLioncash
2023-05-16StringUtil: Move IsPrintableCharacter() into Common namespaceLioncash
2023-04-29Merge pull request #11785 from shuffle2/qtnext3Admiral H. Curtiss
2023-04-25DolphinQt: reset stylesheets on colorSchemeChangedShawn Hoffman
2023-04-25DolphinQt: cache icons instead of single pixmapsShawn Hoffman
2023-04-25DolphinQt: assume QT_VERSION_CHECK >= 6.0.0Shawn Hoffman
2023-04-25Merge pull request #11790 from AdmiralCurtiss/network-widget-workaroundLéo Lam
2023-04-24Common: Move CodeTrace.cpp/.h into CoreLioncash
2023-04-23Qt/NetworkWidget: Don't update if not paused.Admiral H. Curtiss
2023-04-18IOS/WiiSockMan: Move instance to IOS Kernel.Admiral H. Curtiss
2023-04-14Merge pull request #11756 from lioncash/iniAdmiral H. Curtiss
2023-04-14Merge pull request #11687 from Minty-Meeo/warningsLéo Lam
2023-04-13Common/IniFile: Move interface into Common namespaceLioncash
2023-04-10Resolve [-Wunused-lambda-capture]Minty-Meeo
2023-04-09PowerPC: Refactor to class, move to System.Admiral H. Curtiss
2023-04-07DolphinQt: Prevent MemoryViewWidget updates when hiddensowens99
2023-04-05DolphinQt: Avoid ppcState global.Admiral H. Curtiss
2023-04-04DolphinQt: Fix memory leaks in MemoryWidgetMichael Cook (mackal)
2023-03-28PowerPC/MMU: Refactor to class, move to System.Admiral H. Curtiss
2023-03-26JitInterface: Refactor to class, move to System.Admiral H. Curtiss
2023-03-08Core: Add System parameter to CPUThreadGuard.Admiral H. Curtiss
2023-03-08HW/CPU: Refactor to class, move to System.Admiral H. Curtiss
2023-03-07Qt/WatchWidget: Don't update if not paused.Admiral H. Curtiss
2023-02-20Qt/CodeViewWidget: Don't read PC in Update() if we don't have a CPU thread gu...Admiral H. Curtiss
2023-02-20Qt/CodeViewWidget: Don't try to pause emulator in Update() if we happen to be...Admiral H. Curtiss
2023-02-20Debugger: Add string comparison to conditional breakpoints.Seeky
2023-02-17CodeViewWidget: Fix memory leakPokechu22
2023-02-17MemoryViewWidget: Fix memory leaksPokechu22
2023-02-15Fix uninitialized variable warnings (C26495)Pokechu22
2023-02-14Follow-up fixes for "Properly lock CPU before accessing emulated memory"JosJuice
2023-02-12DolphinQt: Only update call stack if pausedJosJuice
2023-02-12DolphinQt: Properly lock CPU before accessing emulated memoryJosJuice
2023-02-09MemoryViewWidget: Fix warning: enumeration value ‘Null’ not handled in sw...Pokechu22
2023-02-09CodeWidget: Fix shadowing warningPokechu22
2023-01-27Debugger: Avoid ppcState global.Admiral H. Curtiss
2023-01-27PowerPC: Move a few functions to PowerPCState.Admiral H. Curtiss
2023-01-27PowerPC: Parametrize CTR macro.Admiral H. Curtiss
2023-01-27PowerPC: Remove rPS macro.Admiral H. Curtiss
2023-01-27PowerPC: Remove GPR macro.Admiral H. Curtiss
2023-01-27PowerPC: Remove PC macro.Admiral H. Curtiss
2023-01-24Common: Replace StringBeginsWith/StringEndsWith with std equivalentsLioncash
2023-01-23DolphinQt: Add i18n comments for strings containing the word "watches"JosJuice
2023-01-09Merge pull request #11365 from iwubcode/cheat_manager_freeze_valueAdmiral H. Curtiss
2023-01-04HW/ProcessorInterface: Refactor to class, move to Core::System.Admiral H. Curtiss
2022-12-24DolphinQt: Add more i18n commentsJosJuice
2022-12-23DolphinQt: add multiselection to WatchWidgetiwubcode
2022-12-23DolphinQt: add lock state to WatchWidgetiwubcode
2022-12-23DolphinQt: cleanup WatchWidgetiwubcode
2022-12-17Fix MemoryViewWidget background colourSketch
2022-12-04Expand conditional breakpoints to memory breakpointsTryTwo