diff --git a/lldb/docs/resources/lldbgdbremote.md b/lldb/docs/resources/lldbgdbremote.md index f0c5e6b04d54c..5fff53965ed1e 100644 --- a/lldb/docs/resources/lldbgdbremote.md +++ b/lldb/docs/resources/lldbgdbremote.md @@ -2491,9 +2491,10 @@ The packet below are supported by the ### qWasmCallStack Get the Wasm call stack for the given thread id. This returns a hex-encoded -list of PC values, one for each frame of the call stack. To match the Wasm -specification, the addresses are encoded in little endian byte order, even if -the endian of the Wasm runtime's host is not little endian. +list (with no delimiters) of 64-bit PC values, one for each frame of the call +stack. To match the Wasm specification, the addresses are encoded in little +endian byte order, even if the endian of the Wasm runtime's host is not little +endian. ``` send packet: $qWasmCallStack:202dbe040#08