17406d236SPavel Labathimport lldb
27406d236SPavel Labath
37406d236SPavel Labathdebugger_copy = None
4*0a07c966SPavel Labathresult_copy = None
57406d236SPavel Labath
67406d236SPavel Labathdef save_debugger(debugger, command, context, result, internal_dict):
7*0a07c966SPavel Labath    global debugger_copy, result_copy
87406d236SPavel Labath    debugger_copy = debugger
9*0a07c966SPavel Labath    result_copy = result
107406d236SPavel Labath    result.AppendMessage(str(debugger))
117406d236SPavel Labath    result.SetStatus(lldb.eReturnStatusSuccessFinishResult)
12