aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/Shell/ScriptInterpreter/Python/scripted_breakpoint_lua.test
blob: 5346d4ae32b99eb3e90b60c46a73301148544bc6 (plain)
1
2
3
4
5
6
7
# REQUIRES: python
#
# 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