Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTargetList.h177 uint32_t SendAsyncInterrupt(lldb::pid_t pid = LLDB_INVALID_PROCESS_ID);
H A DProcess.h1314 void SendAsyncInterrupt(Thread *thread = nullptr);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanSingleThreadTimeout.cpp256 m_process.SendAsyncInterrupt(&GetThread()); in HandleTimeout()
H A DTargetList.cpp446 uint32_t TargetList::SendAsyncInterrupt(lldb::pid_t pid) { in SendAsyncInterrupt() function in TargetList
454 process->SendAsyncInterrupt(); in SendAsyncInterrupt()
H A DProcess.cpp3310 SendAsyncInterrupt(); in Halt()
3413 SendAsyncInterrupt(); in StopForDestroyOrDetach()
3886 void Process::SendAsyncInterrupt(Thread *thread) { in SendAsyncInterrupt() function in Process
4692 m_process->SendAsyncInterrupt(); in Run()
4746 m_process->SendAsyncInterrupt(); in Interrupt()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h176 void SendAsyncInterrupt();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp692 void SBProcess::SendAsyncInterrupt() { in SendAsyncInterrupt() function in SBProcess
697 process_sp->SendAsyncInterrupt(); in SendAsyncInterrupt()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp45706 (arg1)->SendAsyncInterrupt(); in _wrap_SBProcess_SendAsyncInterrupt()