bolt/deps/llvm-18.1.8/lldb/test/Shell/ScriptInterpreter/Python/Inputs/sbaddress.py

10 lines
222 B
Python
Raw Normal View History

2025-02-14 19:21:04 +01:00
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")