Skip to content

Commit 2c0b95c

Browse files
committed
Refine qWasmCallStack documentation
`qWasmCallStack` documentation is not clear in how the list of PC values is delimited and the size of these values.
1 parent 56503d8 commit 2c0b95c

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
@@ -2491,7 +2491,7 @@ The packet below are supported by the
24912491
### qWasmCallStack
24922492
24932493
Get the Wasm call stack for the given thread id. This returns a hex-encoded
2494-
list of PC values, one for each frame of the call stack. To match the Wasm
2494+
list (with no delimiters) of 64-bit PC values, one for each frame of the call stack. To match the Wasm
24952495
specification, the addresses are encoded in little endian byte order, even if
24962496
the endian of the Wasm runtime's host is not little endian.
24972497

0 commit comments

Comments
 (0)