Function simics::api::simulator::embed::init_environment

source ยท
pub fn init_environment<I, S>(
    argv: I,
    handle_signals: bool,
    allow_core_dumps: bool,
) -> Result<()>
where I: IntoIterator<Item = S>, S: AsRef<str>,
Expand description

Initialize the environment (for SIMICS frontends)