Implement a GDB stub and fix another huge issue in S-type immediate decoding
This commit is contained in:
7
src/core/commands.rs
Normal file
7
src/core/commands.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
use std::sync::mpsc;
|
||||
|
||||
use crate::gdb;
|
||||
|
||||
pub enum CoreCmd {
|
||||
EnterDbgMode(mpsc::Receiver<gdb::DebugCommand>),
|
||||
}
|
||||
Reference in New Issue
Block a user