Searched refs:st_pc (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_target.h | 328 uintptr_t st_pc; /* Program counter, if stopped */ member
|
H A D | mdb_cmds.c | 2540 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 D | mdb_target.c | 1060 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 D | mdb_proc.c | 3277 tsp->st_pc = gregs[R_PC]; in pt_status()
|
/titanic_41/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_kvm.c | 1354 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()
|