[Lldb-commits] [lldb] [lldb] Support parsing data symbols from the Wasm name section (PR #153494)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 14 01:09:59 PDT 2025


DavidSpickett wrote:

> This PR adds support for parsing data symbols from the WebAssembly name section.

What I see is parsing the names of data segments, not test checks we can read a symbol that's in those segments. You added a global `str`, can we read that by name?

Or is a "data symbol" a symbol telling us where the data segment is, and that's where the "symbol symbols" will all be and later you'll add code to read those?

https://github.com/llvm/llvm-project/pull/153494


More information about the lldb-commits mailing list