Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h2675 class AttachCompletionHandler : public NextEventAction {
2677 AttachCompletionHandler(Process *process, uint32_t exec_count);
2679 ~AttachCompletionHandler() override = default;
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp2676 Process::AttachCompletionHandler::AttachCompletionHandler(Process *process, in AttachCompletionHandler() function in Process::AttachCompletionHandler
2687 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()