Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/commands/expression/expr-in-syscall/
DTestExpressionInSyscall.py63 process.SendAsyncInterrupt()
/external/llvm-project/lldb/include/lldb/Target/
DTargetList.h172 uint32_t SendAsyncInterrupt(lldb::pid_t pid = LLDB_INVALID_PROCESS_ID);
DProcess.h1259 void SendAsyncInterrupt();
/external/llvm-project/lldb/test/API/macosx/thread-names/
DTestInterruptThreadNames.py78 process.SendAsyncInterrupt()
/external/llvm-project/lldb/source/Target/
DTargetList.cpp479 uint32_t TargetList::SendAsyncInterrupt(lldb::pid_t pid) { in SendAsyncInterrupt() function in TargetList
487 process->SendAsyncInterrupt(); in SendAsyncInterrupt()
DProcess.cpp3214 SendAsyncInterrupt(); in Halt()
3255 SendAsyncInterrupt(); in StopForDestroyOrDetach()
3723 void Process::SendAsyncInterrupt() { in SendAsyncInterrupt() function in Process
4499 m_process->SendAsyncInterrupt(); in Run()
4553 m_process->SendAsyncInterrupt(); in Interrupt()
/external/llvm-project/lldb/include/lldb/API/
DSBProcess.h169 void SendAsyncInterrupt();
/external/llvm-project/lldb/source/API/
DSBProcess.cpp716 void SBProcess::SendAsyncInterrupt() { in SendAsyncInterrupt() function in SBProcess
717 LLDB_RECORD_METHOD_NO_ARGS(void, SBProcess, SendAsyncInterrupt); in SendAsyncInterrupt()
721 process_sp->SendAsyncInterrupt(); in SendAsyncInterrupt()
1378 LLDB_REGISTER_METHOD(void, SBProcess, SendAsyncInterrupt, ()); in RegisterMethods()
/external/llvm-project/lldb/bindings/interface/
DSBProcess.i244 SendAsyncInterrupt();