[Lldb-commits] [lldb] [lldb][test] Add test for completing ObjCObjectType (PR #95405)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 13 14:20:10 PDT 2024
================
@@ -0,0 +1,10 @@
+// RUN: %clangxx_host %s -g -o %t
+//
+// RUN: %lldb -f %t \
+// RUN: -o "settings set interpreter.stop-command-source-on-error false" \
+// RUN: -o "b main" -o run -o "expression --language objc -- *(id)0x1234" -o exit 2>&1 | FileCheck %s
----------------
Michael137 wrote:
done
https://github.com/llvm/llvm-project/pull/95405
More information about the lldb-commits
mailing list