summaryrefslogtreecommitdiff
path: root/src/core/debugger/gdbstub.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel: update KProcessGravatar Liam2023-10-211-21/+21
* gdbstub: add PermissionLocked to mappings tableGravatar Liam2023-10-201-4/+6
* gdbserver: use numeric character references for unicodeGravatar Liam2023-10-011-2/+15
* gdbstub: fixup replaced instruction bytes in memory readsGravatar Liam2023-08-141-0/+17
* core: reduce TOCTTOU memory accessGravatar Liam2023-07-221-6/+3
* k_process: PageTable -> GetPageTableGravatar Liam2023-07-141-2/+2
* memory: rename global memory references to application memoryGravatar Liam2023-03-231-17/+17
* kernel: use KTypedAddress for addressesGravatar Liam2023-03-221-16/+20
* kernel: convert KProcess to new styleGravatar Liam2023-03-121-1/+1
* kernel: convert KThread to new styleGravatar Liam2023-03-121-6/+6
* service: refactor server architectureGravatar Liam2023-02-211-3/+3
* general: rename CurrentProcess to ApplicationProcessGravatar Liam2023-02-131-14/+14
* debugger: add host fastmem pointer fetch commandGravatar Liam2023-01-121-3/+23
* gdbstub: add ams monitor commandsGravatar Liam2022-11-101-0/+151
* gdbstub: fix register pokesGravatar Liam2022-06-251-0/+1
* core/debugger: memory breakpoint supportGravatar Liam2022-06-161-21/+118
* core/debugger: fix a number of shutdown deadlocksGravatar Liam2022-06-101-0/+2
* gdbstub: add missing library list commandGravatar Liam2022-06-031-22/+28
* core/debugger: Support reading guest thread namesGravatar Liam2022-06-011-13/+158
* Merge pull request #8402 from liamwhite/better-stepGravatar Morph2022-06-011-7/+92
|\
| * core/debugger: Improved stepping mechanism and misc fixesGravatar Liam2022-06-011-7/+92
* | gdbstub: Explicitly cast return type to u8Gravatar Morph2022-06-011-2/+2
|/
* core/debugger: Implement new GDB stub debuggerGravatar Liam2022-06-011-0/+382