Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/commands/expression/expr-in-syscall/
H A DTestExpressionInSyscall.py57 process.SendAsyncInterrupt()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTargetList.h178 uint32_t SendAsyncInterrupt(lldb::pid_t pid = LLDB_INVALID_PROCESS_ID);
H A DProcess.h1247 void SendAsyncInterrupt();
/llvm-project-15.0.7/lldb/test/API/macosx/thread-names/
H A DTestInterruptThreadNames.py75 process.SendAsyncInterrupt()
/llvm-project-15.0.7/lldb/source/Target/
H A DTargetList.cpp442 uint32_t TargetList::SendAsyncInterrupt(lldb::pid_t pid) { in SendAsyncInterrupt() function in TargetList
450 process->SendAsyncInterrupt(); in SendAsyncInterrupt()
H A DProcess.cpp3112 SendAsyncInterrupt(); in Halt()
3154 SendAsyncInterrupt(); in StopForDestroyOrDetach()
3624 void Process::SendAsyncInterrupt() { in SendAsyncInterrupt() function in Process
4398 m_process->SendAsyncInterrupt(); in Run()
4449 m_process->SendAsyncInterrupt(); in Interrupt()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBProcess.h169 void SendAsyncInterrupt();
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBProcess.i242 SendAsyncInterrupt();
/llvm-project-15.0.7/lldb/source/API/
H A DSBProcess.cpp667 void SBProcess::SendAsyncInterrupt() { in SendAsyncInterrupt() function in SBProcess
672 process_sp->SendAsyncInterrupt(); in SendAsyncInterrupt()