Searched refs:exe_file (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBAttachInfo.i34 SetExecutable (lldb::SBFileSpec exe_file);
H A DSBLaunchInfo.i41 SetExecutableFile (lldb::SBFileSpec exe_file, bool add_as_first_arg);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBAttachInfo.h73 void SetExecutable(lldb::SBFileSpec exe_file);
H A DSBLaunchInfo.h59 /// \param[in] exe_file
66 void SetExecutableFile(SBFileSpec exe_file, bool add_as_first_arg);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp116 void SBAttachInfo::SetExecutable(SBFileSpec exe_file) { argument
118 exe_file);
120 if (exe_file.IsValid())
121 m_opaque_sp->GetExecutableFile() = exe_file.ref();
H A DSBLaunchInfo.cpp104 void SBLaunchInfo::SetExecutableFile(SBFileSpec exe_file, argument
107 (lldb::SBFileSpec, bool), exe_file, add_as_first_arg);
109 m_opaque_sp->SetExecutableFile(exe_file.ref(), add_as_first_arg);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp61 void ProcessInfo::SetExecutableFile(const FileSpec &exe_file, argument
63 if (exe_file) {
64 m_executable = exe_file;
67 exe_file.GetPath(filename);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h45 void SetExecutableFile(const FileSpec &exe_file,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp776 FileSpec exe_file = launch_info.GetExecutableFile(); local
780 if (exe_file)
781 exe_path = exe_file.GetPath(false);

Completed in 192 milliseconds