Home
last modified time | relevance | path

Searched defs:GetLaunchEventData (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h125 const char *GetLaunchEventData() const { return m_event_data.c_str(); } in GetLaunchEventData() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp316 const char *SBLaunchInfo::GetLaunchEventData() const { in GetLaunchEventData() function in SBLaunchInfo