Lines Matching defs:Halt
2815 LLDB_LOGF(log, "Process::Halt() failed to stop, state is: %s",
3298 Status Process::Halt(bool clear_thread_plans, bool use_run_lock) {
3335 return Status::FromErrorStringWithFormat("Halt timed out. State = %s",
4086 // Halt should generate a stopped event. Make a note of the fact that
4093 // This can happen when someone (e.g. Process::Halt) sees that we are
5256 // the best thing is to Halt and then get out of here.
5259 Halt(clear_thread_plans, use_run_lock);
5319 Halt(clear_thread_plans, use_run_lock);
5413 // It is possible that between the time we issued the Halt, and we get
5414 // around to calling Halt the target could have stopped. That's fine,
5415 // Halt will figure that out and send the appropriate Stopped event.
5419 // back to waiting for the Halt's stopped event. That's what this
5429 LLDB_LOGF(log, "Process::RunThreadPlan(): Running Halt.");
5432 Halt(clear_thread_plans, use_run_lock);
5436 log->PutCString("Process::RunThreadPlan(): Halt succeeded.");
5451 log->PutCString(" Event was the Halt interruption event.");
5468 // Between the time we initiated the Halt and the time we