summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/Debugger/CodeWidget.cpp
AgeCommit message (Expand)Author
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
2020-02-09DolphinQt/Debugger: Fix crash with floating debugger windowsLuke Street
2019-10-14Qt/Debugger/CodeWidget: Allow pressing 'enter' in address search box.Admiral H. Curtiss
2019-07-30DolphinQt: Replace QStringLiteral with alternatives where applicableLioncash
2019-07-06DolphinQt: Don't update debug widgets when hiddenJosJuice
2019-05-24Qt: Fix CodeWidget navigationdreamsyntax
2019-04-23Debugger: Move hiding logic via setHidden() to before setFloating()chargeflux
2019-03-08PowerPC: Factor out CR helpers into POD classCrystalGamma
2018-12-29Merge pull request #7658 from spycrab/debugger_showspycrab
2018-12-28Qt/Debugger: Add Show in Code / Show in Memoryspycrab
2018-10-08Qt/debugger: make the symbols search case insensitivealdelaro5
2018-08-15Qt/Debugger: Make spacing more compactspycrab
2018-07-07Move DolphinQt2 to DolphinQtspycrab