Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBLaunchInfo.cpp279 SBLaunchInfo::GetLaunchEventData () const in GetLaunchEventData() function in SBLaunchInfo
281 return m_opaque_sp->GetLaunchEventData (); in GetLaunchEventData()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBLaunchInfo.h172 GetLaunchEventData () const;
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDProcessLaunchInfo.h221 GetLaunchEventData () const in GetLaunchEventData() function
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp981 const char * launch_event_data = launch_info.GetLaunchEventData(); in DoLaunch()