Searched refs:AttachCompletionHandler (Results 1 – 2 of 2) sorted by relevance
2846 class AttachCompletionHandler : public NextEventAction {2848 AttachCompletionHandler(Process *process, uint32_t exec_count);2850 ~AttachCompletionHandler() override = default;
2710 Process::AttachCompletionHandler::AttachCompletionHandler(Process *process, in AttachCompletionHandler() function in Process::AttachCompletionHandler2721 Process::AttachCompletionHandler::PerformAction(lldb::EventSP &event_sp) { in PerformAction()2778 Process::AttachCompletionHandler::HandleBeingInterrupted() { in HandleBeingInterrupted()2782 const char *Process::AttachCompletionHandler::GetExitString() { in GetExitString()2849 SetNextEventAction(new Process::AttachCompletionHandler( in Attach()2912 SetNextEventAction(new Process::AttachCompletionHandler( in Attach()