[Lldb-commits] [lldb] [lldb] Add lookup by name to SBValue.child (PR #118814)

via lldb-commits lldb-commits at lists.llvm.org
Thu Dec 5 16:17:38 PST 2024


jimingham wrote:

The other way to do it would be to use "::Foo" to refer to the base class, and "Foo" the member.  Maybe even nicer would be to allow just "Foo" if there's no ambiguity, and only require the :: if there is.

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


More information about the lldb-commits mailing list