Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h2698 virtual EventActionResult HandleBeingInterrupted() = 0;
2721 EventActionResult HandleBeingInterrupted() override;
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp2752 Process::AttachCompletionHandler::HandleBeingInterrupted() { in HandleBeingInterrupted() function in Process::AttachCompletionHandler