Searched refs:SendAsyncInterrupt (Results 1 – 6 of 6) sorted by relevance
191 uint32_t SendAsyncInterrupt(lldb::pid_t pid = LLDB_INVALID_PROCESS_ID);
1524 void SendAsyncInterrupt();
530 uint32_t TargetList::SendAsyncInterrupt(lldb::pid_t pid) { in SendAsyncInterrupt() function in TargetList538 process->SendAsyncInterrupt(); in SendAsyncInterrupt()
3333 SendAsyncInterrupt(); in Halt()3375 SendAsyncInterrupt(); in StopForDestroyOrDetach()3838 void Process::SendAsyncInterrupt() { in SendAsyncInterrupt() function in Process4586 m_process->SendAsyncInterrupt(); in Run()4640 m_process->SendAsyncInterrupt(); in Interrupt()
180 void SendAsyncInterrupt();
804 void SBProcess::SendAsyncInterrupt() { in SendAsyncInterrupt() function in SBProcess807 process_sp->SendAsyncInterrupt(); in SendAsyncInterrupt()