summaryrefslogtreecommitdiffstats
path: root/src/core/debugger (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-23general: fix compile for Apple ClangLiam1-0/+1
2022-11-11gdbstub: add ams monitor commandsLiam2-0/+152
2022-11-10debugger: allow more than one connection attempt per sessionLiam1-68/+93
2022-10-04common: remove "yuzu:" prefix from thread namesLiam1-1/+1
2022-07-25kernel: unlayer CPU interrupt handlingLiam1-4/+5
2022-06-30gdbstub_arch: Directly access SP registerlat9nq1-2/+6
2022-06-25gdbstub: fix register pokesLiam1-0/+1
2022-06-16core/debugger: memory breakpoint supportLiam5-26/+151
2022-06-14kernel: implement KProcess suspensionLiam1-51/+43
2022-06-12core/debugger: allow remote connectionsLiam1-1/+1
2022-06-12gdbstub_arch: Add missing virtual destructorLioncash1-0/+1
2022-06-10core/debugger: fix a number of shutdown deadlocksLiam5-7/+61
2022-06-07core/debugger: fix asio write usageLiam1-2/+2
2022-06-07core/debugger: fix crash due to incorrect lambda captureLiam1-8/+9
2022-06-04gdbstub: add missing library list commandLiam1-22/+28
2022-06-02core/debugger: Support reading guest thread namesLiam2-14/+158
2022-06-02gdbstub: fix target descriptionsLiam2-10/+87
2022-06-01core/debugger: Define defaulted virtual destructorsMorph3-2/+6
2022-06-01core/debugger: Improved stepping mechanism and misc fixesLiam5-42/+134
2022-06-01gdbstub: Explicitly cast return type to u8Morph1-2/+2
2022-06-01core/debugger: Implement new GDB stub debuggerLiam7-0/+1281