Home
last modified time | relevance | path

Searched refs:GetDetachOnError (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp328 bool SBLaunchInfo::GetDetachOnError() const { in GetDetachOnError() function in SBLaunchInfo
331 return m_opaque_sp->GetDetachOnError(); in GetDetachOnError()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBLaunchInfo.h197 bool GetDetachOnError() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h129 bool GetDetachOnError() const { in GetDetachOnError() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h136 m_detach_on_error = launch_info.GetDetachOnError(); in ProcessAttachInfo()
186 bool GetDetachOnError() const { return m_detach_on_error; } in GetDetachOnError() function
H A DTarget.h111 bool GetDetachOnError() const;
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp200 if (target->GetDetachOnError()) in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3406 return target->GetDetachOnError(); in GetDefaultDetachOnError()
3458 void GetDetachOnError(ProcessLaunchInfo &launch_info) { in GetDetachOnError() function in lldb_private::curses::ProcessLaunchFormDelegate
3533 GetDetachOnError(launch_info); in GetLaunchInfo()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4504 bool TargetProperties::GetDetachOnError() const { in GetDetachOnError() function in TargetProperties
5086 if (GetDetachOnError()) in DetachOnErrorValueChangedCallback()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1096 m_gdb_comm.SetDetachOnError(attach_info.GetDetachOnError()); in DoAttachToProcessWithID()
1123 m_gdb_comm.SetDetachOnError(attach_info.GetDetachOnError()); in DoAttachToProcessWithName()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp36598 result = (bool)((lldb::SBLaunchInfo const *)arg1)->GetDetachOnError(); in _wrap_SBLaunchInfo_GetDetachOnError()