Searched refs:keep_stopped (Results 1 – 9 of 9) sorted by relevance
84 bool keep_stopped = false; in StopProcessIfNecessary() local85 Status detach_error(process->Detach(keep_stopped)); in StopProcessIfNecessary()790 bool keep_stopped; in DoExecute() local793 keep_stopped = process->GetDetachKeepsStopped(); in DoExecute()795 keep_stopped = true; in DoExecute()797 keep_stopped = false; in DoExecute()799 Status error(process->Detach(keep_stopped)); in DoExecute()
634 bool keep_stopped = false; in Detach() local635 return Detach(keep_stopped); in Detach()638 SBError SBProcess::Detach(bool keep_stopped) { in Detach() argument639 LLDB_INSTRUMENT_VA(this, keep_stopped); in Detach()646 sb_error.SetError(process_sp->Detach(keep_stopped)); in Detach()
169 lldb::SBError Detach(bool keep_stopped);
102 void SetDetachKeepsStopped(bool keep_stopped);910 Status Detach(bool keep_stopped);1193 virtual Status DoDetach(bool keep_stopped) { in DoDetach() argument
118 Status DoDetach(bool keep_stopped) override;
194 Status Detach(bool keep_stopped, lldb::pid_t pid = LLDB_INVALID_PROCESS_ID);
2410 Status ProcessGDBRemote::DoDetach(bool keep_stopped) { in DoDetach() argument2413 LLDB_LOGF(log, "ProcessGDBRemote::DoDetach(keep_stopped: %i)", keep_stopped); in DoDetach()2415 error = m_gdb_comm.Detach(keep_stopped); in DoDetach()
1498 Status GDBRemoteCommunicationClient::Detach(bool keep_stopped, in Detach() argument1504 if (keep_stopped) { in Detach()
3436 Status Process::Detach(bool keep_stopped) { in Detach() argument3461 error = DoDetach(keep_stopped); in Detach()3508 bool keep_stopped = false; in DestroyImpl() local3509 Detach(keep_stopped); in DestroyImpl()