index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
debugger
Age
Commit message (
Expand
)
Author
2022-11-22
general: fix compile for Apple Clang
Liam
2022-11-10
gdbstub: add ams monitor commands
Liam
2022-11-10
debugger: allow more than one connection attempt per session
Liam
2022-10-03
common: remove "yuzu:" prefix from thread names
Liam
2022-07-25
kernel: unlayer CPU interrupt handling
Liam
2022-06-30
gdbstub_arch: Directly access SP register
lat9nq
2022-06-25
gdbstub: fix register pokes
Liam
2022-06-16
core/debugger: memory breakpoint support
Liam
2022-06-14
kernel: implement KProcess suspension
Liam
2022-06-13
Merge pull request #8446 from liamwhite/cmd-gdb
Morph
2022-06-12
core/debugger: allow remote connections
Liam
2022-06-11
gdbstub_arch: Add missing virtual destructor
Lioncash
2022-06-10
core/debugger: fix a number of shutdown deadlocks
Liam
2022-06-06
core/debugger: fix asio write usage
Liam
2022-06-06
core/debugger: fix crash due to incorrect lambda capture
Liam
2022-06-03
gdbstub: add missing library list command
Liam
2022-06-02
Merge pull request #8410 from liamwhite/thread-names
Mai M
2022-06-01
core/debugger: Support reading guest thread names
Liam
2022-06-01
Merge pull request #8409 from liamwhite/tdesc-fix
Mai M
2022-06-01
Merge pull request #8402 from liamwhite/better-step
Morph
2022-06-01
gdbstub: fix target descriptions
Liam
2022-06-01
Merge pull request #8404 from Morph1984/virtual
liamwhite
2022-06-01
core/debugger: Define defaulted virtual destructors
Morph
2022-06-01
core/debugger: Improved stepping mechanism and misc fixes
Liam
2022-06-01
gdbstub: Explicitly cast return type to u8
Morph
2022-06-01
core/debugger: Implement new GDB stub debugger
Liam