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
/
Lua
/
bindings.test
blob
d453f11f1ec768592f50a7fcb1f70928d6ce8c91
1
# UNSUPPORTED: lldb-repro
2
#
3
# RUN: cat %s | %lldb --script-language lua 2>&1 | FileCheck %s
4
script
5
debugger = lldb.SBDebugger.Create()
6
print("debugger is valid:", tostring(debugger:IsValid()))
7
# CHECK: debugger is valid: true