Searched refs:AttachCompletionHandler (Results 1 – 2 of 2) sorted by relevance
3581 class AttachCompletionHandler : public NextEventAction3584 AttachCompletionHandler (Process *process, uint32_t exec_count) : in AttachCompletionHandler() function3591 ~AttachCompletionHandler() in ~AttachCompletionHandler()
2979 Process::AttachCompletionHandler::PerformAction (lldb::EventSP &event_sp) in PerformAction()3022 Process::AttachCompletionHandler::HandleBeingInterrupted() in HandleBeingInterrupted()3028 Process::AttachCompletionHandler::GetExitString () in GetExitString()3083 … SetNextEventAction(new Process::AttachCompletionHandler(this, attach_info.GetResumeCount())); in Attach()3151 … SetNextEventAction(new Process::AttachCompletionHandler(this, attach_info.GetResumeCount())); in Attach()