reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Utility/FileSpec.h
  368   void SetFile(llvm::StringRef path, Style style);

References

tools/lldb/include/lldb/Utility/ProcessInfo.h
  208     m_match_info.GetExecutableFile().SetFile(process_name,
tools/lldb/source/API/SBAttachInfo.cpp
   35     m_opaque_sp->GetExecutableFile().SetFile(path, FileSpec::Style::native);
   45     m_opaque_sp->GetExecutableFile().SetFile(path, FileSpec::Style::native);
  111     m_opaque_sp->GetExecutableFile().SetFile(path, FileSpec::Style::native);
tools/lldb/source/API/SBTarget.cpp
  523     attach_info.GetExecutableFile().SetFile(name, FileSpec::Style::native);
 1575       module_spec.GetFileSpec().SetFile(path, FileSpec::Style::native);
 1587       module_spec.GetSymbolFileSpec().SetFile(symfile, FileSpec::Style::native);
tools/lldb/source/Breakpoint/BreakpointResolverAddress.cpp
   62     module_filespec.SetFile(module_name, FileSpec::Style::native);
tools/lldb/source/Commands/CommandObjectLog.cpp
  100         log_file.SetFile(option_arg, FileSpec::Style::native);
tools/lldb/source/Commands/CommandObjectMemory.cpp
 1211         m_infile.SetFile(option_value, FileSpec::Style::native);
tools/lldb/source/Commands/CommandObjectPlatform.cpp
 1230         match_info.GetProcessInfo().GetExecutableFile().SetFile(
 1236         match_info.GetProcessInfo().GetExecutableFile().SetFile(
 1242         match_info.GetProcessInfo().GetExecutableFile().SetFile(
 1248         match_info.GetProcessInfo().GetExecutableFile().SetFile(
 1254         match_info.GetProcessInfo().GetExecutableFile().SetFile(
 1417         attach_info.GetExecutableFile().SetFile(option_arg,
 1464         match_info.GetProcessInfo().GetExecutableFile().SetFile(
tools/lldb/source/Commands/CommandObjectProcess.cpp
  297         attach_info.GetExecutableFile().SetFile(option_arg,
  347         match_info.GetProcessInfo().GetExecutableFile().SetFile(
  883           install_path.SetFile(option_arg, FileSpec::Style::native);
tools/lldb/source/Commands/CommandObjectReproducer.cpp
  186         file.SetFile(option_arg, FileSpec::Style::native);
tools/lldb/source/Commands/CommandObjectTarget.cpp
  316         file_spec.SetFile(file_path, FileSpec::Style::native);
 3608         m_file.SetFile(option_arg, FileSpec::Style::native);
 4325             symbol_file_spec.SetFile(entry.ref(), FileSpec::Style::native);
tools/lldb/source/Host/common/File.cpp
  355       file_spec.SetFile(path, FileSpec::Style::native);
tools/lldb/source/Host/common/Host.cpp
  416       module_filespec.SetFile(info.dli_fname, FileSpec::Style::native);
tools/lldb/source/Host/linux/Host.cpp
  185     process_info.GetExecutableFile().SetFile(PathRef, FileSpec::Style::native);
tools/lldb/source/Host/linux/HostInfoLinux.cpp
  169       g_program_filespec.SetFile(exe_path, FileSpec::Style::native);
tools/lldb/source/Host/posix/FileSystem.cpp
   51     dst.SetFile(buf, FileSpec::Style::native);
tools/lldb/source/Interpreter/OptionValueFileSpec.cpp
   76       m_current_value.SetFile(value.str(), FileSpec::Style::native);
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
  370     image_infos[i].file_spec.SetFile(
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
  679         image_infos[i].file_spec.SetFile(raw_path, FileSpec::Style::native);
  872           lc_id_dylinker->SetFile(path, FileSpec::Style::native);
tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp
  278   entry.file_spec.SetFile(name, FileSpec::Style::native);
  549   entry.file_spec.SetFile(file_path, FileSpec::Style::native);
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
 4529         m_outfile.SetFile(option_arg, FileSpec::Style::native);
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 3911                     so_dir.SetFile(&full_so_path[double_slash_pos + 1],
tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
 1167       temp_file_spec.SetFile(xcode_dir_path, FileSpec::Style::native);
 1191       temp_file_spec.SetFile(developer_dir_path, FileSpec::Style::native);
tools/lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
  211           fspec.SetFile(sdk_path.GetString(), FileSpec::Style::native);
  217           fspec.SetFile(default_xcode_sdk, FileSpec::Style::native);
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.cpp
  428         local_file.SetFile(sdkroot_path, FileSpec::Style::native);
  459       local_file.SetFile(resolved_path, FileSpec::Style::native);
  472       local_file.SetFile(resolved_path, FileSpec::Style::native);
  486       local_file.SetFile(resolved_path, FileSpec::Style::native);
tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
   82       resolved_module_spec.GetFileSpec().SetFile(exe_path,
  985         loaded_image->SetFile(name_string, llvm::sys::path::Style::posix);
tools/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
  173       resolved_module_spec.GetFileSpec().SetFile(exe_path,
tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
  241       exe_module_spec.GetFileSpec().SetFile(
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
  945     debugserver_file_spec.SetFile(env_debugserver_path,
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
 1930         process_info.GetExecutableFile().SetFile(name, FileSpec::Style::native);
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
  350         match_info.GetProcessInfo().GetExecutableFile().SetFile(
 1038                   m_process_launch_info.GetExecutableFile().SetFile(
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  838           stdin_file_spec.SetFile(FileSystem::DEV_NULL,
  841           stdout_file_spec.SetFile(FileSystem::DEV_NULL,
  844           stderr_file_spec.SetFile(FileSystem::DEV_NULL,
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  718               cu_file_spec.SetFile(remapped_file, FileSpec::Style::native);
 1572     dwo_file.SetFile(comp_dir, FileSpec::Style::native);
 1617             dwo_module_spec.GetFileSpec().SetFile(dwo_path,
 1623                 dwo_module_spec.GetFileSpec().SetFile(comp_dir,
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
  344           m_compile_unit_infos[i].so_file.SetFile(
tools/lldb/source/Symbol/ObjectFile.cpp
  584   archive_file.SetFile(archive, FileSpec::Style::native);
tools/lldb/source/Target/PathMappingList.cpp
  193     fixed.SetFile(it.first.GetStringRef(), FileSpec::Style::native);
  234       new_spec.SetFile(entry.second.GetCString(), FileSpec::Style::native);
tools/lldb/source/Target/TargetList.cpp
  116     module_spec.GetFileSpec().SetFile(user_exe_path, FileSpec::Style::native);
tools/lldb/source/Utility/FileSpec.cpp
   72   SetFile(path, style);
  188 void FileSpec::SetFile(llvm::StringRef pathname) { SetFile(pathname, m_style); }
  232   return SetFile(path, triple.isOSWindows() ? Style::windows : Style::posix);
  451   SetFile(new_path, m_style);
  462   SetFile(current_path, m_style);
tools/lldb/source/Utility/ProcessInfo.cpp
   91       m_executable.SetFile(first_arg, FileSpec::Style::native);
  107       m_executable.SetFile(first_arg, FileSpec::Style::native);
tools/lldb/tools/lldb-server/lldb-platform.cpp
  199         socket_file.SetFile(optarg, FileSpec::Style::native);
tools/lldb/tools/lldb-test/lldb-test.cpp
  806   Spec.GetSymbolFileSpec().SetFile(Symbols, FileSpec::Style::native);
tools/lldb/unittests/ObjectFile/ELF/TestObjectFileELF.cpp
  108   spec.GetSymbolFileSpec().SetFile(ExpectedFile->name(),
  229   spec.GetSymbolFileSpec().SetFile(ExpectedFile->name(),
  294   spec.GetSymbolFileSpec().SetFile(ExpectedFile->name(),
tools/lldb/unittests/Symbol/LocateSymbolFileTest.cpp
   47   module_spec.GetSymbolFileSpec().SetFile(
tools/lldb/unittests/Utility/ProcessInstanceInfoTest.cpp
   97   info_bar.GetExecutableFile().SetFile("/foo/bar", FileSpec::Style::posix);
  101   match.GetProcessInfo().GetExecutableFile().SetFile("bar",