Searched refs:keep_stopped (Results 1 – 9 of 9) sorted by relevance
86 bool keep_stopped = false; in StopProcessIfNecessary() local87 Status detach_error(process->Detach(keep_stopped)); in StopProcessIfNecessary()817 bool keep_stopped; in DoExecute() local820 keep_stopped = process->GetDetachKeepsStopped(); in DoExecute()822 keep_stopped = true; in DoExecute()824 keep_stopped = false; in DoExecute()826 Status error(process->Detach(keep_stopped)); in DoExecute()
649 bool keep_stopped = false; in Detach() local650 return Detach(keep_stopped); in Detach()653 SBError SBProcess::Detach(bool keep_stopped) { in Detach() argument654 LLDB_INSTRUMENT_VA(this, keep_stopped); in Detach()661 sb_error.SetError(process_sp->Detach(keep_stopped)); in Detach()
170 lldb::SBError Detach(bool keep_stopped);
104 void SetDetachKeepsStopped(bool keep_stopped);906 Status Detach(bool keep_stopped);1187 virtual Status DoDetach(bool keep_stopped) { in DoDetach() argument
117 Status DoDetach(bool keep_stopped) override;
194 Status Detach(bool keep_stopped, lldb::pid_t pid = LLDB_INVALID_PROCESS_ID);
2499 Status ProcessGDBRemote::DoDetach(bool keep_stopped) { in DoDetach() argument2502 LLDB_LOGF(log, "ProcessGDBRemote::DoDetach(keep_stopped: %i)", keep_stopped); in DoDetach()2504 error = m_gdb_comm.Detach(keep_stopped); in DoDetach()
1521 Status GDBRemoteCommunicationClient::Detach(bool keep_stopped, in Detach() argument1527 if (keep_stopped) { in Detach()
3451 Status Process::Detach(bool keep_stopped) { in Detach() argument3476 error = DoDetach(keep_stopped); in Detach()3523 bool keep_stopped = false; in DestroyImpl() local3524 Detach(keep_stopped); in DestroyImpl()