Home
last modified time | relevance | path

Searched refs:AttachCompletionHandler (Results 1 – 2 of 2) sorted by relevance

/external/lldb/include/lldb/Target/
DProcess.h3581 class AttachCompletionHandler : public NextEventAction
3584 AttachCompletionHandler (Process *process, uint32_t exec_count) : in AttachCompletionHandler() function
3591 ~AttachCompletionHandler() in ~AttachCompletionHandler()
/external/lldb/source/Target/
DProcess.cpp2979 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()