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