Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h2929 class AttachCompletionHandler : public NextEventAction {
2931 AttachCompletionHandler(Process *process, uint32_t exec_count);
2933 ~AttachCompletionHandler() override = default;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp2900 Process::AttachCompletionHandler::AttachCompletionHandler(Process *process, in AttachCompletionHandler() function in Process::AttachCompletionHandler
2911 Process::AttachCompletionHandler::PerformAction(lldb::EventSP &event_sp) { in PerformAction()
2969 Process::AttachCompletionHandler::HandleBeingInterrupted() { in HandleBeingInterrupted()
2973 const char *Process::AttachCompletionHandler::GetExitString() { in GetExitString()
3024 SetNextEventAction(new Process::AttachCompletionHandler( in Attach()
3088 SetNextEventAction(new Process::AttachCompletionHandler( in Attach()