summaryrefslogtreecommitdiff
path: root/src/core/debugger/gdbstub.cpp
AgeCommit message (Expand)Author
2025-02-16build: upgrade fmt and SDL2Zephyron
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2024-01-12kernel: fix debugger and process list lifetimeLiam
2024-01-08Fix typos in src/core (#12625)Viktor Szépe
2023-12-04core: refactor emulated cpu core activationLiam
2023-11-11gdbstub: read module information from memory layoutLiam
2023-11-10kernel: add KPageTableBaseLiam
2023-10-21kernel: update KProcessLiam
2023-10-20gdbstub: add PermissionLocked to mappings tableLiam
2023-10-01gdbserver: use numeric character references for unicodeLiam
2023-08-14gdbstub: fixup replaced instruction bytes in memory readsLiam
2023-07-22core: reduce TOCTTOU memory accessLiam
2023-07-14k_process: PageTable -> GetPageTableLiam
2023-03-23memory: rename global memory references to application memoryLiam
2023-03-22kernel: use KTypedAddress for addressesLiam
2023-03-12kernel: convert KProcess to new styleLiam
2023-03-12kernel: convert KThread to new styleLiam
2023-02-21service: refactor server architectureLiam
2023-02-13general: rename CurrentProcess to ApplicationProcessLiam
2023-01-12debugger: add host fastmem pointer fetch commandLiam
2022-11-10gdbstub: add ams monitor commandsLiam
2022-06-25gdbstub: fix register pokesLiam
2022-06-16core/debugger: memory breakpoint supportLiam
2022-06-10core/debugger: fix a number of shutdown deadlocksLiam
2022-06-03gdbstub: add missing library list commandLiam
2022-06-01core/debugger: Support reading guest thread namesLiam
2022-06-01Merge pull request #8402 from liamwhite/better-stepMorph
2022-06-01core/debugger: Improved stepping mechanism and misc fixesLiam
2022-06-01gdbstub: Explicitly cast return type to u8Morph
2022-06-01core/debugger: Implement new GDB stub debuggerLiam