1 def bar_function(debugger
, args
, result
, dict):
3 print(UtilityModule
.barutil_function("bar told me " + args
), file=result
)
7 def __lldb_init_module(debugger
, session_dict
):
9 UtilityModule
= __import__("barutil")
10 debugger
.HandleCommand("command script add -f bar.bar_function barothercmd")