Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp316 const char *SBLaunchInfo::GetLaunchEventData() const { in GetLaunchEventData() function in SBLaunchInfo
319 return ConstString(m_opaque_sp->GetLaunchEventData()).GetCString(); in GetLaunchEventData()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBLaunchInfo.h195 const char *GetLaunchEventData() const;
/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/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp742 const char *launch_event_data = launch_info.GetLaunchEventData(); in DoLaunch()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp35989 result = (char *)((lldb::SBLaunchInfo const *)arg1)->GetLaunchEventData(); in _wrap_SBLaunchInfo_GetLaunchEventData()