index
:
yuzu-android
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator started by the creators of Citra.
yuzu-emu
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
debugger
Age
Commit message (
Expand
)
Author
2024-02-04
gdb: fix load/save of fp values in a32
Liam
2024-01-12
kernel: fix debugger and process list lifetime
Liam
2024-01-08
Fix typos in src/core (#12625)
Viktor Szépe
2023-12-04
core: refactor emulated cpu core activation
Liam
2023-11-11
gdbstub: read module information from memory layout
Liam
2023-11-10
kernel: add KPageTableBase
Liam
2023-10-21
kernel: update KProcess
Liam
2023-10-20
gdbstub: add PermissionLocked to mappings table
Liam
2023-10-01
gdbserver: use numeric character references for unicode
Liam
2023-08-14
gdbstub: fixup replaced instruction bytes in memory reads
Liam
2023-07-22
core: reduce TOCTTOU memory access
Liam
2023-07-14
k_process: PageTable -> GetPageTable
Liam
2023-03-23
memory: rename global memory references to application memory
Liam
2023-03-22
kernel: use KTypedAddress for addresses
Liam
2023-03-12
kernel: convert KProcess to new style
Liam
2023-03-12
kernel: convert KThread to new style
Liam
2023-02-21
service: refactor server architecture
Liam
2023-02-15
Merge pull request #9796 from liamwhite/current
liamwhite
2023-02-14
remove constexpr from virtual function
arades79
2023-02-14
use a string view to skip allocation
arades79
2023-02-14
add static lifetime to constexpr values to force compile time evaluation wher...
arades79
2023-02-13
general: rename CurrentProcess to ApplicationProcess
Liam
2023-01-12
debugger: add host fastmem pointer fetch command
Liam
2022-11-22
general: fix compile for Apple Clang
Liam
2022-11-10
gdbstub: add ams monitor commands
Liam
2022-11-10
debugger: allow more than one connection attempt per session
Liam
2022-10-03
common: remove "yuzu:" prefix from thread names
Liam
2022-07-25
kernel: unlayer CPU interrupt handling
Liam
2022-06-30
gdbstub_arch: Directly access SP register
lat9nq
2022-06-25
gdbstub: fix register pokes
Liam
2022-06-16
core/debugger: memory breakpoint support
Liam
2022-06-14
kernel: implement KProcess suspension
Liam
2022-06-13
Merge pull request #8446 from liamwhite/cmd-gdb
Morph
2022-06-12
core/debugger: allow remote connections
Liam
2022-06-11
gdbstub_arch: Add missing virtual destructor
Lioncash
2022-06-10
core/debugger: fix a number of shutdown deadlocks
Liam
2022-06-06
core/debugger: fix asio write usage
Liam
2022-06-06
core/debugger: fix crash due to incorrect lambda capture
Liam
2022-06-03
gdbstub: add missing library list command
Liam
2022-06-02
Merge pull request #8410 from liamwhite/thread-names
Mai M
2022-06-01
core/debugger: Support reading guest thread names
Liam
2022-06-01
Merge pull request #8409 from liamwhite/tdesc-fix
Mai M
2022-06-01
Merge pull request #8402 from liamwhite/better-step
Morph
2022-06-01
gdbstub: fix target descriptions
Liam
2022-06-01
Merge pull request #8404 from Morph1984/virtual
liamwhite
2022-06-01
core/debugger: Define defaulted virtual destructors
Morph
2022-06-01
core/debugger: Improved stepping mechanism and misc fixes
Liam
2022-06-01
gdbstub: Explicitly cast return type to u8
Morph
2022-06-01
core/debugger: Implement new GDB stub debugger
Liam