Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBLaunchInfo.cpp202 void SBLaunchInfo::SetDetachOnError(bool enable) { in SetDetachOnError() function in SBLaunchInfo
203 m_opaque_sp->SetDetachOnError(enable); in SetDetachOnError()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBLaunchInfo.h142 void SetDetachOnError(bool enable);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcessLaunchInfo.h147 void SetDetachOnError(bool enable);
H A DTarget.h100 void SetDetachOnError(bool b);
H A DProcess.h248 void SetDetachOnError(bool enable) { m_detach_on_error = enable; } in SetDetachOnError() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcessLaunchInfo.cpp201 void ProcessLaunchInfo::SetDetachOnError(bool enable) { in SetDetachOnError() function in ProcessLaunchInfo
H A DTarget.cpp3754 void TargetProperties::SetDetachOnError(bool b) { in SetDetachOnError() function in TargetProperties
4086 SetDetachOnError(launch_info.GetFlags().Test(lldb::eLaunchFlagDetachOnError)); in SetProcessLaunchInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h198 int SetDetachOnError(bool enable);
H A DProcessGDBRemote.cpp927 m_gdb_comm.SetDetachOnError(launch_flags & eLaunchFlagDetachOnError); in DoLaunch()
1230 m_gdb_comm.SetDetachOnError(attach_info.GetDetachOnError()); in DoAttachToProcessWithID()
1256 m_gdb_comm.SetDetachOnError(attach_info.GetDetachOnError()); in DoAttachToProcessWithName()
H A DGDBRemoteCommunicationClient.cpp1859 int GDBRemoteCommunicationClient::SetDetachOnError(bool enable) { in SetDetachOnError() function in GDBRemoteCommunicationClient
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp407 m_gdb_client.SetDetachOnError( in LaunchProcess()