Searched refs:SendAsyncInterrupt (Results 1 – 9 of 9) sorted by relevance
63 process.SendAsyncInterrupt()
172 uint32_t SendAsyncInterrupt(lldb::pid_t pid = LLDB_INVALID_PROCESS_ID);
1259 void SendAsyncInterrupt();
78 process.SendAsyncInterrupt()
479 uint32_t TargetList::SendAsyncInterrupt(lldb::pid_t pid) { in SendAsyncInterrupt() function in TargetList487 process->SendAsyncInterrupt(); in SendAsyncInterrupt()
3214 SendAsyncInterrupt(); in Halt()3255 SendAsyncInterrupt(); in StopForDestroyOrDetach()3723 void Process::SendAsyncInterrupt() { in SendAsyncInterrupt() function in Process4499 m_process->SendAsyncInterrupt(); in Run()4553 m_process->SendAsyncInterrupt(); in Interrupt()
169 void SendAsyncInterrupt();
244 SendAsyncInterrupt();
716 void SBProcess::SendAsyncInterrupt() { in SendAsyncInterrupt() function in SBProcess717 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()