[Lldb-commits] [PATCH] D139463: Fix breakpoint-command.test when no script interpreter is compiled in.
Mitch Phillips via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Dec 12 10:53:05 PST 2022
hctim updated this revision to Diff 482190.
hctim marked an inline comment as done.
hctim added a comment.
change to using existing python/lua glue
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139463/new/
https://reviews.llvm.org/D139463
Files:
lldb/test/Shell/Breakpoint/breakpoint-command.test
Index: lldb/test/Shell/Breakpoint/breakpoint-command.test
===================================================================
--- lldb/test/Shell/Breakpoint/breakpoint-command.test
+++ lldb/test/Shell/Breakpoint/breakpoint-command.test
@@ -1,3 +1,5 @@
+# REQUIRES: lua || python
+
# 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' | FileCheck %s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139463.482190.patch
Type: text/x-patch
Size: 444 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20221212/ae4c2622/attachment-0001.bin>
More information about the lldb-commits
mailing list