Searched refs:SendAsyncInterrupt (Results 1 – 7 of 7) sorted by relevance
178 uint32_t SendAsyncInterrupt(lldb::pid_t pid = LLDB_INVALID_PROCESS_ID);
1260 void SendAsyncInterrupt();
444 uint32_t TargetList::SendAsyncInterrupt(lldb::pid_t pid) { in SendAsyncInterrupt() function in TargetList452 process->SendAsyncInterrupt(); in SendAsyncInterrupt()
3133 SendAsyncInterrupt(); in Halt()3175 SendAsyncInterrupt(); in StopForDestroyOrDetach()3645 void Process::SendAsyncInterrupt() { in SendAsyncInterrupt() function in Process4419 m_process->SendAsyncInterrupt(); in Run()4470 m_process->SendAsyncInterrupt(); in Interrupt()
169 void SendAsyncInterrupt();
242 SendAsyncInterrupt();
667 void SBProcess::SendAsyncInterrupt() { in SendAsyncInterrupt() function in SBProcess672 process_sp->SendAsyncInterrupt(); in SendAsyncInterrupt()