summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/Debugger
AgeCommit message (Expand)Author
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
2025-06-07Merge pull request #13522 from tygyh/Enforce-overriding-destructor-style-Core...Jordan Woyak
2025-06-07DolphinQt: Replace widespread SetQWidgetWindowDecorations calls with an event...Jordan Woyak
2025-06-06DolphinQt: Remove redundant window hintsDentomologist
2025-05-17Merge pull request #13190 from tygyh/Move-to-inner-scope-DolphinQTJordan Woyak
2025-05-01Make overriding explicit and remove redundant virtual specifiers on overridin...Dr. Dystopia
2025-04-30Merge pull request #13436 from JoshuaVandaele/clang-format-19OatmealDome
2025-04-25Merge pull request #13451 from vyuuui/numeric_labelsTilka
2025-04-23linter: Apply clang-format 19.1 formattingJoshua Vandaƫle
2025-03-29[Debugger] CTRL+G support in code and memory viewNitch2024
2025-03-26Move variables to inner scopetygyh
2025-03-25Merge pull request #13442 from TryTwo/PR_CodeWidget_Layout_TweakJMC47
2025-03-24Add numeric label support to assemblervyuuui