[Lldb-commits] [lldb] [lldb] Fix TestDiagnoseDereferenceFunctionReturn on linux (PR #128512)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 24 07:16:34 PST 2025
================
@@ -1670,13 +1670,14 @@ lldb::ValueObjectSP DoGuessValueAt(StackFrame &frame, ConstString reg,
break;
case Instruction::Operand::Type::Immediate: {
----------------
DavidSpickett wrote:
It makes enough sense yes :)
https://github.com/llvm/llvm-project/pull/128512
More information about the lldb-commits
mailing list