summaryrefslogtreecommitdiffstats
path: root/src/core/debugger/gdbstub.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core: refactor emulated cpu core activationLiam2023-12-041-232/+11
|
* gdbstub: read module information from memory layoutLiam2023-11-111-47/+118
|
* kernel: add KPageTableBaseLiam2023-11-101-44/+58
| | | | Co-authored-by: Kelebek1 <eeeedddccc@hotmail.co.uk>
* kernel: update KProcessLiam2023-10-221-21/+21
|
* gdbstub: add PermissionLocked to mappings tableLiam2023-10-201-4/+6
|
* gdbserver: use numeric character references for unicodeLiam2023-10-021-2/+15
|
* gdbstub: fixup replaced instruction bytes in memory readsLiam2023-08-141-0/+17
|
* core: reduce TOCTTOU memory accessLiam2023-07-221-6/+3
|
* 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
| | | | Converts services to have their own processes
* 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 fixes
| * core/debugger: Improved stepping mechanism and misc fixesLiam2022-06-011-7/+92
| |
* | gdbstub: Explicitly cast return type to u8Morph2022-06-011-2/+2
|/ | | | Otherwise, the addition promotes the returned value to an int instead of keeping it as a u8.
* core/debugger: Implement new GDB stub debuggerLiam2022-06-011-0/+382