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
/
gdbstub.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-6
/
+6
*
service: refactor server architecture
Liam
2023-02-21
1
-3
/
+3
*
general: rename CurrentProcess to ApplicationProcess
Liam
2023-02-14
1
-14
/
+14
*
debugger: add host fastmem pointer fetch command
Liam
2023-01-13
1
-3
/
+23
*
gdbstub: add ams monitor commands
Liam
2022-11-11
1
-0
/
+151
*
gdbstub: fix register pokes
Liam
2022-06-25
1
-0
/
+1
*
core/debugger: memory breakpoint support
Liam
2022-06-16
1
-21
/
+118
*
core/debugger: fix a number of shutdown deadlocks
Liam
2022-06-10
1
-0
/
+2
*
gdbstub: add missing library list command
Liam
2022-06-04
1
-22
/
+28
*
core/debugger: Support reading guest thread names
Liam
2022-06-02
1
-13
/
+158
*
Merge pull request #8402 from liamwhite/better-step
Morph
2022-06-02
1
-7
/
+92
|
\
|
*
core/debugger: Improved stepping mechanism and misc fixes
Liam
2022-06-01
1
-7
/
+92
*
|
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
1
-0
/
+382