[Lldb-commits] [lldb] [lldb] Add `ValueObject::CreateValueObjectFromScalar` and fix `Scalar::GetData` (PR #151350)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 30 10:48:26 PDT 2025
================
@@ -84,11 +84,15 @@ class Scalar {
/// Store the binary representation of this value into the given storage.
----------------
jimingham wrote:
This comment mostly applies to the routine after the one it decorates.
https://github.com/llvm/llvm-project/pull/151350
More information about the lldb-commits
mailing list