Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBLaunchInfo.cpp328 bool SBLaunchInfo::GetDetachOnError() const { in GetDetachOnError() function in SBLaunchInfo
331 return m_opaque_sp->GetDetachOnError(); in GetDetachOnError()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBLaunchInfo.h197 bool GetDetachOnError() const;
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Host/
HDProcessLaunchInfo.h129 bool GetDetachOnError() const { in GetDetachOnError() function
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDProcess.h133 m_detach_on_error = launch_info.GetDetachOnError(); in ProcessAttachInfo()
183 bool GetDetachOnError() const { return m_detach_on_error; } in GetDetachOnError() function
HDTarget.h108 bool GetDetachOnError() const;
/freebsd-14-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectProcess.cpp197 if (target->GetDetachOnError()) in DoExecute()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Core/
HDIOHandlerCursesGUI.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-14-stable/contrib/llvm-project/lldb/source/Target/
HDTarget.cpp4306 bool TargetProperties::GetDetachOnError() const { in GetDetachOnError() function in TargetProperties
4848 if (GetDetachOnError()) in DetachOnErrorValueChangedCallback()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp1086 m_gdb_comm.SetDetachOnError(attach_info.GetDetachOnError()); in DoAttachToProcessWithID()
1113 m_gdb_comm.SetDetachOnError(attach_info.GetDetachOnError()); in DoAttachToProcessWithName()
/freebsd-14-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp36013 result = (bool)((lldb::SBLaunchInfo const *)arg1)->GetDetachOnError(); in _wrap_SBLaunchInfo_GetDetachOnError()