[Lldb-commits] [lldb] [LLDB] Add field member operators to DIL (PR #138093)
via lldb-commits
lldb-commits at lists.llvm.org
Wed May 7 23:10:29 PDT 2025
================
@@ -272,4 +272,204 @@ Interpreter::Visit(const UnaryOpNode *node) {
m_expr, "invalid ast: unexpected binary operator", node->GetLocation());
}
+lldb::ValueObjectSP
+Interpreter::EvaluateMemberOf(lldb::ValueObjectSP value,
+ const std::vector<uint32_t> &path,
+ bool use_synthetic, bool is_dynamic) {
----------------
cmtice wrote:
Removed this function so comment doesn't matter now.
https://github.com/llvm/llvm-project/pull/138093
More information about the lldb-commits
mailing list