Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions lldb/docs/resources/lldbgdbremote.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading