Home
last modified time | relevance | path

Searched refs:st_pc (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dmdb_bhyve.c931 if (tsp->st_pc != 0) { in bhyve_activate()
933 MDB_TGT_AS_VIRT_I, buf, sizeof (buf), tsp->st_pc) != in bhyve_activate()
934 tsp->st_pc) in bhyve_activate()
938 mdb_warn(format, tsp->st_pc, buf); in bhyve_activate()
1268 tsp->st_pc = rip; in bhyve_status()
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_kvm.c1352 tsp->st_pc = 0; in kmt_status()
1358 (void) kmdb_dpi_get_register("pc", &tsp->st_pc); in kmt_status()
1364 (void) kmdb_dpi_get_register("pc", &tsp->st_pc); in kmt_status()
1372 (void) kmdb_dpi_get_register("pc", &tsp->st_pc); in kmt_status()
1377 state, tsp->st_state, (void *)tsp->st_pc, tsp->st_pc); in kmt_status()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target.h335 uintptr_t st_pc; /* Program counter, if stopped */ member
H A Dmdb_cmds.c2645 if (tsp->st_pc != 0) { in tgt_status()
2647 MDB_TGT_AS_VIRT_I, buf, sizeof (buf), tsp->st_pc) != in tgt_status()
2648 tsp->st_pc) in tgt_status()
2652 mdb_warn(format, tsp->st_pc, buf); in tgt_status()
2666 if (tsp->st_pc == 0) in tgt_status()
2680 mdb_set_dot(tsp->st_pc); in tgt_status()
H A Dmdb_target.c1066 uintptr_t pc = t->t_status.st_pc; in tgt_continue()
1204 if (t_cont != t->t_ops->t_step || pc == t->t_status.st_pc) { in tgt_continue()
1252 mdb_nv_set_value(mdb.m_dot, t->t_status.st_pc); in tgt_continue()
H A Dmdb_proc.c3348 tsp->st_pc = gregs[R_PC]; in pt_status()