[Lldb-commits] [lldb] [lldb] Add SBValue::GetParent (PR #197311)
via lldb-commits
lldb-commits at lists.llvm.org
Tue May 12 16:47:46 PDT 2026
jimingham wrote:
It would be good to add a test with one of the standard synthetic child providers (like std::vector) and see what the parent of that is. It should be the std::vector SBValue. I'm not 100% sure the synthetic child providers always do this right.
https://github.com/llvm/llvm-project/pull/197311
More information about the lldb-commits
mailing list