Home
last modified time | relevance | path

Searched refs:GetLaunchEventData (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBLaunchInfo.cpp198 const char *SBLaunchInfo::GetLaunchEventData() const { in GetLaunchEventData() function in SBLaunchInfo
199 return m_opaque_sp->GetLaunchEventData(); in GetLaunchEventData()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBLaunchInfo.h138 const char *GetLaunchEventData() const;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcessLaunchInfo.h145 const char *GetLaunchEventData() const { return m_event_data.c_str(); } in GetLaunchEventData() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp932 const char *launch_event_data = launch_info.GetLaunchEventData(); in DoLaunch()