llvm-project/lldb/test/Shell/ScriptInterpreter/Python/scripted_breakpoint_lua.test
Jonas Devlieghere 88591aa0ca
[lldb] Remove lldb-repro utility
Remove lldb-repro which was used to run the test suite against a
reproducer. The corresponding functionality has been removed from LLDB
so there's no need for the tool anymore.
2024-10-31 10:39:48 -07:00

8 lines
179 B
Plaintext

# REQUIRES: python
#
# RUN: cat %s | %lldb --script-language lua 2>&1 | FileCheck %s
b main
breakpoint command add -s python -o 'print(frame); return False'
run
# CHECK: frame #0