[Lldb-commits] [PATCH] D92729: [LLDB] fix error message for one-line breakpoint scripts
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Dec 7 00:35:28 PST 2020
labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.
Thanks.
================
Comment at: lldb/test/Shell/ScriptInterpreter/Python/fail_breakpoint_oneline.test:4
+#
+# RUN: cat %s | %lldb --script-language python 2>&1 | FileCheck %s
+b main
----------------
`-s %s` instead of `cat` ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92729/new/
https://reviews.llvm.org/D92729
More information about the lldb-commits
mailing list