Searched refs:AttachCompletionHandler (Results 1 – 2 of 2) sorted by relevance
3690 class AttachCompletionHandler : public NextEventAction3693 AttachCompletionHandler (Process *process, uint32_t exec_count) : in AttachCompletionHandler() function3700 ~AttachCompletionHandler() in ~AttachCompletionHandler()
3147 Process::AttachCompletionHandler::PerformAction (lldb::EventSP &event_sp) in PerformAction()3190 Process::AttachCompletionHandler::HandleBeingInterrupted() in HandleBeingInterrupted()3196 Process::AttachCompletionHandler::GetExitString () in GetExitString()3252 … SetNextEventAction(new Process::AttachCompletionHandler(this, attach_info.GetResumeCount())); in Attach()3320 … SetNextEventAction(new Process::AttachCompletionHandler(this, attach_info.GetResumeCount())); in Attach()