Searched refs:m_executable (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/gnu/llvm/lldb/source/Utility/ |
H A D | ProcessInfo.cpp | 24 : m_executable(), m_arguments(), m_environment(), m_arch() {} in ProcessInfo() 28 : m_executable(name), m_arguments(), m_environment(), m_arch(arch), in ProcessInfo() 32 m_executable.Clear(); in Clear() 42 return m_executable.GetFilename().GetCString(); in GetName() 46 return m_executable.GetFilename().GetStringRef(); in GetNameAsStringRef() 64 m_executable = exe_file; in SetExecutableFile() 72 m_executable.Clear(); in SetExecutableFile() 91 m_executable.SetFile(first_arg, FileSpec::Style::native); in SetArguments() 107 m_executable.SetFile(first_arg, FileSpec::Style::native); in SetArguments() 119 if (m_executable) { in Dump() [all …]
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
H A D | ProcessInfo.h | 41 FileSpec &GetExecutableFile() { return m_executable; } in GetExecutableFile() 46 const FileSpec &GetExecutableFile() const { return m_executable; } in GetExecutableFile() 90 FileSpec m_executable;
|
/openbsd-src/gnu/llvm/lldb/source/Core/ |
H A D | Section.cpp | 166 m_executable(false), m_relocated(false), m_target_byte_size(target_byte_size) { in Section() 182 m_executable(false), m_relocated(false), m_target_byte_size(target_byte_size) { in Section() 296 m_writable ? 'w' : '-', m_executable ? 'x' : '-', in Dump() 360 if (m_executable) in GetPermissions() 369 m_executable = (permissions & ePermissionsExecutable) != 0; in SetPermissions()
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
H A D | Section.h | 278 m_executable : 1, // If this section has executable permissions variable
|
/openbsd-src/gnu/llvm/lldb/source/Host/common/ |
H A D | ProcessLaunchInfo.cpp | 334 m_executable = m_shell; in ConvertArgumentsForLaunchingInShell()
|