Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
00bb397b0dc79fcad27bfe63456a2100039706f2
/
.
/
lldb
/
test
/
Shell
/
ScriptInterpreter
/
Python
/
Inputs
/
sbaddress.py
blob: 132d284549024cced8b3cca558123f34fd2f6c4e [
file
] [
log
] [
blame
]
import
lldb
def
test
(
debugger
,
command
,
result
,
internal_dict
):
return
int
(
lldb
.
SBAddress
())
def
__lldb_init_module
(
debugger
,
internal_dict
):
debugger
.
HandleCommand
(
'command script add -f sbaddress.test test'
)