Home
last modified time | relevance | path

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

/wasmtime-44.0.1/tests/all/native_debug/
H A Dgdb.rs13 let mut script_file = NamedTempFile::new()?; in gdb_with_script() localVariable
14 script_file.write(script.as_bytes())?; in gdb_with_script()
15 let script_path = script_file.path().to_str().unwrap(); in gdb_with_script()
H A Dlldb.rs27 let mut script_file = NamedTempFile::new()?; in lldb_with_script() localVariable
28 script_file.write(script.as_bytes())?; in lldb_with_script()
29 let script_path = script_file.path().to_str().unwrap(); in lldb_with_script()