Skip to content

Commit eede8ac

Browse files
authored
lldbgdbremote.md: Update qWasmLocal result description
The current description mistakenly specified that an address of the local value in some address space is returned. When testing this with Wasm runtimes that already implement this command, it can be clearly seen that the value is returned. The value itself may be an address for languages that use shadow stack in Wasm linear memory, but the value of an arbitrary local does not always contain that address.
1 parent b6bf196 commit eede8ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/docs/resources/lldbgdbremote.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2505,7 +2505,7 @@ variables.
25052505
25062506
Get the value of a Wasm function argument or local variable for the given frame
25072507
index at the given variable index. The indexes are encoded as base 10. The
2508-
result is a hex-encoded address from where to read the value.
2508+
result is a hex-encoded little-endian value of the local.
25092509
25102510
25112511
```

0 commit comments

Comments
 (0)