[Lldb-commits] [lldb] [lldb/DWARF] Downgrade the "parent of variable is not CU" error (PR #108806)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 16 04:11:54 PDT 2024
labath wrote:
One more clarification :P
I think it would be reasonable for something like `target variable foo()::v` to return the static variable `v` in function `foo()`, and to make that work we might (depending on how exactly this is implemented) need to insert the variable into the manual index as well. However, we don't support such queries right now.
https://github.com/llvm/llvm-project/pull/108806
More information about the lldb-commits
mailing list