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