summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/Debugger/CodeWidget.cpp
AgeCommit message (Expand)Author
2025-11-04Debugger: Ignore bctr when stepping outVampireFlower
2025-07-27PPCSymbolDB: Don't return non-const pointersJosJuice
2025-07-15CodeWidget: Add button that prevents automatic updates to the address, such a...TryTwo
2025-06-22Merge pull request #13765 from TryTwo/CodeWidget_clear_unusedJMC47
2025-06-22Merge pull request #13691 from TryTwo/PR_NotesJMC47
2025-06-20CodeWidget: Clear calls and callers box if there is no symbol, otherwise outd...TryTwo
2025-06-19Debugger CodeWidget : Add search box for notes.TryTwo
2025-06-14Source: Remove redundant lambda parameter listsDr. Dystopia
2025-06-07DolphinQt: Replace widespread SetQWidgetWindowDecorations calls with an event...Jordan Woyak
2025-05-17Merge pull request #13190 from tygyh/Move-to-inner-scope-DolphinQTJordan Woyak
2025-03-29[Debugger] CTRL+G support in code and memory viewNitch2024
2025-03-26Move variables to inner scopetygyh
2025-03-21CodeWidget: Layout tweak. Give left-side widgets more vertical space by movin...TryTwo
2024-11-11Core: Store object name separately for symbolsAmber Brault
2024-10-19DolphinQt: JIT Widget Refreshmitaclaw
2024-09-20DolphinQt: A Ubiquitous Signal For When Breakpoints Changemitaclaw
2024-08-31BranchWatchDialog: Listen For `clicked` Signal Rather Than `pressed`mitaclaw
2024-07-05Debugger: Rework temporary breakpointsMartino Fontana
2024-07-02Debugger: Small other cleanupMartino Fontana
2024-05-25BranchWatchDialog: Resolve Linux FIXMEmitaclaw
2024-04-08Core::GetState: Avoid Global System Accessormitaclaw
2024-03-28DolphinQt: A Ubiquitous Signal For When Symbols Changemitaclaw
2024-03-13PPCSymbolDB: Move instance to PowerPCManagermitaclaw
2024-03-07BranchWatchDialog: Fix Misc. Erratamitaclaw
2024-03-02Merge pull request #12359 from mitaclaw/code-diff-dialog-refreshAdmiral H. Curtiss
2024-02-27CodeWidget: Simplify Case-Insensitive Containsmitaclaw
2024-02-27BranchWatchDialog: A Total Replacement for CodeDiffDialogmitaclaw
2023-12-18Core/Debugger_SymbolMap: Remove redundant system parameters from interfaceLioncache
2023-08-12DolphinQt: Set window decorations for all top-level QWidgets.Admiral H. Curtiss
2023-04-25DolphinQt: reset stylesheets on colorSchemeChangedShawn Hoffman
2023-04-09PowerPC: Refactor to class, move to System.Admiral H. Curtiss
2023-04-05DolphinQt: Avoid ppcState global.Admiral H. Curtiss
2023-03-28PowerPC/MMU: 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-02-12DolphinQt: Only update call stack if pausedJosJuice
2023-02-12DolphinQt: Properly lock CPU before accessing emulated memoryJosJuice
2023-02-09CodeWidget: Fix shadowing warningPokechu22
2023-01-27Debugger: Avoid ppcState global.Admiral H. Curtiss
2023-01-27PowerPC: Parametrize CTR macro.Admiral H. Curtiss
2023-01-27PowerPC: Remove PC macro.Admiral H. Curtiss
2022-12-01Fix code widget not becoming visible when selecting 'view code' or similarPokechu22
2022-10-12Remove most uses of StringFromFormat in favor of fmtPokechu22
2022-09-28Debugger/CodeWidget: Update callstack/callers/calls on symbol changesPokechu22
2022-07-05Debugger CodeWidget: Add filter boxes to callstack, function calls, and funct...TryTwo
2022-03-26implement CodeDiffTool Featuredreamsyntax
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-02-14CodeViewWidget: Add WithDetailedUpdate to update CodeWidgetSepalani
2020-09-12DolphinQt: fix other widgets that use lambdas (capturing this) without settin...iwubcode
2020-03-20Qt/CodeWidget: Typo in settings key.Admiral H. Curtiss