Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp322 void SBLaunchInfo::SetDetachOnError(bool enable) { in SetDetachOnError() function in SBLaunchInfo
325 m_opaque_sp->SetDetachOnError(enable); in SetDetachOnError()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBLaunchInfo.h199 void SetDetachOnError(bool enable);
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h127 void SetDetachOnError(bool enable);
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp192 void ProcessLaunchInfo::SetDetachOnError(bool enable) { in SetDetachOnError() function in ProcessLaunchInfo
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h165 int SetDetachOnError(bool enable);
H A DProcessGDBRemote.cpp737 m_gdb_comm.SetDetachOnError(launch_flags & eLaunchFlagDetachOnError); in DoLaunch()
1086 m_gdb_comm.SetDetachOnError(attach_info.GetDetachOnError()); in DoAttachToProcessWithID()
1113 m_gdb_comm.SetDetachOnError(attach_info.GetDetachOnError()); in DoAttachToProcessWithName()
H A DGDBRemoteCommunicationClient.cpp1978 int GDBRemoteCommunicationClient::SetDetachOnError(bool enable) { in SetDetachOnError() function in GDBRemoteCommunicationClient
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp352 m_gdb_client_up->SetDetachOnError( in LaunchProcess()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h110 void SetDetachOnError(bool b);
H A DProcess.h185 void SetDetachOnError(bool enable) { m_detach_on_error = enable; } in SetDetachOnError() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4312 void TargetProperties::SetDetachOnError(bool b) { in SetDetachOnError() function in TargetProperties
4794 SetDetachOnError(launch_info.GetFlags().Test(lldb::eLaunchFlagDetachOnError)); in SetProcessLaunchInfo()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp36039 (arg1)->SetDetachOnError(arg2); in _wrap_SBLaunchInfo_SetDetachOnError()