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
[clang] Document the return value of __builtin_COLUMN (#118360)
[llvm-project.git]
/
lldb
/
test
/
Shell
/
ScriptInterpreter
/
Lua
/
bindings.test
blob
f53f46b54da2a357e52265e843d6da71cbde522f
1
# RUN: cat %s | %lldb --script-language lua 2>&1 | FileCheck %s
2
script
3
debugger = lldb.SBDebugger.Create()
4
print("debugger is valid:", tostring(debugger:IsValid()))
5
# CHECK: debugger is valid: true