[Lldb-commits] [lldb] [lldb] Add enum lookup to DIL (PR #192065)
Ilia Kuklin via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 17 06:53:32 PDT 2026
================
@@ -380,6 +380,31 @@ lldb::ValueObjectSP LookupIdentifier(llvm::StringRef name_ref,
return nullptr;
}
+lldb::ValueObjectSP LookupEnumValue(llvm::StringRef name_ref,
+ std::shared_ptr<StackFrame> stack_frame) {
----------------
kuilpd wrote:
Ah... we use `std::shared_ptr<StackFrame>` everywhere in DILEval, including the private field. I'll make a separate PR to change this.
https://github.com/llvm/llvm-project/pull/192065
More information about the lldb-commits
mailing list