repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[flang] Fix length handling in character kind implicit conversion (#74586)
[llvm-project.git]
/
lldb
/
test
/
Shell
/
ScriptInterpreter
/
Python
/
scripted_breakpoint_lua.test
blob
c86ae9057c502f42e3d9305995f18f097f3f51fe
1
# REQUIRES: python
2
# UNSUPPORTED: lldb-repro
3
#
4
# RUN: cat %s | %lldb --script-language lua 2>&1 | FileCheck %s
5
b main
6
breakpoint command add -s python -o 'print(frame); return False'
7
run
8
# CHECK: frame #0