Searched refs:t_pshandle (Results 1 – 9 of 9) sorted by relevance
326 struct ps_prochandle *P = t->t_pshandle; in pt_rtld_event()408 struct ps_prochandle *P = t->t_pshandle; in pt_post_attach()532 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_pre_detach()550 (void) write(Pctlfd(t->t_pshandle), &cmd, sizeof (cmd)); in pt_pre_detach()553 if (Pstate(t->t_pshandle) == PS_UNDEAD) in pt_pre_detach()554 (void) waitpid(Pstatus(t->t_pshandle)->pr_pid, NULL, WNOHANG); in pt_pre_detach()578 struct ps_prochandle *P = t->t_pshandle; in pt_release_parents()593 t->t_pshandle = vfp->p_pshandle; in pt_release_parents()601 t->t_pshandle = P; in pt_release_parents()613 struct ps_prochandle *P = t->t_pshandle; in pt_fork()[all …]
111 if (t == P || t->t_pshandle == P) in mdb_tgt_from_pshandle()
223 void *t_pshandle; /* Proc service handle (if not tgt) */ member
980 kp->kp_cookie = mdb.m_target->t_pshandle; in mdb_kproc_tgt_create()
1498 t->t_pshandle = kt->k_cookie; in mdb_kvm_tgt_create()
118 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_read_instr()147 if (t->t_pshandle == NULL || Pstate(t->t_pshandle) == PS_UNDEAD) { in pt_regs()152 if (Pstate(t->t_pshandle) == PS_LOST) { in pt_regs()172 if (Pstatus(t->t_pshandle)->pr_dmodel == PR_MODEL_LP64) in pt_regs()301 if (t->t_pshandle == NULL || Pstate(t->t_pshandle) == PS_UNDEAD) { in pt_fpregs()306 if (Pstate(t->t_pshandle) == PS_LOST) { in pt_fpregs()316 is_v9 = Pstatus(t->t_pshandle)->pr_dmodel == PR_MODEL_LP64; in pt_fpregs()538 struct ps_prochandle *P = t->t_pshandle; in pt_addfpregs()686 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_step_out()693 if (Pstate(t->t_pshandle) != PS_STOP) in pt_step_out()[all …]
98 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_read_instr()146 if (t->t_pshandle == NULL || Pstate(t->t_pshandle) == PS_UNDEAD) { in pt_regs()151 if (Pstate(t->t_pshandle) == PS_LOST) { in pt_regs()417 if (t->t_pshandle == NULL || Pstate(t->t_pshandle) == PS_UNDEAD) { in pt_fpregs()422 if (Pstate(t->t_pshandle) == PS_LOST) { in pt_fpregs()576 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_step_out()578 if (Pstate(t->t_pshandle) != PS_STOP) in pt_step_out()592 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_next()594 if (Pstate(t->t_pshandle) != PS_STOP) in pt_next()
143 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_read_instr()191 if (t->t_pshandle == NULL || Pstate(t->t_pshandle) == PS_UNDEAD) { in pt_regs()196 if (Pstate(t->t_pshandle) == PS_LOST) { in pt_regs()474 if (t->t_pshandle == NULL || Pstate(t->t_pshandle) == PS_UNDEAD) { in pt_fpregs()479 if (Pstate(t->t_pshandle) == PS_LOST) { in pt_fpregs()619 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_step_out()621 if (Pstate(t->t_pshandle) != PS_STOP) in pt_step_out()635 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_next()637 if (Pstate(t->t_pshandle) != PS_STOP) in pt_next()
234 t.t_pshandle, t.t_data); in cmd_target()