aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/debugger
AgeCommit message (Expand)Author
2024-02-04gdb: fix load/save of fp values in a32Liam
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-15Merge pull request #9796 from liamwhite/currentliamwhite
2023-02-14remove constexpr from virtual functionarades79
2023-02-14use a string view to skip allocationarades79
2023-02-14add static lifetime to constexpr values to force compile time evaluation wher...arades79
2023-02-13general: rename CurrentProcess to ApplicationProcessLiam
2023-01-12debugger: add host fastmem pointer fetch commandLiam
2022-11-22general: fix compile for Apple ClangLiam
2022-11-10gdbstub: add ams monitor commandsLiam
2022-11-10debugger: allow more than one connection attempt per sessionLiam
2022-10-03common: remove "yuzu:" prefix from thread namesLiam
2022-07-25kernel: unlayer CPU interrupt handlingLiam
2022-06-30gdbstub_arch: Directly access SP registerlat9nq
2022-06-25gdbstub: fix register pokesLiam
2022-06-16core/debugger: memory breakpoint supportLiam
2022-06-14kernel: implement KProcess suspensionLiam
2022-06-13Merge pull request #8446 from liamwhite/cmd-gdbMorph
2022-06-12core/debugger: allow remote connectionsLiam
2022-06-11gdbstub_arch: Add missing virtual destructorLioncash
2022-06-10core/debugger: fix a number of shutdown deadlocksLiam
2022-06-06core/debugger: fix asio write usageLiam
2022-06-06core/debugger: fix crash due to incorrect lambda captureLiam
2022-06-03gdbstub: add missing library list commandLiam
2022-06-02Merge pull request #8410 from liamwhite/thread-namesMai M
2022-06-01core/debugger: Support reading guest thread namesLiam
2022-06-01Merge pull request #8409 from liamwhite/tdesc-fixMai M
2022-06-01Merge pull request #8402 from liamwhite/better-stepMorph
2022-06-01gdbstub: fix target descriptionsLiam
2022-06-01Merge pull request #8404 from Morph1984/virtualliamwhite
2022-06-01core/debugger: Define defaulted virtual destructorsMorph
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