Home
last modified time | relevance | path

Searched refs:script_path (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/tests/all/native_debug/
H A Dgdb.rs15 let script_path = script_file.path().to_str().unwrap(); in gdb_with_script() localVariable
16 cmd.args(&["-x", &script_path]); in gdb_with_script()
H A Dlldb.rs29 let script_path = script_file.path().to_str().unwrap(); in lldb_with_script() localVariable
30 cmd.args(&["-s", &script_path]); in lldb_with_script()