summaryrefslogtreecommitdiff
path: root/src/core/debugger/debugger.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-12kernel: fix debugger and process list lifetimeGravatar Liam1-10/+29
2023-10-21kernel: update KProcessGravatar Liam1-10/+14
2023-02-21service: refactor server architectureGravatar Liam1-3/+4
2022-11-22general: fix compile for Apple ClangGravatar Liam1-0/+1
2022-11-10debugger: allow more than one connection attempt per sessionGravatar Liam1-68/+93
2022-10-03common: remove "yuzu:" prefix from thread namesGravatar Liam1-1/+1
2022-07-25kernel: unlayer CPU interrupt handlingGravatar Liam1-4/+5
2022-06-16core/debugger: memory breakpoint supportGravatar Liam1-3/+16
2022-06-14kernel: implement KProcess suspensionGravatar Liam1-51/+43
2022-06-12core/debugger: allow remote connectionsGravatar Liam1-1/+1
2022-06-10core/debugger: fix a number of shutdown deadlocksGravatar Liam1-7/+48
2022-06-06core/debugger: fix asio write usageGravatar Liam1-2/+2
2022-06-06core/debugger: fix crash due to incorrect lambda captureGravatar Liam1-8/+9
2022-06-01core/debugger: Define defaulted virtual destructorsGravatar Morph1-1/+1
2022-06-01core/debugger: Improved stepping mechanism and misc fixesGravatar Liam1-26/+35
2022-06-01core/debugger: Implement new GDB stub debuggerGravatar Liam1-0/+259