index
:
trve.git
main
Taitep's RISC-V Emulator
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
commands.rs
blob: 3fe913b1fd56fe2d42044a05be6b9ec766c89208 (
plain
)
1
2
3
4
5
use crate::gdb; pub enum CoreCmd { EnterDbgMode(gdb::DebugStream), }