[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
Thu Dec 11 01:57:04 PST 2025
================
@@ -43,7 +65,8 @@ static CompilerType GetBasicType(lldb::TypeSystemSP type_system,
}
static lldb::ValueObjectSP
-ArrayToPointerConversion(ValueObject &valobj, ExecutionContextScope &ctx) {
+ArrayToPointerConversion(ValueObject &valobj, ExecutionContextScope &ctx,
+ llvm::StringRef name) {
----------------
Michael137 wrote:
This new parameter is unused. Did you mean to pass it to `CreateValueObjectFromAddress`?
https://github.com/llvm/llvm-project/pull/170332
More information about the lldb-commits
mailing list