Searched refs:script_path (Results 1 – 2 of 2) sorted by relevance
15 let script_path = script_file.path().to_str().unwrap(); in gdb_with_script() localVariable16 cmd.args(&["-x", &script_path]); in gdb_with_script()
29 let script_path = script_file.path().to_str().unwrap(); in lldb_with_script() localVariable30 cmd.args(&["-s", &script_path]); in lldb_with_script()