Searched refs:SetDetachOnError (Results 1 – 16 of 16) sorted by relevance
137 SetDetachOnError(bool enable);
319 void SBLaunchInfo::SetDetachOnError(bool enable) { in SetDetachOnError() function in SBLaunchInfo322 m_opaque_sp->SetDetachOnError(enable); in SetDetachOnError()
172 void SetDetachOnError(bool enable);
141 void SetDetachOnError(bool enable);
119 void SetDetachOnError(bool detach) { m_detach_on_error = detach; } in SetDetachOnError() function
1314 remote->Context().SetDetachOnError(g_detach_on_error); in main()
2389 m_ctx.SetDetachOnError(should_detach); in HandlePacket_QSetDetachOnError()
196 void ProcessLaunchInfo::SetDetachOnError(bool enable) { in SetDetachOnError() function in ProcessLaunchInfo
164 int SetDetachOnError(bool enable);
731 m_gdb_comm.SetDetachOnError(launch_flags & eLaunchFlagDetachOnError); in DoLaunch()1077 m_gdb_comm.SetDetachOnError(attach_info.GetDetachOnError()); in DoAttachToProcessWithID()1103 m_gdb_comm.SetDetachOnError(attach_info.GetDetachOnError()); in DoAttachToProcessWithName()
1969 int GDBRemoteCommunicationClient::SetDetachOnError(bool enable) { in SetDetachOnError() function in GDBRemoteCommunicationClient
346 m_gdb_client_up->SetDetachOnError( in LaunchProcess()
110 void SetDetachOnError(bool b);
184 void SetDetachOnError(bool enable) { m_detach_on_error = enable; } in SetDetachOnError() function
4218 void TargetProperties::SetDetachOnError(bool b) { in SetDetachOnError() function in TargetProperties4689 SetDetachOnError(launch_info.GetFlags().Test(lldb::eLaunchFlagDetachOnError)); in SetProcessLaunchInfo()
1720 launch_info.SetDetachOnError(detatchOnError); in request_launch()