Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/bindings/interface/
DSBLaunchInfo.i134 GetDetachOnError() const;
/openbsd/src/gnu/llvm/lldb/source/API/
DSBLaunchInfo.cpp325 bool SBLaunchInfo::GetDetachOnError() const { in GetDetachOnError() function in SBLaunchInfo
328 return m_opaque_sp->GetDetachOnError(); in GetDetachOnError()
/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBLaunchInfo.h170 bool GetDetachOnError() const;
/openbsd/src/gnu/llvm/lldb/include/lldb/Host/
DProcessLaunchInfo.h143 bool GetDetachOnError() const { in GetDetachOnError() function
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/
DRNBContext.h120 bool GetDetachOnError() { return m_detach_on_error; } in GetDetachOnError() function
Ddebugserver.cpp591 if (ctx.GetDetachOnError()) { in RNBRunLoopInferiorExecuting()
601 if (ctx.GetDetachOnError()) { in RNBRunLoopInferiorExecuting()
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DProcess.h126 m_detach_on_error = launch_info.GetDetachOnError(); in ProcessAttachInfo()
182 bool GetDetachOnError() const { return m_detach_on_error; } in GetDetachOnError() function
DTarget.h108 bool GetDetachOnError() const;
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectProcess.cpp217 if (target->GetDetachOnError()) in DoExecute()
/openbsd/src/gnu/llvm/lldb/source/Core/
DIOHandlerCursesGUI.cpp3406 return target->GetDetachOnError(); in GetDefaultDetachOnError()
3458 void GetDetachOnError(ProcessLaunchInfo &launch_info) { in GetDetachOnError() function in curses::ProcessLaunchFormDelegate
3533 GetDetachOnError(launch_info); in GetLaunchInfo()
/openbsd/src/gnu/llvm/lldb/source/Target/
DTarget.cpp4212 bool TargetProperties::GetDetachOnError() const { in GetDetachOnError() function in TargetProperties
4743 if (GetDetachOnError()) in DetachOnErrorValueChangedCallback()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp1077 m_gdb_comm.SetDetachOnError(attach_info.GetDetachOnError()); in DoAttachToProcessWithID()
1103 m_gdb_comm.SetDetachOnError(attach_info.GetDetachOnError()); in DoAttachToProcessWithName()