Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp338 void SBLaunchInfo::SetDetachOnError(bool enable) { in SetDetachOnError() function in SBLaunchInfo
339 LLDB_RECORD_METHOD(void, SBLaunchInfo, SetDetachOnError, (bool), enable); in SetDetachOnError()
341 m_opaque_sp->SetDetachOnError(enable); in SetDetachOnError()
455 LLDB_REGISTER_METHOD(void, SBLaunchInfo, SetDetachOnError, (bool)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBLaunchInfo.i137 SetDetachOnError(bool enable);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBLaunchInfo.h172 void SetDetachOnError(bool enable);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h144 void SetDetachOnError(bool enable);
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp206 void ProcessLaunchInfo::SetDetachOnError(bool enable) { in SetDetachOnError() function in ProcessLaunchInfo
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h209 int SetDetachOnError(bool enable);
H A DProcessGDBRemote.cpp866 m_gdb_comm.SetDetachOnError(launch_flags & eLaunchFlagDetachOnError); in DoLaunch()
1160 m_gdb_comm.SetDetachOnError(attach_info.GetDetachOnError()); in DoAttachToProcessWithID()
1186 m_gdb_comm.SetDetachOnError(attach_info.GetDetachOnError()); in DoAttachToProcessWithName()
H A DGDBRemoteCommunicationClient.cpp1943 int GDBRemoteCommunicationClient::SetDetachOnError(bool enable) { in SetDetachOnError() function in GDBRemoteCommunicationClient
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp415 m_gdb_client.SetDetachOnError( in LaunchProcess()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h107 void SetDetachOnError(bool b);
H A DProcess.h188 void SetDetachOnError(bool enable) { m_detach_on_error = enable; } in SetDetachOnError() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3899 void TargetProperties::SetDetachOnError(bool b) { in SetDetachOnError() function in TargetProperties
4287 SetDetachOnError(launch_info.GetFlags().Test(lldb::eLaunchFlagDetachOnError)); in SetProcessLaunchInfo()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp31719 (arg1)->SetDetachOnError(arg2); in _wrap_SBLaunchInfo_SetDetachOnError()