Home
last modified time | relevance | path

Searched refs:GetInheritTCC (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h107 bool GetInheritTCC() const;
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp197 if (target->GetInheritTCC()) in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3520 void GetInheritTCC(ProcessLaunchInfo &launch_info) { in GetInheritTCC() function in lldb_private::curses::ProcessLaunchFormDelegate
3521 if (m_debugger.GetSelectedTarget()->GetInheritTCC()) in GetInheritTCC()
3539 GetInheritTCC(launch_info); in GetLaunchInfo()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4493 bool TargetProperties::GetInheritTCC() const { in GetInheritTCC() function in TargetProperties
5100 if (GetInheritTCC()) in InheritTCCValueChangedCallback()