[Lldb-commits] [lldb] [lldb][Breakpoint] Allow whitespace in breakpoint address expression (PR #126053)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 6 07:13:11 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
----------------
Michael137 wrote:
Done, will put them all in one lldb invocation
https://github.com/llvm/llvm-project/pull/126053
More information about the lldb-commits
mailing list