Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBLaunchInfo.cpp340 bool SBLaunchInfo::GetDetachOnError() const { in GetDetachOnError() function in SBLaunchInfo
341 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBLaunchInfo, GetDetachOnError); in GetDetachOnError()
343 return m_opaque_sp->GetDetachOnError(); in GetDetachOnError()
405 LLDB_REGISTER_METHOD_CONST(bool, SBLaunchInfo, GetDetachOnError, ()); in RegisterMethods()
/external/llvm-project/lldb/bindings/interface/
DSBLaunchInfo.i131 GetDetachOnError() const;
/external/llvm-project/lldb/include/lldb/API/
DSBLaunchInfo.h170 bool GetDetachOnError() const;
/external/llvm-project/lldb/include/lldb/Host/
DProcessLaunchInfo.h145 bool GetDetachOnError() const { in GetDetachOnError() function
/external/llvm-project/lldb/tools/debugserver/source/
DRNBContext.h125 bool GetDetachOnError() { return m_detach_on_error; } in GetDetachOnError() function
Ddebugserver.cpp595 if (ctx.GetDetachOnError()) { in RNBRunLoopInferiorExecuting()
605 if (ctx.GetDetachOnError()) { in RNBRunLoopInferiorExecuting()
/external/llvm-project/lldb/include/lldb/Target/
DProcess.h127 m_detach_on_error = launch_info.GetDetachOnError(); in ProcessAttachInfo()
183 bool GetDetachOnError() const { return m_detach_on_error; } in GetDetachOnError() function
DTarget.h101 bool GetDetachOnError() const;
/external/llvm-project/lldb/source/Commands/
DCommandObjectProcess.cpp190 if (target->GetDetachOnError()) in DoExecute()
/external/llvm-project/lldb/source/Target/
DTarget.cpp3814 bool TargetProperties::GetDetachOnError() const { in GetDetachOnError() function in TargetProperties
4263 if (GetDetachOnError()) in DetachOnErrorValueChangedCallback()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp1148 m_gdb_comm.SetDetachOnError(attach_info.GetDetachOnError()); in DoAttachToProcessWithID()
1174 m_gdb_comm.SetDetachOnError(attach_info.GetDetachOnError()); in DoAttachToProcessWithName()