Home
last modified time | relevance | path

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

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