[Lldb-commits] [lldb] [lldb][Breakpoint] Allow whitespace in breakpoint address expression (PR #126053)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 6 06:17:51 PST 2025
================
@@ -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
More information about the lldb-commits
mailing list