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
/
TPunitB.py
blob
82095e538cf1f4d9b91c5cf3450b4e3774469a97
1
def
command
(
debugger
,
command
,
result
,
internal_dict
):
2
result
.
PutCString
(
"hello world B"
)
3
return None