================
@@ -0,0 +1,3 @@
+# RUN: %clang_host -g -O0 %S/Inputs/main.c -o %t.out
+# RUN: %lldb -b -o 'breakpoint set -a "main  +    26"' %t.out | FileCheck %s 
--check-prefix CHECK
----------------
DavidSpickett wrote:

You should test a few versions in case the whitespace was ever made mandatory 
accidentally, on either side of the `+`.

https://github.com/llvm/llvm-project/pull/126053
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to