Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
DProcess.h3690 class AttachCompletionHandler : public NextEventAction
3693 AttachCompletionHandler (Process *process, uint32_t exec_count) : in AttachCompletionHandler() function
3700 ~AttachCompletionHandler() in ~AttachCompletionHandler()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DProcess.cpp3147 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()