summaryrefslogtreecommitdiff
path: root/src/core/debugger (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-04gdb: fix load/save of fp values in a32Gravatar Liam1-2/+2
2024-01-12kernel: fix debugger and process list lifetimeGravatar Liam3-42/+78
2024-01-08Fix typos in src/core (#12625)Gravatar Viktor Szépe1-22/+22
2023-12-04core: refactor emulated cpu core activationGravatar Liam3-272/+44
2023-11-11gdbstub: read module information from memory layoutGravatar Liam1-47/+118
2023-11-10kernel: add KPageTableBaseGravatar Liam1-44/+58
2023-10-21kernel: update KProcessGravatar Liam2-31/+35
2023-10-20gdbstub: add PermissionLocked to mappings tableGravatar Liam1-4/+6
2023-10-01gdbserver: use numeric character references for unicodeGravatar Liam1-2/+15
2023-08-14gdbstub: fixup replaced instruction bytes in memory readsGravatar Liam1-0/+17
2023-07-22core: reduce TOCTTOU memory accessGravatar Liam1-6/+3
2023-07-14k_process: PageTable -> GetPageTableGravatar Liam1-2/+2
2023-03-23memory: rename global memory references to application memoryGravatar Liam1-17/+17
2023-03-22kernel: use KTypedAddress for addressesGravatar Liam1-16/+20
2023-03-12kernel: convert KProcess to new styleGravatar Liam1-1/+1
2023-03-12kernel: convert KThread to new styleGravatar Liam2-8/+8
2023-02-21service: refactor server architectureGravatar Liam2-6/+7
2023-02-14remove constexpr from virtual functionGravatar arades792-5/+5
2023-02-14use a string view to skip allocationGravatar arades792-13/+7
2023-02-14add static lifetime to constexpr values to force compile time evaluation wher...Gravatar arades791-2/+2
2023-02-13general: rename CurrentProcess to ApplicationProcessGravatar Liam1-14/+14
2023-01-12debugger: add host fastmem pointer fetch commandGravatar Liam1-3/+23
2022-11-22general: fix compile for Apple ClangGravatar Liam1-0/+1
2022-11-10gdbstub: add ams monitor commandsGravatar Liam2-0/+152
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-30gdbstub_arch: Directly access SP registerGravatar lat9nq1-2/+6
2022-06-25gdbstub: fix register pokesGravatar Liam1-0/+1
2022-06-16core/debugger: memory breakpoint supportGravatar Liam5-26/+151
2022-06-14kernel: implement KProcess suspensionGravatar Liam1-51/+43
2022-06-12core/debugger: allow remote connectionsGravatar Liam1-1/+1
2022-06-11gdbstub_arch: Add missing virtual destructorGravatar Lioncash1-0/+1
2022-06-10core/debugger: fix a number of shutdown deadlocksGravatar Liam5-7/+61
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-03gdbstub: add missing library list commandGravatar Liam1-22/+28
2022-06-01core/debugger: Support reading guest thread namesGravatar Liam2-14/+158
2022-06-01gdbstub: fix target descriptionsGravatar Liam2-10/+87
2022-06-01core/debugger: Define defaulted virtual destructorsGravatar Morph3-2/+6
2022-06-01core/debugger: Improved stepping mechanism and misc fixesGravatar Liam5-42/+134
2022-06-01gdbstub: Explicitly cast return type to u8Gravatar Morph1-2/+2
2022-06-01core/debugger: Implement new GDB stub debuggerGravatar Liam7-0/+1281