xref: /llvm-project/lldb/test/Shell/ScriptInterpreter/Python/scripted_breakpoint_lua.test (revision 88591aa0ca7e4d99da353d49f91ea63e43fb55e0)
1# REQUIRES: python
2#
3# RUN: cat %s | %lldb --script-language lua 2>&1 | FileCheck %s
4b main
5breakpoint command add -s python -o 'print(frame); return False'
6run
7# CHECK: frame #0
8