Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target.h328 uintptr_t st_pc; /* Program counter, if stopped */ member
H A Dmdb_cmds.c2540 if (tsp->st_pc != 0) { in tgt_status()
2542 buf, sizeof (buf), tsp->st_pc) != tsp->st_pc) in tgt_status()
2546 mdb_warn(format, tsp->st_pc, buf); in tgt_status()
2560 if (tsp->st_pc == 0) in tgt_status()
2574 mdb_set_dot(tsp->st_pc); in tgt_status()
H A Dmdb_target.c1060 uintptr_t pc = t->t_status.st_pc; in tgt_continue()
1210 if (t_cont != t->t_ops->t_step || pc == t->t_status.st_pc) { in tgt_continue()
1258 mdb_nv_set_value(mdb.m_dot, t->t_status.st_pc); in tgt_continue()
H A Dmdb_proc.c3277 tsp->st_pc = gregs[R_PC]; in pt_status()
/titanic_50/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_kvm.c1354 tsp->st_pc = 0; in kmt_status()
1360 (void) kmdb_dpi_get_register("pc", &tsp->st_pc); in kmt_status()
1366 (void) kmdb_dpi_get_register("pc", &tsp->st_pc); in kmt_status()
1374 (void) kmdb_dpi_get_register("pc", &tsp->st_pc); in kmt_status()
1379 state, tsp->st_state, (void *)tsp->st_pc, tsp->st_pc); in kmt_status()