llvm-project
782f5079 - [lldb][Wasm] Handle imports when parsing Wasm name sections (#170960)

Commit
2 days ago
[lldb][Wasm] Handle imports when parsing Wasm name sections (#170960) LLDB can use the wasm name section to populate its symbol table and get names for functions. However the index space used in the name section is the "function index space" which includes imported as well as locally defined functions.
Author
Parents
Loading