Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h104 bool GetInheritTCC() const;
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectProcess.cpp213 if (target->GetInheritTCC()) in DoExecute()
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3518 void GetInheritTCC(ProcessLaunchInfo &launch_info) { in GetInheritTCC() function in curses::ProcessLaunchFormDelegate
3519 if (m_debugger.GetSelectedTarget()->GetInheritTCC()) in GetInheritTCC()
3537 GetInheritTCC(launch_info); in GetLaunchInfo()
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp4104 bool TargetProperties::GetInheritTCC() const { in GetInheritTCC() function in TargetProperties
4654 if (GetInheritTCC()) in InheritTCCValueChangedCallback()