Home
last modified time | relevance | path

Searched refs:new_file_spec (Results 1 – 4 of 4) sorted by relevance

/external/lldb/source/Core/
DSourceManager.cpp395 FileSpec new_file_spec; in File() local
400 if (target->GetSourcePathMap().FindFile (m_file_spec, new_file_spec) || in File()
401 target->GetImages().FindSourceFile (m_file_spec, new_file_spec)) in File()
403 m_file_spec = new_file_spec; in File()
/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp344 FileSpec new_file_spec (new_path, false); in GetSharedModule() local
345 if (new_file_spec.Exists()) in GetSharedModule()
348 new_module_spec.GetFileSpec() = new_file_spec; in GetSharedModule()
357 module_sp->SetPlatformFileSpec(new_file_spec); in GetSharedModule()
/external/lldb/source/Interpreter/
DOptionValueProperties.cpp443 …rtyAtIndexAsFileSpec (const ExecutionContext *exe_ctx, uint32_t idx, const FileSpec &new_file_spec) in SetPropertyAtIndexAsFileSpec() argument
450 return value->SetFileSpecValue(new_file_spec); in SetPropertyAtIndexAsFileSpec()
/external/lldb/source/Target/
DStackFrame.cpp445 FileSpec new_file_spec; in GetSymbolContext() local
446 … if (m_sc.target_sp->GetSourcePathMap().FindFile (m_sc.line_entry.file, new_file_spec)) in GetSymbolContext()
447 m_sc.line_entry.file = new_file_spec; in GetSymbolContext()