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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-01-13
kernel: fix debugger and process list lifetime
Liam
1
-10
/
+29
2023-10-22
kernel: update KProcess
Liam
1
-10
/
+14
2023-02-21
service: refactor server architecture
Liam
1
-3
/
+4
2022-11-23
general: fix compile for Apple Clang
Liam
1
-0
/
+1
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-16
core/debugger: memory breakpoint support
Liam
1
-3
/
+16
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-10
core/debugger: fix a number of shutdown deadlocks
Liam
1
-7
/
+48
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-01
core/debugger: Define defaulted virtual destructors
Morph
1
-1
/
+1
2022-06-01
core/debugger: Improved stepping mechanism and misc fixes
Liam
1
-26
/
+35
2022-06-01
core/debugger: Implement new GDB stub debugger
Liam
1
-0
/
+259