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
/
debugger.cpp
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2024-01-12
kernel: fix debugger and process list lifetime
Liam
2023-10-21
kernel: update KProcess
Liam
2023-02-21
service: refactor server architecture
Liam
2022-11-22
general: fix compile for Apple Clang
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-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-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-01
Merge pull request #8402 from liamwhite/better-step
Morph
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
core/debugger: Implement new GDB stub debugger
Liam