summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/Debugger
AgeCommit message (Expand)Author
2026-02-23Jit: Use RangeSet for physical_addressesJosJuice
2026-02-19Merge pull request #14343 from TryTwo/toggle_breakingDentomologist
2026-02-19Debugger/ BreakpointsWidget: Add option to disable/enable all breaking withou...TryTwo
2026-02-15Triforce: Rename IPOverrides to IPRedirections.Jordan Woyak
2026-02-15DolphinQt/Debugger/NetworkWidget: Minor cleanups.Jordan Woyak
2026-02-15Debugger/NetworkWidget: Add Triforce supportSepalani
2026-02-01Core: Pre-shift pagetable_hashmask left by 6JosJuice
2026-02-01Core: Detect SR updatesJosJuice
2026-01-25Remove unused importsMartino Fontana
2026-01-17Merge pull request #14265 from JoshuaVandaele/std-unreachableiwubcode
2026-01-17c++23: Replace Common::Unreachable with std::unreachableJoshua Vandaƫle
2026-01-17Fix various typos and spelling mistakesSintendo
2025-11-11Merge pull request #14070 from VampireFlower/masterJMC47
2025-11-11Merge pull request #13236 from JosJuice/jit-set-msr-on-fallbackJMC47
2025-11-06Common: Remove the string parameters from the HookableEvent interface.Jordan Woyak
2025-11-04Debugger: Ignore bctr when stepping outVampireFlower
2025-11-02Common: Make HookableEvent use non-static data.Jordan Woyak
2025-11-02Call JitInterface::UpdateMembase from PowerPC::MSRUpdatedJosJuice
2025-10-21Merge pull request #13947 from JosJuice/i18n-2025-08-17-typeJordan Woyak
2025-10-08MMU: Use templates for Read/Write functionsMartino Fontana
2025-10-04Merge pull request #13946 from JosJuice/i18n-2025-09-17Admiral H. Curtiss
2025-09-28Merge pull request #13161 from oltolm/fix_qt6_warningsJMC47
2025-09-17i18n: Add commentsJosJuice
2025-09-17i18n: Improve EditSymbolDialog's symbol vs note handling for translatorsJosJuice
2025-08-01MemoryWidget: Fix build breakage from conflicting PRsDentomologist
2025-08-01Merge pull request #13797 from TryTwo/PR_Memory_SymbolsAdmiral H. Curtiss
2025-07-30MemoryWidget: Add symbols and Notes.TryTwo
2025-07-30CodeViewWidget: Improve performance by removing unnecessary FillInCallers com...Alex Harrison
2025-07-27PPCSymbolDB: Don't return non-const pointersJosJuice
2025-07-25Merge pull request #13446 from JosJuice/breakpoints-delayed-updateJordan Woyak
2025-07-19fix Qt6 deprecation warningsoltolm
2025-07-19Merge pull request #13812 from Dentomologist/memoryviewwidget_fix_updates_at_...JMC47
2025-07-17MemoryWidget: Fix splitter state restorationDentomologist
2025-07-17MemoryViewWidget: Fix updates at end of address spaceDentomologist
2025-07-16Merge pull request #13798 from TryTwo/PR_CodeWidget_NoUpdateJMC47
2025-07-15CodeWidget: Add button that prevents automatic updates to the address, such a...TryTwo
2025-06-30MemoryWidget: Fix "Hex Byte String" validation failuresDentomologist
2025-06-30MemoryWidget: Allow 0x prefix when Hex box is checked.Dentomologist
2025-06-28Merge pull request #13773 from JosJuice/i18n-2025-06-22Jordan Woyak
2025-06-28i18n: Add commentsJosJuice
2025-06-24Merge pull request #13758 from Dentomologist/threadwidget_fix_line_edit_marginsJMC47
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 CodeViewWidget: Add context options for making and managing Notes. A...TryTwo
2025-06-19Debugger CodeWidget : Add search box for notes.TryTwo
2025-06-19Debugger symbols: Add new symbol type: Notes.. Notes are for naming single ...TryTwo
2025-06-16ThreadWidget: Don't set fixed width on QLineEditsDentomologist
2025-06-14Source: Remove redundant lambda parameter listsDr. Dystopia
2025-06-07Merge pull request #13665 from jordan-woyak/dark-mode-filterJordan Woyak