1 2 3 4 5 6 7
use std::sync::mpsc; use crate::gdb; pub enum CoreCmd { EnterDbgMode(mpsc::Receiver<gdb::DebugCommand>), }