Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp26 class lldb_private::SBLaunchInfoImpl : public ProcessLaunchInfo { class in lldb_private
28 SBLaunchInfoImpl() : m_envp(GetEnvironment().getEnvp()) {} in SBLaunchInfoImpl() function in lldb_private::SBLaunchInfoImpl
33 SBLaunchInfoImpl &operator=(const ProcessLaunchInfo &rhs) { in operator =()
44 : m_opaque_sp(new SBLaunchInfoImpl()) { in SBLaunchInfo()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBLaunchInfo.h15 class SBLaunchInfoImpl; variable
218 std::shared_ptr<lldb_private::SBLaunchInfoImpl> m_opaque_sp;