Home
last modified time | relevance | path

Searched refs:lldb_path (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/tests/lldb/
Drun_tests.py205 self.lldb_path = _choice(args.lldb_path, config.lldb_path)
751 lldb_path = state.lldb_path
752 if not lldb_path:
756 params = [lldb_path, '-P']
761 error_string = 'Could not run lldb at %s: %s' % (lldb_path, str(err))
Dconfig.py80 def lldb_path(self): member in Config