[Lldb-commits] [lldb] [LLDB] Modify CreateValueObjectFrom* to take an ExecutionContext (PR #185547)

via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 10 08:21:37 PDT 2026


jimingham wrote:

Do you ever intend to use anything out of the execution context besides the type system to use?  If not, it seems like we're passing a lot more information than we need to.  Wouldn't it be better to pass exactly what the ValueObject's need and let the caller decide how to extract that information?

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


More information about the lldb-commits mailing list