Home
last modified time | relevance | path

Searched refs:ThreadWasSelected (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DOperatingSystem.h63 virtual void ThreadWasSelected(Thread *thread) = 0;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h59 void ThreadWasSelected(lldb_private::Thread *thread) override;
H A DOperatingSystemPython.cpp287 void OperatingSystemPython::ThreadWasSelected(Thread *thread) {} in ThreadWasSelected() function in OperatingSystemPython