[Lldb-commits] [lldb] [LLDB] Add type casting to DIL, part 2 or 3 (PR #170332)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Tue Dec 9 03:26:59 PST 2025
================
@@ -21,6 +21,37 @@
namespace lldb_private::dil {
+lldb::ValueObjectSP
+GetDynamicOrSyntheticValue(lldb::ValueObjectSP in_valobj_sp,
----------------
Michael137 wrote:
I see that we do this kind of pattern in a bunch of places across LLDB. Can we open a separate PR to introduce this as an API somewhere in `ValueObject`? That'll make this PR smaller and lets us clean up a bunch of places around LLDB.
https://github.com/llvm/llvm-project/pull/170332
More information about the lldb-commits
mailing list