[Lldb-commits] [lldb] [lldb] Scope Wasm global reads to a module instance (PR #213176)

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 31 17:00:46 PDT 2026


jasonmolenda wrote:

(I mean if I'm following this PR correctly, we already encode address space in the UInt64 addresses used in gdb remote serial protocol for wasm addresses; it's only in this case where we're specifying which module the index is in where we need to do it explicitly in some way, and from the address point of view it kind of looks like an address space specifier.  But looking at this one instance in isolation, it's a module instance id, not an address space.)

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


More information about the lldb-commits mailing list