xref
: /
llvm-project-15.0.7
/
lldb
/
test
/
API
/
commands
/
command
/
script
/
import
/
bar
/
barutil.py
(revision 99451b44)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
def
barutil_function
(
x
):
2
return
"barutil says: "
+
x
3