1# REQUIRES: python2#3# RUN: cat %s | %lldb --script-language lua 2>&1 | FileCheck %s4b main5breakpoint command add -s python -o 'print(frame); return False'6run7# CHECK: frame #08