[Lldb-commits] [lldb] [LLDB] Add DIL code for handling plain variable names. (PR #120971)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 10 02:21:17 PST 2025


https://github.com/labath commented:

After thinking about this more, I think I'd like to remove the parts related to accessing global variables from this patch. I have two reasons for that:
- it's not required functionality for the minimum viable product (which is replacing "frame variable") as the command does not support this functionality right now
- I still have questions about how this functionality is supposed to work, and I think it'd be better to discuss them separately, once the rest of the infrastructure is in place.

Registers are also not supported by "frame var", but I think the functionality there is clear, so I have no problem with including them in the initial patch.

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


More information about the lldb-commits mailing list