Searched refs:Resume (Results 26 - 41 of 41) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h827 /// \see Thread:Resume()
830 Status Resume();
1058 /// \see Thread:Resume()
2604 // RequestResume, don't call Resume directly.
2812 // Resume will only request a resume, using this
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp608 error = process->Resume();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.cpp489 /// Implements ProcessMonitor::Resume.
1304 bool ProcessMonitor::Resume(lldb::tid_t unused, uint32_t signo) { function in class:ProcessMonitor
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp951 : Instruction(Type::getVoidTy(RI.getContext()), Instruction::Resume,
957 : Instruction(Type::getVoidTy(Exn->getContext()), Instruction::Resume,
963 : Instruction(Type::getVoidTy(Exn->getContext()), Instruction::Resume,
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp615 sb_error.ref() = process_sp->Resume();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h761 case Instruction::Resume:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1640 case Resume: return 0;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1707 case Instruction::Resume:
H A DAttributorAttributes.cpp687 (unsigned)Instruction::CatchSwitch, (unsigned)Instruction::Resume};
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1253 LLDB_LOGF(log, "ProcessGDBRemote::Resume()");
1451 error.SetErrorString("Resume timed out.");
1452 LLDB_LOGF(log, "ProcessGDBRemote::DoResume: Resume timed out.");
2527 Resume();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1411 // lock. The lock gets locked in Resume, which is the public API to tell the
1433 Status Process::Resume() { function in class:Process
1436 LLDB_LOGF(log, "Process::Resume -- locking run lock");
1438 Status error("Resume request failed - process still running.");
1439 LLDB_LOGF(log, "Process::Resume: -- TrySetRunning failed, not resuming.");
1457 Status error("Resume request failed - process still running.");
1458 LLDB_LOGF(log, "Process::Resume: -- TrySetRunning failed, not resuming.");
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h4088 /// Resume the propagation of an exception.
4121 return I->getOpcode() == Instruction::Resume;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4030 "Resume must unwind the exception that caused control to here");
6211 case Instruction::Resume:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4396 case Instruction::Resume:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2812 case Instruction::Resume:
/freebsd-13-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp[all...]

Completed in 699 milliseconds

12