test_debug_parse_expressions: improve expression! macro (#2104)
Provide automatic translation to opcodes from DW_OP_* identifiers. They are looked up from gimli. Since DW_OP_WASM_location is not contained in gimli yet, we take care of manually translating it.
This commit is contained in:
@@ -10,7 +10,7 @@ use wasmtime_environ::{CompiledFunctions, ModuleMemoryOffset};
|
||||
/// WasmtimeVMContext.
|
||||
///
|
||||
/// For unwrapping Wasm pointer, the WasmtimeVMContext has the `set()` method
|
||||
/// that allows to contol current Wasm memory to inspect.
|
||||
/// that allows to control current Wasm memory to inspect.
|
||||
/// Notice that "set_vmctx_memory" is an external/builtin subprogram that
|
||||
/// is not part of Wasm code.
|
||||
pub(crate) fn add_internal_types(
|
||||
|
||||
Reference in New Issue
Block a user