Searched refs:keep_stopped (Results 1 – 13 of 13) sorted by relevance
535 Status ProcessKDP::DoDetach(bool keep_stopped) { in DoDetach() argument538 LLDB_LOGF(log, "ProcessKDP::DoDetach(keep_stopped = %i)", keep_stopped); in DoDetach()546 if (!keep_stopped && m_comm.IsConnected()) { in DoDetach()571 bool keep_stopped = false; in DoDestroy() local572 return DoDetach(keep_stopped); in DoDestroy()
97 lldb_private::Status DoDetach(bool keep_stopped) override;
81 bool keep_stopped = false; in StopProcessIfNecessary() local82 Status detach_error(process->Detach(keep_stopped)); in StopProcessIfNecessary()862 bool keep_stopped; in DoExecute() local865 keep_stopped = process->GetDetachKeepsStopped(); in DoExecute()867 keep_stopped = true; in DoExecute()869 keep_stopped = false; in DoExecute()871 Status error(process->Detach(keep_stopped)); in DoExecute()
624 bool keep_stopped = false; in Detach() local625 return Detach(keep_stopped); in Detach()628 SBError SBProcess::Detach(bool keep_stopped) { in Detach() argument629 LLDB_INSTRUMENT_VA(this, keep_stopped); in Detach()636 sb_error.SetError(process_sp->Detach(keep_stopped)); in Detach()
53 Status DoDetach(bool keep_stopped) override;
167 Status ProcessWindows::DoDetach(bool keep_stopped) { in DoDetach() argument
163 lldb::SBError Detach(bool keep_stopped);
93 void SetDetachKeepsStopped(bool keep_stopped);857 Status Detach(bool keep_stopped);1120 virtual Status DoDetach(bool keep_stopped) { in DoDetach() argument
116 Status DoDetach(bool keep_stopped) override;
202 Status Detach(bool keep_stopped, lldb::pid_t pid = LLDB_INVALID_PROCESS_ID);
2367 Status ProcessGDBRemote::DoDetach(bool keep_stopped) { in DoDetach() argument2370 LLDB_LOGF(log, "ProcessGDBRemote::DoDetach(keep_stopped: %i)", keep_stopped); in DoDetach()2372 error = m_gdb_comm.Detach(keep_stopped); in DoDetach()
1479 Status GDBRemoteCommunicationClient::Detach(bool keep_stopped, in Detach() argument1485 if (keep_stopped) { in Detach()
3192 Status Process::Detach(bool keep_stopped) { in Detach() argument3217 error = DoDetach(keep_stopped); in Detach()3264 bool keep_stopped = false; in DestroyImpl() local3265 Detach(keep_stopped); in DestroyImpl()