HomeSort by relevance Sort by last modified time
    Searched refs:new_file_spec (Results 1 - 4 of 4) sorted by null

  /external/lldb/source/Core/
SourceManager.cpp 395 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/
PlatformDarwin.cpp 344 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);
    [all...]
  /external/lldb/source/Interpreter/
OptionValueProperties.cpp 443 OptionValueProperties::SetPropertyAtIndexAsFileSpec (const ExecutionContext *exe_ctx, uint32_t idx, const FileSpec &new_file_spec)
450 return value->SetFileSpecValue(new_file_spec);
  /external/lldb/source/Target/
StackFrame.cpp 445 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;
    [all...]

Completed in 1131 milliseconds