Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1794 ThreadSP interrupt_thread; in SetThreadStopInfo() local
1796 interrupt_thread = HandleThreadAsyncInterrupt(signo, description); in SetThreadStopInfo()
1797 if (interrupt_thread) in SetThreadStopInfo()
1798 thread_sp = interrupt_thread; in SetThreadStopInfo()
1999 ThreadSP interrupt_thread; in SetThreadStopInfo() local
2001 interrupt_thread = HandleThreadAsyncInterrupt(signo, description); in SetThreadStopInfo()
2002 if (interrupt_thread) in SetThreadStopInfo()
2003 thread_sp = interrupt_thread; in SetThreadStopInfo()