[Lldb-commits] [PATCH] D103349: [lldb] Don't print script output twice in HandleCommand
Nico Weber via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 25 08:42:57 PDT 2021
thakis added inline comments.
================
Comment at: lldb/lldb/test/Shell/Breakpoint/breakpoint-command.test:1
+# RUN: %build %p/Inputs/dummy-target.c -o %t.out
+# RUN: %lldb %t.out -o 'b main' -o 'break command add 1 -o "script print(95000 + 126)"' -o 'r'
----------------
Did you mean to put this file in lldb/lldb/test/Shell/Breakpoint/breakpoint-command.test or should it be in lldb/test/Shell/Breakpoint/breakpoint-command.test (just one "lldb/")?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103349/new/
https://reviews.llvm.org/D103349
More information about the lldb-commits
mailing list