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
[RISCV] Add RVVConstraint to SiFive custom matrix multiply instructions. (#124055)
[llvm-project.git]
/
lldb
/
test
/
API
/
python_api
/
default-constructor
/
sb_lineentry.py
blob
53761a0c1fa01aef0be0c0db8865a22b6e490dd9
1
"""
2
Fuzz tests an object after the default construction to make sure it does not crash lldb.
3
"""
4
5
import
lldb
6
7
8
def
fuzz_obj
(
obj
):
9
obj
.
GetStartAddress
()
10
obj
.
GetEndAddress
()
11
obj
.
GetFileSpec
()
12
obj
.
GetLine
()
13
obj
.
GetColumn
()
14
obj
.
GetDescription
(
lldb
.
SBStream
())