[Lldb-commits] [lldb] [lldb][test] Add test for completing ObjCObjectType (PR #95405)

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 13 09:46:37 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
----------------
adrian-prantl wrote:

Does this test work on Linux?
Is there another constant that is even less likely to ever be a real pointer?
Would 0x00000001 work?

https://github.com/llvm/llvm-project/pull/95405


More information about the lldb-commits mailing list