brintos

brintos / llvm-project-archived public Read only

0
0
Text · 222 B · 415900c Raw
10 lines · python
1import lldb2 3 4def test(debugger, command, result, internal_dict):5    return int(lldb.SBAddress())6 7 8def __lldb_init_module(debugger, internal_dict):9    debugger.HandleCommand("command script add -f sbaddress.test test")10