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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-12-04
core: refactor emulated cpu core activation
Liam
3
-272
/
+44
2023-11-11
gdbstub: read module information from memory layout
Liam
1
-47
/
+118
2023-11-10
kernel: add KPageTableBase
Liam
1
-44
/
+58
2023-10-22
kernel: update KProcess
Liam
2
-31
/
+35
2023-10-20
gdbstub: add PermissionLocked to mappings table
Liam
1
-4
/
+6
2023-10-02
gdbserver: use numeric character references for unicode
Liam
1
-2
/
+15
2023-08-14
gdbstub: fixup replaced instruction bytes in memory reads
Liam
1
-0
/
+17
2023-07-22
core: reduce TOCTTOU memory access
Liam
1
-6
/
+3
2023-07-15
k_process: PageTable -> GetPageTable
Liam
1
-2
/
+2
2023-03-24
memory: rename global memory references to application memory
Liam
1
-17
/
+17
2023-03-22
kernel: use KTypedAddress for addresses
Liam
1
-16
/
+20
2023-03-13
kernel: convert KProcess to new style
Liam
1
-1
/
+1
2023-03-13
kernel: convert KThread to new style
Liam
2
-8
/
+8
2023-02-21
service: refactor server architecture
Liam
2
-6
/
+7
2023-02-15
remove constexpr from virtual function
arades79
2
-5
/
+5
2023-02-14
use a string view to skip allocation
arades79
2
-13
/
+7
2023-02-14
add static lifetime to constexpr values to force compile time evaluation where possible
arades79
1
-2
/
+2
2023-02-14
general: rename CurrentProcess to ApplicationProcess
Liam
1
-14
/
+14
2023-01-13
debugger: add host fastmem pointer fetch command
Liam
1
-3
/
+23
2022-11-23
general: fix compile for Apple Clang
Liam
1
-0
/
+1
2022-11-11
gdbstub: add ams monitor commands
Liam
2
-0
/
+152
2022-11-10
debugger: allow more than one connection attempt per session
Liam
1
-68
/
+93
2022-10-04
common: remove "yuzu:" prefix from thread names
Liam
1
-1
/
+1
2022-07-25
kernel: unlayer CPU interrupt handling
Liam
1
-4
/
+5
2022-06-30
gdbstub_arch: Directly access SP register
lat9nq
1
-2
/
+6
2022-06-25
gdbstub: fix register pokes
Liam
1
-0
/
+1
2022-06-16
core/debugger: memory breakpoint support
Liam
5
-26
/
+151
2022-06-14
kernel: implement KProcess suspension
Liam
1
-51
/
+43
2022-06-12
core/debugger: allow remote connections
Liam
1
-1
/
+1
2022-06-12
gdbstub_arch: Add missing virtual destructor
Lioncash
1
-0
/
+1
2022-06-10
core/debugger: fix a number of shutdown deadlocks
Liam
5
-7
/
+61
2022-06-07
core/debugger: fix asio write usage
Liam
1
-2
/
+2
2022-06-07
core/debugger: fix crash due to incorrect lambda capture
Liam
1
-8
/
+9
2022-06-04
gdbstub: add missing library list command
Liam
1
-22
/
+28
2022-06-02
core/debugger: Support reading guest thread names
Liam
2
-14
/
+158
2022-06-02
gdbstub: fix target descriptions
Liam
2
-10
/
+87
2022-06-01
core/debugger: Define defaulted virtual destructors
Morph
3
-2
/
+6
2022-06-01
core/debugger: Improved stepping mechanism and misc fixes
Liam
5
-42
/
+134
2022-06-01
gdbstub: Explicitly cast return type to u8
Morph
1
-2
/
+2
2022-06-01
core/debugger: Implement new GDB stub debugger
Liam
7
-0
/
+1281