summaryrefslogtreecommitdiff
path: root/src/core/debugger/gdbstub.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* kernel: fix debugger and process list lifetimeGravatar Liam2024-01-121-31/+35
|
* Fix typos in src/core (#12625)Gravatar Viktor Szépe2024-01-081-22/+22
| | | | | | | | | * Fix typos in src/core * Fix typo correction * Fix indentation of MemoryStateNames * Fix indent
* core: refactor emulated cpu core activationGravatar Liam2023-12-041-232/+11
|
* gdbstub: read module information from memory layoutGravatar Liam2023-11-111-47/+118
|
* kernel: add KPageTableBaseGravatar Liam2023-11-101-44/+58
| | | | Co-authored-by: Kelebek1 <eeeedddccc@hotmail.co.uk>
* 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
| | | | Converts services to have their own processes
* 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 fixes
| * 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
|/ | | | Otherwise, the addition promotes the returned value to an int instead of keeping it as a u8.
* core/debugger: Implement new GDB stub debuggerGravatar Liam2022-06-011-0/+382