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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-01-13
kernel: fix debugger and process list lifetime
Liam
1
-31
/
+35
2024-01-08
Fix typos in src/core (#12625)
Viktor Szépe
1
-22
/
+22
2023-12-04
core: refactor emulated cpu core activation
Liam
1
-232
/
+11
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
1
-21
/
+21
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
1
-6
/
+6
2023-02-21
service: refactor server architecture
Liam
1
-3
/
+3
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-11
gdbstub: add ams monitor commands
Liam
1
-0
/
+151
2022-06-25
gdbstub: fix register pokes
Liam
1
-0
/
+1
2022-06-16
core/debugger: memory breakpoint support
Liam
1
-21
/
+118
2022-06-10
core/debugger: fix a number of shutdown deadlocks
Liam
1
-0
/
+2
2022-06-04
gdbstub: add missing library list command
Liam
1
-22
/
+28
2022-06-02
core/debugger: Support reading guest thread names
Liam
1
-13
/
+158
2022-06-01
core/debugger: Improved stepping mechanism and misc fixes
Liam
1
-7
/
+92
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
1
-0
/
+382