Searched refs:m_executable (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ProcessInfo.cpp | 25 : m_executable(), m_arguments(), m_environment(), m_arch() {} in ProcessInfo() 33 m_executable.Clear(); in Clear() 43 return m_executable.GetFilename().GetCString(); in GetName() 47 return m_executable.GetFilename().GetStringRef(); in GetNameAsStringRef() 65 m_executable = exe_file; in SetExecutableFile() 73 m_executable.Clear(); in SetExecutableFile() 92 m_executable.SetFile(first_arg, FileSpec::Style::native); in SetArguments() 108 m_executable.SetFile(first_arg, FileSpec::Style::native); in SetArguments() 120 if (m_executable) { in Dump() 123 m_executable.Dump(s.AsRawOstream()); in Dump() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | ProcessInfo.h | 42 FileSpec &GetExecutableFile() { return m_executable; } in GetExecutableFile() 47 const FileSpec &GetExecutableFile() const { return m_executable; } in GetExecutableFile() 92 FileSpec m_executable; variable
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Section.cpp | 166 m_executable(false), m_relocated(false), m_target_byte_size(target_byte_size) { in Section() 188 m_executable(false), m_relocated(false), m_target_byte_size(target_byte_size) { in Section() 310 m_writable ? 'w' : '-', m_executable ? 'x' : '-', in Dump() 374 if (m_executable) in GetPermissions() 383 m_executable = (permissions & ePermissionsExecutable) != 0; in SetPermissions()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Section.h | 265 m_executable : 1, // If this section has executable permissions variable
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | ProcessLaunchInfo.cpp | 342 m_executable = m_shell; in ConvertArgumentsForLaunchingInShell()
|