[all-commits] [llvm/llvm-project] 94c894: lldbgdbremote.md: Update `qWasmLocal` result descr...
Max Desiatov via All-commits
all-commits at lists.llvm.org
Tue Dec 2 16:27:35 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 94c8940f449ebc3a42c8343ebbdf5b888a436854
https://github.com/llvm/llvm-project/commit/94c8940f449ebc3a42c8343ebbdf5b888a436854
Author: Max Desiatov <m_desiatov at apple.com>
Date: 2025-12-02 (Tue, 02 Dec 2025)
Changed paths:
M lldb/docs/resources/lldbgdbremote.md
Log Message:
-----------
lldbgdbremote.md: Update `qWasmLocal` result description (#170393)
The current description mistakenly specified that an address of a local
value in some address space is returned. When testing this with Wasm
runtimes that already implement this command, it can be observed that
the value itself 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.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list