Home
last modified time | relevance | path

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

/freebsd-13.1/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.h1235 void SendAsyncInterrupt();
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp482 uint32_t TargetList::SendAsyncInterrupt(lldb::pid_t pid) { in SendAsyncInterrupt() function in TargetList
490 process->SendAsyncInterrupt(); in SendAsyncInterrupt()
H A DProcess.cpp3083 SendAsyncInterrupt(); in Halt()
3125 SendAsyncInterrupt(); in StopForDestroyOrDetach()
3596 void Process::SendAsyncInterrupt() { in SendAsyncInterrupt() function in Process
4370 m_process->SendAsyncInterrupt(); in Run()
4424 m_process->SendAsyncInterrupt(); in Interrupt()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h169 void SendAsyncInterrupt();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp695 void SBProcess::SendAsyncInterrupt() { in SendAsyncInterrupt() function in SBProcess
696 LLDB_RECORD_METHOD_NO_ARGS(void, SBProcess, SendAsyncInterrupt); in SendAsyncInterrupt()
700 process_sp->SendAsyncInterrupt(); in SendAsyncInterrupt()
1401 LLDB_REGISTER_METHOD(void, SBProcess, SendAsyncInterrupt, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcess.i242 SendAsyncInterrupt();
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp39999 (arg1)->SendAsyncInterrupt(); in _wrap_SBProcess_SendAsyncInterrupt()