MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / lldb_path

Function lldb_path

tests/all/guest_debug/mod.rs:43–45  ·  view source on GitHub ↗

Path to the wasm-aware LLDB.

()

Source from the content-addressed store, hash-verified

41
42/// Path to the wasm-aware LLDB.
43fn lldb_path() -> String {
44 std::env::var("LLDB").unwrap_or("/opt/wasi-sdk/bin/lldb".to_string())
45}
46
47/// The readiness marker printed by the gdbstub to stderr.
48const GDBSTUB_READY_MARKER: &str = "Debugger listening on";

Callers 1

lldb_with_gdbstub_scriptFunction · 0.85

Calls 1

to_stringMethod · 0.45

Tested by

no test coverage detected