Home
last modified time | relevance | path

Searched refs:SetStandardErrorPath (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h193 void SetStandardErrorPath(llvm::StringRef path);
197 void SetStandardErrorPath(const char *path) = delete;
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp4548 void TargetProperties::SetStandardErrorPath(llvm::StringRef path) { in SetStandardErrorPath() function in TargetProperties
4687 SetStandardErrorPath(error_file_action->GetPath()); in SetProcessLaunchInfo()