Lines Matching refs:IdKind
15 ConsoleOutput, IdKind, Packet, ResponseWriter, ThreadId,
613 IdKind::Any => { in handle_base()
617 IdKind::All => TidSelector::All, in handle_base()
618 IdKind::WithID(tid) => TidSelector::WithID(tid), in handle_base()
664 IdKind::Any => {} // reuse old tid in handle_base()
666 IdKind::All => return Err(Error::PacketUnexpected), in handle_base()
667 IdKind::WithID(tid) => self.current_mem_tid = tid, in handle_base()
671 IdKind::Any => {} // reuse old tid in handle_base()
672 IdKind::All => self.current_resume_tid = TidSelector::All, in handle_base()
673 IdKind::WithID(tid) => self.current_resume_tid = TidSelector::WithID(tid), in handle_base()
683 pid: Some(IdKind::WithID(FAKE_PID)), in handle_base()
684 tid: IdKind::WithID(SINGLE_THREAD_TID), in handle_base()
697 pid: Some(IdKind::WithID(FAKE_PID)), in handle_base()
698 tid: IdKind::WithID(tid), in handle_base()
720 IdKind::WithID(tid) => match target.base_ops() { in handle_base()
1000 pid: Some(IdKind::WithID(FAKE_PID)), in finish_vcont()
1001 tid: IdKind::WithID(tid), in finish_vcont()