Searched refs:lldb_path (Results 1 – 2 of 2) sorted by relevance
205 self.lldb_path = _choice(args.lldb_path, config.lldb_path)751 lldb_path = state.lldb_path752 if not lldb_path:756 params = [lldb_path, '-P']761 error_string = 'Could not run lldb at %s: %s' % (lldb_path, str(err))
80 def lldb_path(self): member in Config