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;
82 bool keep_stopped = false; in StopProcessIfNecessary() local83 Status detach_error(process->Detach(keep_stopped)); in StopProcessIfNecessary()863 bool keep_stopped; in DoExecute() local866 keep_stopped = process->GetDetachKeepsStopped(); in DoExecute()868 keep_stopped = true; in DoExecute()870 keep_stopped = false; in DoExecute()872 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()
50 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);850 Status Detach(bool keep_stopped);1133 virtual Status DoDetach(bool keep_stopped) { in DoDetach() argument
115 Status DoDetach(bool keep_stopped) override;
193 Status Detach(bool keep_stopped, lldb::pid_t pid = LLDB_INVALID_PROCESS_ID);
2322 Status ProcessGDBRemote::DoDetach(bool keep_stopped) { in DoDetach() argument2325 LLDB_LOGF(log, "ProcessGDBRemote::DoDetach(keep_stopped: %i)", keep_stopped); in DoDetach()2327 error = m_gdb_comm.Detach(keep_stopped); in DoDetach()
1467 Status GDBRemoteCommunicationClient::Detach(bool keep_stopped, in Detach() argument1473 if (keep_stopped) { in Detach()
3213 Status Process::Detach(bool keep_stopped) { in Detach() argument3238 error = DoDetach(keep_stopped); in Detach()3285 bool keep_stopped = false; in DestroyImpl() local3286 Detach(keep_stopped); in DestroyImpl()