Home
last modified time | relevance | path

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

/freebsd-14.2/sys/ddb/
H A Ddb_command.c66 db_addr_t db_dot; variable
462 db_dot = (db_addr_t) addr; in db_command()
463 db_last_addr = db_dot; in db_command()
466 addr = (db_expr_t) db_dot; in db_command()
513 db_dot = db_ed_style ? db_prev : db_next; in db_command()
519 db_next = db_dot; in db_command()
540 db_prev = db_dot; in db_command_loop()
541 db_next = db_dot; in db_command_loop()
567 db_prev = db_next = db_dot; in db_command_script()
H A Ddb_command.h51 extern db_addr_t db_dot; /* current location */
H A Ddb_main.c256 db_dot = PC_REGS(); in db_trap()
264 db_print_loc_and_inst(db_dot); in db_trap()
H A Ddb_thread.c67 db_dot = PC_REGS(); in db_set_thread()
H A Ddb_expr.c72 *valuep = (db_expr_t)db_dot; in db_term()