[Lldb-commits] [lldb] [lldb] Limit DIL globals to only current file (PR #192592)

via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 17 09:27:17 PDT 2026


jimingham wrote:

With this change, `frame var` will only look for globals in the current CU, but SBFrame::GetValueForVariablePath looks for all globals.  I would have expected SBFrame to have the same scoping as `frame var` and if in scripts you want to see all globals you'd use the SBTarget equivalent.

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


More information about the lldb-commits mailing list