summaryrefslogtreecommitdiffstats
path: root/src/core/debugger/gdbstub.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-12-04core: refactor emulated cpu core activationLiam1-232/+11
2023-11-11gdbstub: read module information from memory layoutLiam1-47/+118
2023-11-10kernel: add KPageTableBaseLiam1-44/+58
Co-authored-by: Kelebek1 <eeeedddccc@hotmail.co.uk>
2023-10-22kernel: update KProcessLiam1-21/+21
2023-10-20gdbstub: add PermissionLocked to mappings tableLiam1-4/+6
2023-10-02gdbserver: use numeric character references for unicodeLiam1-2/+15
2023-08-14gdbstub: fixup replaced instruction bytes in memory readsLiam1-0/+17
2023-07-22core: reduce TOCTTOU memory accessLiam1-6/+3
2023-07-15k_process: PageTable -> GetPageTableLiam1-2/+2
2023-03-24memory: rename global memory references to application memoryLiam1-17/+17
2023-03-22kernel: use KTypedAddress for addressesLiam1-16/+20
2023-03-13kernel: convert KProcess to new styleLiam1-1/+1
2023-03-13kernel: convert KThread to new styleLiam1-6/+6
2023-02-21service: refactor server architectureLiam1-3/+3
Converts services to have their own processes
2023-02-14general: rename CurrentProcess to ApplicationProcessLiam1-14/+14
2023-01-13debugger: add host fastmem pointer fetch commandLiam1-3/+23
2022-11-11gdbstub: add ams monitor commandsLiam1-0/+151
2022-06-25gdbstub: fix register pokesLiam1-0/+1
2022-06-16core/debugger: memory breakpoint supportLiam1-21/+118
2022-06-10core/debugger: fix a number of shutdown deadlocksLiam1-0/+2
2022-06-04gdbstub: add missing library list commandLiam1-22/+28
2022-06-02core/debugger: Support reading guest thread namesLiam1-13/+158
2022-06-01core/debugger: Improved stepping mechanism and misc fixesLiam1-7/+92
2022-06-01gdbstub: Explicitly cast return type to u8Morph1-2/+2
Otherwise, the addition promotes the returned value to an int instead of keeping it as a u8.
2022-06-01core/debugger: Implement new GDB stub debuggerLiam1-0/+382