[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 07:42:32 PDT 2025
DavidSpickett wrote:
So a "data symbol" is nothing to do with symbols the user has defined, these are kind of internal symbols which are section name offsets into this one giant data segment.
Add something to the PR description like "data symbols provide the names of the sub-sections of the wasm data segment", whatever the correct form of that is.
Just wanted to understand that. Otherwise, I have no other comments.
https://github.com/llvm/llvm-project/pull/153494
More information about the lldb-commits
mailing list