sbaddress.py 220 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 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')