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