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.h133 m_detach_on_error = launch_info.GetDetachOnError(); in ProcessAttachInfo()
183 bool GetDetachOnError() const { return m_detach_on_error; } in GetDetachOnError() function
H A DTarget.h108 bool GetDetachOnError() const;
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp197 if (target->GetDetachOnError()) in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3405 return target->GetDetachOnError(); in GetDefaultDetachOnError()
3457 void GetDetachOnError(ProcessLaunchInfo &launch_info) { in GetDetachOnError() function in curses::ProcessLaunchFormDelegate
3532 GetDetachOnError(launch_info); in GetLaunchInfo()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4306 bool TargetProperties::GetDetachOnError() const { in GetDetachOnError() function in TargetProperties
4848 if (GetDetachOnError()) in DetachOnErrorValueChangedCallback()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1086 m_gdb_comm.SetDetachOnError(attach_info.GetDetachOnError()); in DoAttachToProcessWithID()
1113 m_gdb_comm.SetDetachOnError(attach_info.GetDetachOnError()); in DoAttachToProcessWithName()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp36013 result = (bool)((lldb::SBLaunchInfo const *)arg1)->GetDetachOnError(); in _wrap_SBLaunchInfo_GetDetachOnError()