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
/
debugger.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
service: refactor server architecture
Liam
2023-02-21
1
-3
/
+4
*
general: fix compile for Apple Clang
Liam
2022-11-23
1
-0
/
+1
*
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
*
core/debugger: memory breakpoint support
Liam
2022-06-16
1
-3
/
+16
*
kernel: implement KProcess suspension
Liam
2022-06-14
1
-51
/
+43
*
Merge pull request #8446 from liamwhite/cmd-gdb
Morph
2022-06-13
1
-7
/
+48
|
\
|
*
core/debugger: fix a number of shutdown deadlocks
Liam
2022-06-10
1
-7
/
+48
*
|
core/debugger: allow remote connections
Liam
2022-06-12
1
-1
/
+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
*
Merge pull request #8402 from liamwhite/better-step
Morph
2022-06-02
1
-26
/
+35
|
\
|
*
core/debugger: Improved stepping mechanism and misc fixes
Liam
2022-06-01
1
-26
/
+35
*
|
core/debugger: Define defaulted virtual destructors
Morph
2022-06-01
1
-1
/
+1
|
/
*
core/debugger: Implement new GDB stub debugger
Liam
2022-06-01
1
-0
/
+259