blob: c86ae9057c502f42e3d9305995f18f097f3f51fe [file] [log] [blame]
# REQUIRES: python
# UNSUPPORTED: lldb-repro
#
# 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