Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBLaunchInfo.i137 SetDetachOnError(bool enable);
/llvm-project-15.0.7/lldb/source/API/
H A DSBLaunchInfo.cpp319 void SBLaunchInfo::SetDetachOnError(bool enable) { in SetDetachOnError() function in SBLaunchInfo
322 m_opaque_sp->SetDetachOnError(enable); in SetDetachOnError()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBLaunchInfo.h172 void SetDetachOnError(bool enable);
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h141 void SetDetachOnError(bool enable);
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DRNBContext.h119 void SetDetachOnError(bool detach) { m_detach_on_error = detach; } in SetDetachOnError() function
H A Ddebugserver.cpp1314 remote->Context().SetDetachOnError(g_detach_on_error); in main()
H A DRNBRemote.cpp2385 m_ctx.SetDetachOnError(should_detach); in HandlePacket_QSetDetachOnError()
/llvm-project-15.0.7/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp196 void ProcessLaunchInfo::SetDetachOnError(bool enable) { in SetDetachOnError() function in ProcessLaunchInfo
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h173 int SetDetachOnError(bool enable);
H A DProcessGDBRemote.cpp834 m_gdb_comm.SetDetachOnError(launch_flags & eLaunchFlagDetachOnError); in DoLaunch()
1124 m_gdb_comm.SetDetachOnError(attach_info.GetDetachOnError()); in DoAttachToProcessWithID()
1150 m_gdb_comm.SetDetachOnError(attach_info.GetDetachOnError()); in DoAttachToProcessWithName()
H A DGDBRemoteCommunicationClient.cpp1975 int GDBRemoteCommunicationClient::SetDetachOnError(bool enable) { in SetDetachOnError() function in GDBRemoteCommunicationClient
/llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp349 m_gdb_client_up->SetDetachOnError( in LaunchProcess()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h110 void SetDetachOnError(bool b);
H A DProcess.h184 void SetDetachOnError(bool enable) { m_detach_on_error = enable; } in SetDetachOnError() function
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp4121 void TargetProperties::SetDetachOnError(bool b) { in SetDetachOnError() function in TargetProperties
4586 SetDetachOnError(launch_info.GetFlags().Test(lldb::eLaunchFlagDetachOnError)); in SetProcessLaunchInfo()
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp1710 launch_info.SetDetachOnError(detatchOnError); in request_launch()