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