[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 09:45:11 PST 2024


jimingham wrote:

I wonder if "member" might be a better name than "child".  The base classes of an SBValue representing a C++ object are also children of the value, but you won't be able to look them up in this array.

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


More information about the lldb-commits mailing list