summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2022-06-20service: am: Stub PerformSystemButtonPressingIfInFocusNarr the Reg
2022-06-18kernel: wait for threads to stop on pauseLiam
2022-06-16core: fix initialization in single core, sync GPU modeLiam
2022-06-16Implement ExitProcess svcNikita Strygin
2022-06-16core/debugger: memory breakpoint supportLiam
2022-06-15kernel: fix some uses of disable_countLiam
2022-06-16Merge pull request #8457 from liamwhite/kprocess-suspendFernando S
2022-06-15Merge pull request #8317 from german77/notifabunnei
2022-06-15Merge pull request #8464 from liamwhite/break-debugMai
2022-06-14Merge pull request #8383 from Morph1984/shadow-of-the-pastMai
2022-06-14kernel: notify debugger on break SVCLiam
2022-06-14core: centralize profile scope for DynarmicLiam
2022-06-14kernel: implement KProcess suspensionLiam
2022-06-13kernel: fix passthrough of local captures in lambdaLiam
2022-06-13general: fix compilation on MinGW GCC 12Liam
2022-06-13general: fix compilation on GCC 12Liam
2022-06-13kernel: ensure class token lambda exit is unreachableLiam
2022-06-13kernel: fix inconsistency in AutoObjectTraits macro definitionsLiam
2022-06-13common: Change semantics of UNREACHABLE to unconditionally crashLiam
2022-06-13Merge pull request #8388 from liamwhite/simpler-pausebunnei
2022-06-13CMakeLists: Make variable shadowing a compile-time errorMorph
2022-06-13Merge pull request #8446 from liamwhite/cmd-gdbMorph
2022-06-13Merge pull request #8454 from liamwhite/inaddr-anyMorph
2022-06-13Merge pull request #8443 from liamwhite/code-membunnei
2022-06-12core/debugger: allow remote connectionsLiam
2022-06-11gdbstub_arch: Add missing virtual destructorLioncash
2022-06-10service: hid: Fix gesture regressionNarr the Reg
2022-06-10core/debugger: fix a number of shutdown deadlocksLiam
2022-06-09kernel: fix KCodeMemory initializationLiam
2022-06-08CpuManager: simplify pausingLiam
2022-06-08Merge pull request #8428 from bunnei/nvflinger-fix-timingbunnei
2022-06-06core/debugger: fix asio write usageLiam
2022-06-06core/debugger: fix crash due to incorrect lambda captureLiam
2022-06-05Merge pull request #8426 from liamwhite/elfbunnei
2022-06-05hle: service: nvflinger: buffer_queue_consumer: Always free released buffers.bunnei
2022-06-05Merge pull request #8419 from liamwhite/library-listMai M
2022-06-05common: consolidate ELF structure definitionsLiam
2022-06-04Merge pull request #8395 from german77/ir_stubbunnei
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
2022-05-31service: hid: Improve stub of IRSNarr the Reg