Home
last modified time | relevance | path

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

/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp94 const char *SBAttachInfo::GetProcessPluginName() { in GetProcessPluginName() function in SBAttachInfo
97 return ConstString(m_opaque_sp->GetProcessPluginName()).GetCString(); in GetProcessPluginName()
H A DSBLaunchInfo.cpp234 const char *SBLaunchInfo::GetProcessPluginName() { in GetProcessPluginName() function in SBLaunchInfo
237 return ConstString(m_opaque_sp->GetProcessPluginName()).GetCString(); in GetProcessPluginName()
/llvm-project/lldb/include/lldb/API/
H A DSBAttachInfo.h122 const char *GetProcessPluginName();
H A DSBLaunchInfo.h169 const char *GetProcessPluginName();
/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h71 llvm::StringRef GetProcessPluginName() const;
/llvm-project/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp516 launch_info.GetProcessPluginName(), nullptr, false); in Attach()
558 attach_info.GetProcessPluginName(), nullptr, false); in GetFullNameForDylib()
/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp129 llvm::StringRef ProcessLaunchInfo::GetProcessPluginName() const { in GetProcessPluginName() function in ProcessLaunchInfo
/llvm-project/lldb/include/lldb/Target/
H A DProcess.h133 SetProcessPluginName(launch_info.GetProcessPluginName()); in ProcessAttachInfo()
158 llvm::StringRef GetProcessPluginName() const { in GetProcessPluginName()
156 llvm::StringRef GetProcessPluginName() const { GetProcessPluginName() function
/llvm-project/lldb/source/Target/
H A DTarget.cpp3416 launch_info.GetProcessPluginName(), nullptr, false); in Attach()
3576 llvm::StringRef plugin_name = attach_info.GetProcessPluginName(); in AddDummySignal()