Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTargetList.h178 uint32_t SendAsyncInterrupt(lldb::pid_t pid = LLDB_INVALID_PROCESS_ID);
H A DProcess.h1260 void SendAsyncInterrupt();
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTargetList.cpp444 uint32_t TargetList::SendAsyncInterrupt(lldb::pid_t pid) { in SendAsyncInterrupt() function in TargetList
452 process->SendAsyncInterrupt(); in SendAsyncInterrupt()
H A DProcess.cpp3133 SendAsyncInterrupt(); in Halt()
3175 SendAsyncInterrupt(); in StopForDestroyOrDetach()
3645 void Process::SendAsyncInterrupt() { in SendAsyncInterrupt() function in Process
4419 m_process->SendAsyncInterrupt(); in Run()
4470 m_process->SendAsyncInterrupt(); in Interrupt()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBProcess.h169 void SendAsyncInterrupt();
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBProcess.i242 SendAsyncInterrupt();
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBProcess.cpp667 void SBProcess::SendAsyncInterrupt() { in SendAsyncInterrupt() function in SBProcess
672 process_sp->SendAsyncInterrupt(); in SendAsyncInterrupt()