Searched refs:AttachCompletionHandler (Results 1 – 2 of 2) sorted by relevance
2675 class AttachCompletionHandler : public NextEventAction {2677 AttachCompletionHandler(Process *process, uint32_t exec_count);2679 ~AttachCompletionHandler() override = default;
2676 Process::AttachCompletionHandler::AttachCompletionHandler(Process *process, in AttachCompletionHandler() function in Process::AttachCompletionHandler2687 Process::AttachCompletionHandler::PerformAction(lldb::EventSP &event_sp) { in PerformAction()2744 Process::AttachCompletionHandler::HandleBeingInterrupted() { in HandleBeingInterrupted()2748 const char *Process::AttachCompletionHandler::GetExitString() { in GetExitString()2799 SetNextEventAction(new Process::AttachCompletionHandler( in Attach()2862 SetNextEventAction(new Process::AttachCompletionHandler( in Attach()