summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp
AgeCommit message (Expand)Author
2024-10-19DolphinQt: JIT Widget Refreshmitaclaw
2024-10-04Partially revert "Revert "Audit uses of IsRunning and GetState""JosJuice
2024-09-20DolphinQt: A Ubiquitous Signal For When Breakpoints Changemitaclaw
2024-08-22Add support for libfmt-11Alfred Wingate
2024-08-21DolphinQt: Fix "Sddress" typoJosJuice
2024-08-14Use 'contains' methodDr. Dystopia
2024-07-28i18n: Add comments and improve source stringsJosJuice
2024-07-05Debugger: Rework temporary breakpointsMartino Fontana
2024-07-02Debugger: fix Run to HereMartino Fontana
2024-07-02Debugger: Small Breakpoint cleanupMartino Fontana
2024-06-26Revert "Audit uses of IsRunning and GetState"JosJuice
2024-06-21Audit uses of IsRunning and GetStateJosJuice
2024-04-30DolphinQt: Properly Delete (Some) Widgetsmitaclaw
2024-04-13PPCSymbolDB: GetDescription by std::string_viewmitaclaw
2024-04-08Core::GetState: Avoid Global System Accessormitaclaw
2024-03-31Merge pull request #12645 from mitaclaw/ppc-symbols-signalAdmiral H. Curtiss
2024-03-28DolphinQt: A Ubiquitous Signal For When Symbols Changemitaclaw
2024-03-22DolphinQt Settings: Signal Debug Font By Const Referencemitaclaw
2024-03-13PPCSymbolDB: Move instance to PowerPCManagermitaclaw
2023-12-13Parser and Assembler implementationsvyuuui
2023-08-12DolphinQt: Adjust panel-specific colors and syntax highlighting for dark theme.Admiral H. Curtiss
2023-08-12DolphinQt: Set window decorations for all top-level QWidgets.Admiral H. Curtiss
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-24Common: Move CodeTrace.cpp/.h into CoreLioncash
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-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-17CodeViewWidget: Fix memory leakPokechu22
2023-02-14Follow-up fixes for "Properly lock CPU before accessing emulated memory"JosJuice
2023-02-12DolphinQt: Properly lock CPU before accessing emulated memoryJosJuice
2023-01-27PowerPC: Remove PC macro.Admiral H. Curtiss
2023-01-24Common: Replace StringBeginsWith/StringEndsWith with std equivalentsLioncash
2022-12-24DolphinQt: Add more i18n commentsJosJuice
2022-11-04Merge pull request #10771 from TryTwo/PR_AutoStepAdmiral H. Curtiss
2022-10-26Make SetPatch responsible for overwriting old patchesJoshuaMK
2022-10-12Remove most uses of StringFromFormat in favor of fmtPokechu22
2022-10-06MemoryView auto updateDebugger. Implement base codetrace logic. Add register ...TryTwo
2022-03-17Gekko constistancy changes. Add context item to codeview to show or copy a lo...TryTwo
2022-02-13Fix integer sign difference comparison warningsPokechu22
2021-12-08CodeViewWidget: Fix undefined behavior when centered around address 0Pokechu22
2021-10-13Fix all uninitialized variable warnings (C26495)Pokechu22
2021-08-21DolphinQt: Remove Windows dialog help buttonsDentomologist
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-03-05Breakpoints: Change icon when disabledSepalani
2021-02-14CodeViewWidget: Add WithDetailedUpdate to update CodeWidgetSepalani