Home
last modified time | relevance | path

Searched defs:SetProcessPluginName (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/lldb/source/API/
H A DSBAttachInfo.cpp98 void SBAttachInfo::SetProcessPluginName(const char *plugin_name) { in SetProcessPluginName() function in SBAttachInfo
H A DSBLaunchInfo.cpp237 void SBLaunchInfo::SetProcessPluginName(const char *plugin_name) { in SetProcessPluginName() function in SBLaunchInfo
/openbsd/gnu/llvm/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp135 void ProcessLaunchInfo::SetProcessPluginName(llvm::StringRef plugin) { in SetProcessPluginName() function in ProcessLaunchInfo
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h153 void SetProcessPluginName(llvm::StringRef plugin) { in SetProcessPluginName() function