[][src]Function probe_rs_gdb_server::run

pub fn run(
    connection_string: Option<impl AsRef<str>>,
    session: Arc<Mutex<Session>>
) -> Result<(), Box<dyn Error + Send + Sync>>

This is the main entrypoint which we will call to start the GDB stub.