summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/Debugger
AgeCommit message (Expand)Author
4 daysReplace zero constants with `nullptr`Dr. Dystopia
6 daysReplace string concatination with `fmt::format`Dr. Dystopia
2026-07-05Merge pull request #13216 from CelestialAmber/cw-demanglerJosJuice
2026-06-28Merge pull request #14658 from VampireFlower/patch-instruction-assembleAdmiral H. Curtiss
2026-06-25Merge pull request #14591 from TryTwo/Registers_FixDentomologist
2026-06-07[Debugger]: Assemble instructions in the patch instruction dialogVampireFlower
2026-05-07Core: Implement automatic symbol demanglingAmber Brault
2026-04-17Improve usage of std::move and const references parametersMartino Fontana
2026-04-13Debugger: Register Widget bug fix. Block updates when changing column data type.TryTwo
2026-04-06Merge pull request #14551 from Dentomologist/breakpointwidget_fix_globally_di...JosJuice
2026-04-04BreakpointWidget: Fix drawing of icon when breakpoints are disabledDentomologist
2026-04-03DolphinQt: Size adjustments in **Breakpoints** widget based on selected debug...cristian64
2026-03-27DolphinQt: Size adjustments in **Registers** widget based on selected debug f...cristian64
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