Function run_gdb_sequence

Source
pub async fn run_gdb_sequence(
    binary: PathBuf,
    workspace_dir: &Path,
    tmp_gdb_file: &Path,
    runner_cfg: &RunnerConfig,
) -> Result<(Vec<JsonFrame>, Result<ExitStatus, RunnerError>), RunnerError>