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
/
bug11569.py
blob
3c124de79bf3263db76df74b2ea441399ac77d9c
1
def
bug11569
(
debugger
,
args
,
result
,
dict
):
2
"""
3
http://llvm.org/bugs/show_bug.cgi?id=11569
4
LLDBSwigPythonCallCommand crashes when a command script returns an object.
5
"""
6
return
[
"return"
,
"a"
,
"non-string"
,
"should"
,
"not"
,
"crash"
,
"LLDB"
]