Lines Matching refs:resolved_path
257 self.resolved_path = None
275 obj.resolved_path = module.platform_file.fullpath
292 print('resolved_path = "%s"' % (self.resolved_path))
312 resolved_path = self.get_resolved_path()
313 if resolved_path:
314 s += "%s " % (resolved_path)
332 if self.resolved_path:
333 return self.resolved_path
411 resolved_path = self.get_resolved_path()
413 resolved_path, None, uuid_str, self.symfile
482 resolved_path = self.get_resolved_path()
483 path_spec = lldb.SBFileSpec(resolved_path)
485 target = debugger.CreateTarget(resolved_path, self.arch, None, False, error)