Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTargetList.h191 uint32_t SendAsyncInterrupt(lldb::pid_t pid = LLDB_INVALID_PROCESS_ID);
H A DProcess.h1524 void SendAsyncInterrupt();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTargetList.cpp530 uint32_t TargetList::SendAsyncInterrupt(lldb::pid_t pid) { in SendAsyncInterrupt() function in TargetList
538 process->SendAsyncInterrupt(); in SendAsyncInterrupt()
H A DProcess.cpp3333 SendAsyncInterrupt(); in Halt()
3375 SendAsyncInterrupt(); in StopForDestroyOrDetach()
3838 void Process::SendAsyncInterrupt() { in SendAsyncInterrupt() function in Process
4586 m_process->SendAsyncInterrupt(); in Run()
4640 m_process->SendAsyncInterrupt(); in Interrupt()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBProcess.h180 void SendAsyncInterrupt();
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBProcess.cpp804 void SBProcess::SendAsyncInterrupt() { in SendAsyncInterrupt() function in SBProcess
807 process_sp->SendAsyncInterrupt(); in SendAsyncInterrupt()