Lines Matching full:debugger
17 # Create a new debugger instance
18 debugger = lldb.SBDebugger.Create()
22 debugger.SetAsync (False)
27 target = debugger.CreateTargetWithFileAndArch (exe, lldb.LLDB_ARCH_DEFAULT)
95 … print('Unexpected process state: %s, killing process...' % debugger.StateAsCString (state))
102 target = debugger.CreateTarget('')
104 process = target.AttachToProcessWithName(debugger.GetListener(), 'PROCESS_NAME', False, error)
114 "Return true if target is deleted from the target list of the debugger."
139 from the input handle specified for the debugger object. Output/errors are
156 # Start an interactive lldb session from a script (with a valid debugger object
158 n_errors, quit_requested, has_crashed = debugger.RunCommandInterpreter(True,