Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp80 llvm::StringRef ProcessInfo::GetArg0() const { return m_arg0; } in GetArg0()
82 void ProcessInfo::SetArg0(llvm::StringRef arg) { m_arg0 = std::string(arg); } in SetArg0()
239 s.PutCString(m_arg0); in DumpAsTableRow()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h122 std::string m_arg0; // argv[0] if supported. If empty, then use m_executable. variable