summaryrefslogtreecommitdiff
path: root/src/core/debugger
AgeCommit message (Expand)Author
2022-11-22general: fix compile for Apple ClangLiam
2022-11-10gdbstub: add ams monitor commandsLiam
2022-11-10debugger: allow more than one connection attempt per sessionLiam
2022-10-03common: remove "yuzu:" prefix from thread namesLiam
2022-07-25kernel: unlayer CPU interrupt handlingLiam
2022-06-30gdbstub_arch: Directly access SP registerlat9nq
2022-06-25gdbstub: fix register pokesLiam
2022-06-16core/debugger: memory breakpoint supportLiam
2022-06-14kernel: implement KProcess suspensionLiam
2022-06-13Merge pull request #8446 from liamwhite/cmd-gdbMorph
2022-06-12core/debugger: allow remote connectionsLiam
2022-06-11gdbstub_arch: Add missing virtual destructorLioncash
2022-06-10core/debugger: fix a number of shutdown deadlocksLiam
2022-06-06core/debugger: fix asio write usageLiam
2022-06-06core/debugger: fix crash due to incorrect lambda captureLiam
2022-06-03gdbstub: add missing library list commandLiam
2022-06-02Merge pull request #8410 from liamwhite/thread-namesMai M
2022-06-01core/debugger: Support reading guest thread namesLiam
2022-06-01Merge pull request #8409 from liamwhite/tdesc-fixMai M
2022-06-01Merge pull request #8402 from liamwhite/better-stepMorph
2022-06-01gdbstub: fix target descriptionsLiam
2022-06-01Merge pull request #8404 from Morph1984/virtualliamwhite
2022-06-01core/debugger: Define defaulted virtual destructorsMorph
2022-06-01core/debugger: Improved stepping mechanism and misc fixesLiam
2022-06-01gdbstub: Explicitly cast return type to u8Morph
2022-06-01core/debugger: Implement new GDB stub debuggerLiam