summaryrefslogtreecommitdiffstats
path: root/src/core/debugger/gdbstub.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* k_process: PageTable -> GetPageTableLiam2023-07-151-2/+2
* memory: rename global memory references to application memoryLiam2023-03-241-17/+17
* kernel: use KTypedAddress for addressesLiam2023-03-221-16/+20
* kernel: convert KProcess to new styleLiam2023-03-131-1/+1
* kernel: convert KThread to new styleLiam2023-03-131-6/+6
* service: refactor server architectureLiam2023-02-211-3/+3
* general: rename CurrentProcess to ApplicationProcessLiam2023-02-141-14/+14
* debugger: add host fastmem pointer fetch commandLiam2023-01-131-3/+23
* gdbstub: add ams monitor commandsLiam2022-11-111-0/+151
* gdbstub: fix register pokesLiam2022-06-251-0/+1
* core/debugger: memory breakpoint supportLiam2022-06-161-21/+118
* core/debugger: fix a number of shutdown deadlocksLiam2022-06-101-0/+2
* gdbstub: add missing library list commandLiam2022-06-041-22/+28
* core/debugger: Support reading guest thread namesLiam2022-06-021-13/+158
* Merge pull request #8402 from liamwhite/better-stepMorph2022-06-021-7/+92
|\
| * core/debugger: Improved stepping mechanism and misc fixesLiam2022-06-011-7/+92
* | gdbstub: Explicitly cast return type to u8Morph2022-06-011-2/+2
|/
* core/debugger: Implement new GDB stub debuggerLiam2022-06-011-0/+382