Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
DProcessInfo.cpp77 llvm::StringRef ProcessInfo::GetArg0() const { return m_arg0; } in GetArg0()
79 void ProcessInfo::SetArg0(llvm::StringRef arg) { m_arg0 = std::string(arg); } in SetArg0()
231 s.PutCString(m_arg0); in DumpAsTableRow()
339 io.mapRequired("arg0", Info.m_arg0); in mapping()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
DProcessInfo.h93 std::string m_arg0; // argv[0] if supported. If empty, then use m_executable. variable