Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h446 HandleThreadAsyncInterrupt(uint8_t signo,
H A DProcessGDBRemote.cpp1796 interrupt_thread = HandleThreadAsyncInterrupt(signo, description); in SetThreadStopInfo()
2001 interrupt_thread = HandleThreadAsyncInterrupt(signo, description); in SetThreadStopInfo()
2027 ProcessGDBRemote::HandleThreadAsyncInterrupt(uint8_t signo, in HandleThreadAsyncInterrupt() function in ProcessGDBRemote
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2929 HandleThreadAsyncInterrupt(uint8_t signo, const std::string &description) { in HandleThreadAsyncInterrupt() function