Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTargetList.h178 uint32_t SendAsyncInterrupt(lldb::pid_t pid = LLDB_INVALID_PROCESS_ID);
H A DProcess.h1320 void SendAsyncInterrupt();
/freebsd/contrib/llvm-project/lldb/source/Target/
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.cpp3325 SendAsyncInterrupt(); in Halt()
3398 SendAsyncInterrupt(); in StopForDestroyOrDetach()
3871 void Process::SendAsyncInterrupt() { in SendAsyncInterrupt() function in Process
4662 m_process->SendAsyncInterrupt(); in Run()
4713 m_process->SendAsyncInterrupt(); in Interrupt()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h175 void SendAsyncInterrupt();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp677 void SBProcess::SendAsyncInterrupt() { in SendAsyncInterrupt() function in SBProcess
682 process_sp->SendAsyncInterrupt(); in SendAsyncInterrupt()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp44897 (arg1)->SendAsyncInterrupt(); in _wrap_SBProcess_SendAsyncInterrupt()