Searched refs:m_arg0 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp76 llvm::StringRef ProcessInfo::GetArg0() const { return m_arg0; }
78 void ProcessInfo::SetArg0(llvm::StringRef arg) { m_arg0 = arg; }
230 s.PutCString(m_arg0);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h93 std::string m_arg0; // argv[0] if supported. If empty, then use m_executable. member in class:lldb_private::ProcessInfo

Completed in 151 milliseconds