brintos

brintos / llvm-project-archived public Read only

0
0
Text · 179 B · 5346d4a Raw
8 lines · plain
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