Searched refs:exe_file (Results 1 – 9 of 9) sorted by relevance
61 void ProcessInfo::SetExecutableFile(const FileSpec &exe_file, in SetExecutableFile() argument63 if (exe_file) { in SetExecutableFile()64 m_executable = exe_file; in SetExecutableFile()67 exe_file.GetPath(filename); in SetExecutableFile()
116 void SBAttachInfo::SetExecutable(SBFileSpec exe_file) { in SetExecutable() argument118 exe_file); in SetExecutable()120 if (exe_file.IsValid()) in SetExecutable()121 m_opaque_sp->GetExecutableFile() = exe_file.ref(); in SetExecutable()
104 void SBLaunchInfo::SetExecutableFile(SBFileSpec exe_file, in SetExecutableFile() argument107 (lldb::SBFileSpec, bool), exe_file, add_as_first_arg); in SetExecutableFile()109 m_opaque_sp->SetExecutableFile(exe_file.ref(), add_as_first_arg); in SetExecutableFile()
34 SetExecutable (lldb::SBFileSpec exe_file);
41 SetExecutableFile (lldb::SBFileSpec exe_file, bool add_as_first_arg);
73 void SetExecutable(lldb::SBFileSpec exe_file);
66 void SetExecutableFile(SBFileSpec exe_file, bool add_as_first_arg);
45 void SetExecutableFile(const FileSpec &exe_file,
776 FileSpec exe_file = launch_info.GetExecutableFile(); in SendArgumentsPacket() local780 if (exe_file) in SendArgumentsPacket()781 exe_path = exe_file.GetPath(false); in SendArgumentsPacket()