Searched refs:m_executable (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp23 : m_executable(), m_arguments(), m_environment(), m_uid(UINT32_MAX),
28 : m_executable(name), m_arguments(), m_environment(), m_uid(UINT32_MAX),
32 m_executable.Clear();
42 return m_executable.GetFilename().GetCString();
46 return m_executable.GetFilename().GetStringRef();
64 m_executable = exe_file;
72 m_executable.Clear();
91 m_executable.SetFile(first_arg, FileSpec::Style::native);
107 m_executable.SetFile(first_arg, FileSpec::Style::native);
119 if (m_executable) {
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h43 FileSpec &GetExecutableFile() { return m_executable; }
48 const FileSpec &GetExecutableFile() const { return m_executable; }
92 FileSpec m_executable; member in class:lldb_private::ProcessInfo
93 std::string m_arg0; // argv[0] if supported. If empty, then use m_executable.
95 // the resolved platform executable (which is in m_executable)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp165 m_executable(false), m_relocated(false), m_target_byte_size(target_byte_size) {
187 m_executable(false), m_relocated(false), m_target_byte_size(target_byte_size) {
312 m_writable ? 'w' : '-', m_executable ? 'x' : '-', m_file_offset,
376 if (m_executable)
385 m_executable = (permissions & ePermissionsExecutable) != 0;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h264 m_executable : 1, // If this section has executable permissions
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp340 m_executable = m_shell;

Completed in 131 milliseconds