[Lldb-commits] [lldb] [lldb][Breakpoint] Allow whitespace in breakpoint address expression (PR #126053)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 6 07:16:45 PST 2025
================
@@ -0,0 +1,12 @@
+# RUN: %clang_host -g -O0 %S/Inputs/main.c -o %t.out
+# RUN: %lldb -b -o 'breakpoint set -a "main+26"' \
----------------
labath wrote:
Nested quotes don't work (or maybe work differently) on windows. Better put this into a command file (i.e., this file, since it's just full of comments ).
https://github.com/llvm/llvm-project/pull/126053
More information about the lldb-commits
mailing list