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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
