Sign in
llvm
/
llvm-project
/
a78861fc55d18046989ff4d624a037e9181da170
/
.
/
lldb
/
test
/
API
/
commands
/
command
/
script
/
import
/
thepackage
/
TPunitB.py
blob: 82095e538cf1f4d9b91c5cf3450b4e3774469a97 [
file
] [
log
] [
blame
]
def
command
(
debugger
,
command
,
result
,
internal_dict
):
result
.
PutCString
(
"hello world B"
)
return
None