[Lldb-commits] [lldb] [lldb] Add `ValueObject::CreateValueObjectFromScalar` and fix `Scalar::GetData` (PR #151350)
Ilia Kuklin via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 31 05:39:07 PDT 2025
kuilpd wrote:
Changed the default address type and tried it with pointers, it works. I just didn't think about creating pointers with this function initially, but apparently it can be done as well.
https://github.com/llvm/llvm-project/pull/151350
More information about the lldb-commits
mailing list