Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h114 void SetDisableSTDIO(bool b);
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4342 void TargetProperties::SetDisableSTDIO(bool b) { in SetDisableSTDIO() function in TargetProperties
4817 SetDisableSTDIO(launch_info.GetFlags().Test(lldb::eLaunchFlagDisableSTDIO)); in SetProcessLaunchInfo()