summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp
AgeCommit message (Expand)Author
2026-02-19Debugger/ BreakpointsWidget: Add option to disable/enable all breaking withou...TryTwo
2026-01-25Remove unused importsMartino Fontana
2026-01-17Fix various typos and spelling mistakesSintendo
2025-07-30CodeViewWidget: Improve performance by removing unnecessary FillInCallers com...Alex Harrison
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 #13691 from TryTwo/PR_NotesJMC47
2025-06-19Debugger CodeViewWidget: Add context options for making and managing Notes. A...TryTwo
2025-06-19Debugger symbols: Add new symbol type: Notes.. Notes are for naming single ...TryTwo
2025-06-07DolphinQt: Replace widespread SetQWidgetWindowDecorations calls with an event...Jordan Woyak
2025-03-29[Debugger] CTRL+G support in code and memory viewNitch2024
2025-03-09Modernize `std::stable_sort` with ranges and projectionsmitaclaw
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