Searched refs:exe_file (Results 1 – 7 of 7) sorted by relevance
65 ProcessInfo::SetExecutableFile (const FileSpec &exe_file, bool add_exe_file_as_first_arg) in SetExecutableFile() argument67 if (exe_file) in SetExecutableFile()69 m_executable = exe_file; in SetExecutableFile()73 if (exe_file.GetPath(filename, sizeof(filename))) in SetExecutableFile()
110 SBAttachInfo::SetExecutable (SBFileSpec exe_file) in SetExecutable() argument112 if (exe_file.IsValid()) in SetExecutable()113 m_opaque_sp->GetExecutableFile() = exe_file.ref(); in SetExecutable()
92 SBLaunchInfo::SetExecutableFile (SBFileSpec exe_file, bool add_as_first_arg) in SetExecutableFile() argument94 m_opaque_sp->SetExecutableFile(exe_file.ref(), add_as_first_arg); in SetExecutableFile()
45 SetExecutable (lldb::SBFileSpec exe_file);
75 SetExecutableFile (SBFileSpec exe_file, bool add_as_first_arg);
53 SetExecutableFile (const FileSpec &exe_file, bool add_exe_file_as_first_arg);
1514 FileSpec exe_file = launch_info.GetExecutableFile(); in SendArgumentsPacket() local1518 if (exe_file) in SendArgumentsPacket()1519 exe_path = exe_file.GetPath(false); in SendArgumentsPacket()