Sign in
fuchsia
/
third_party
/
llvm-project
/
a336055ddb4290b953871d1714159de4b70670a8
/
.
/
lldb
/
test
/
Shell
/
ScriptInterpreter
/
Python
/
Inputs
/
sbaddress.py
blob: 415900c9b99044420a7dd34eadd14d482d8623e0 [
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"
)