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

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

Completed in 145 milliseconds