summaryrefslogtreecommitdiff
path: root/src/core/debugger/gdbstub.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-12kernel: fix debugger and process list lifetimeGravatar Liam1-31/+35
2024-01-08Fix typos in src/core (#12625)Gravatar Viktor Szépe1-22/+22
2023-12-04core: refactor emulated cpu core activationGravatar Liam1-232/+11
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 Liam1-21/+21
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 Liam1-6/+6
2023-02-21service: refactor server architectureGravatar Liam1-3/+3
2023-02-13general: rename CurrentProcess to ApplicationProcessGravatar Liam1-14/+14
2023-01-12debugger: add host fastmem pointer fetch commandGravatar Liam1-3/+23
2022-11-10gdbstub: add ams monitor commandsGravatar Liam1-0/+151
2022-06-25gdbstub: fix register pokesGravatar Liam1-0/+1
2022-06-16core/debugger: memory breakpoint supportGravatar Liam1-21/+118
2022-06-10core/debugger: fix a number of shutdown deadlocksGravatar Liam1-0/+2
2022-06-03gdbstub: add missing library list commandGravatar Liam1-22/+28
2022-06-01core/debugger: Support reading guest thread namesGravatar Liam1-13/+158
2022-06-01core/debugger: Improved stepping mechanism and misc fixesGravatar Liam1-7/+92
2022-06-01gdbstub: Explicitly cast return type to u8Gravatar Morph1-2/+2
2022-06-01core/debugger: Implement new GDB stub debuggerGravatar Liam1-0/+382