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

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);
  113     m_opaque_sp->GetExecutableFile().Clear();
  121     m_opaque_sp->GetExecutableFile() = exe_file.ref();
  123     m_opaque_sp->GetExecutableFile().Clear();
tools/lldb/source/API/SBLaunchInfo.cpp
  101   return LLDB_RECORD_RESULT(SBFileSpec(m_opaque_sp->GetExecutableFile()));
tools/lldb/source/API/SBProcessInfo.cpp
   77     file_spec.SetFileSpec(m_opaque_up->GetExecutableFile());
tools/lldb/source/API/SBTarget.cpp
  422     if (!launch_info.GetExecutableFile()) {
  523     attach_info.GetExecutableFile().SetFile(name, FileSpec::Style::native);
tools/lldb/source/Commands/CommandObjectPlatform.cpp
  974         m_options.launch_info.GetExecutableFile() = exe_module->GetFileSpec();
  976         m_options.launch_info.GetExecutableFile().GetPath(exe_path);
  983         if (m_options.launch_info.GetExecutableFile()) {
  995       if (m_options.launch_info.GetExecutableFile()) {
 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(
tools/lldb/source/Host/common/MonitoringProcessLauncher.cpp
   32   FileSpec exe_spec(resolved_info.GetExecutableFile());
tools/lldb/source/Host/linux/Host.cpp
  185     process_info.GetExecutableFile().SetFile(PathRef, FileSpec::Style::native);
tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
  729       process_info.GetExecutableFile().GetPath().c_str());
  731   ModuleSpec module_spec(process_info.GetExecutableFile(),
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
  937   FileSpec &debugserver_file_spec = launch_info.GetExecutableFile();
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/Target/Process.cpp
 2763     if (attach_info.GetExecutableFile().GetPath(process_name,
 2810             match_info.GetProcessInfo().GetExecutableFile().GetPath(
tools/lldb/source/Target/Target.cpp
 2833             launch_info.GetExecutableFile().GetPath().c_str());
 3010       attach_info.GetExecutableFile().GetFilename() =
tools/lldb/unittests/Utility/ProcessInstanceInfoTest.cpp
   97   info_bar.GetExecutableFile().SetFile("/foo/bar", FileSpec::Style::posix);
  101   match.GetProcessInfo().GetExecutableFile().SetFile("bar",
  107   match.GetProcessInfo().GetExecutableFile() = FileSpec();