[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 16:55:46 PDT 2026


jasonmolenda wrote:

If you're going to use the same specification syntax as the address space PR, I think this should wait until that lands.

But given that it's only used (right now) when looking up a global variable and allowing us to specify the module instance id to look up the global, is using the same key name adding anything?  I mean yes, there is an "address space" where each module instance has an ordinal global number, and we're asking for one of them, but this isn't really an address space as we think of it anywhere else.  It's a module instance id for looking up globals.

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


More information about the lldb-commits mailing list