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