Home
last modified time | relevance | path

Searched refs:GetProcessPluginName (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBAttachInfo.cpp92 const char *SBAttachInfo::GetProcessPluginName() { in GetProcessPluginName() function in SBAttachInfo
95 return m_opaque_sp->GetProcessPluginName(); in GetProcessPluginName()
H A DSBLaunchInfo.cpp231 const char *SBLaunchInfo::GetProcessPluginName() { in GetProcessPluginName() function in SBLaunchInfo
234 return m_opaque_sp->GetProcessPluginName(); in GetProcessPluginName()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBAttachInfo.i60 GetProcessPluginName ();
H A DSBLaunchInfo.i92 GetProcessPluginName ();
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBAttachInfo.h118 const char *GetProcessPluginName();
H A DSBLaunchInfo.h142 const char *GetProcessPluginName();
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h72 const char *GetProcessPluginName() const;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp497 launch_info.GetProcessPluginName(), nullptr, false); in DebugProcess()
536 const char *plugin_name = attach_info.GetProcessPluginName(); in Attach()
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp131 const char *ProcessLaunchInfo::GetProcessPluginName() const { in GetProcessPluginName() function in ProcessLaunchInfo
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h122 SetProcessPluginName(launch_info.GetProcessPluginName()); in ProcessAttachInfo()
149 const char *GetProcessPluginName() const { in GetProcessPluginName() function
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp3184 const char *plugin_name = launch_info.GetProcessPluginName(); in Launch()
3344 const char *plugin_name = attach_info.GetProcessPluginName(); in Attach()