Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp79 FileSpec symfile_spec (objfile->GetFileSpec()); in LocateExecutableScriptingResources() local
80 if (symfile_spec && symfile_spec.Exists()) in LocateExecutableScriptingResources()
100 …path_string.Printf("%s/../Python/%s.py",symfile_spec.GetDirectory().GetCString(), module_basename.… in LocateExecutableScriptingResources()
/external/lldb/source/Commands/
DCommandObjectTarget.cpp3353 … FileSpec &symfile_spec = symbol_file->GetObjectFile()->GetFileSpec(); in PrintModule() local
3355 if (!symfile_spec || symfile_spec == module->GetFileSpec()) in PrintModule()
4586 FileSpec symfile_spec; in DoExecute() local
4587 … if (platform_sp->ResolveSymbolFile(*target, module_spec, symfile_spec).Success()) in DoExecute()
4588 module_spec.GetSymbolFileSpec() = symfile_spec; in DoExecute()