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
[AMDGPU] Add True16 register classes.
[llvm-project.git]
/
lldb
/
test
/
API
/
commands
/
command
/
script
/
import
/
thepackage
/
TPunitA.py
blob
ec2ae93e471f7871a414f18ad83c864bab152b9f
1
def
command
(
debugger
,
command
,
result
,
internal_dict
):
2
result
.
PutCString
(
"hello world A"
)
3
return None