Home
last modified time | relevance | path

Searched refs:DBG_TYPE_WATCHPOINT (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/arm/arm/
H A Ddebug_monitor.c53 DBG_TYPE_WATCHPOINT = 1, enumerator
369 conf.type = DBG_TYPE_WATCHPOINT; in dbg_setup_watchpoint()
380 conf.type = DBG_TYPE_WATCHPOINT; in dbg_remove_watchpoint()
499 case DBG_TYPE_WATCHPOINT: in dbg_check_slot_free()
531 case DBG_TYPE_WATCHPOINT: in dbg_find_free_slot()
559 case DBG_TYPE_WATCHPOINT: in dbg_find_slot()
650 i = dbg_find_free_slot(DBG_TYPE_WATCHPOINT); in dbg_setup_xpoint()
757 i = dbg_find_slot(DBG_TYPE_WATCHPOINT, addr); in dbg_remove_xpoint()
/freebsd/sys/arm64/arm64/
H A Ddebug_monitor.c56 DBG_TYPE_WATCHPOINT = 1,
395 case DBG_TYPE_WATCHPOINT: in dbg_find_slot()
425 case DBG_TYPE_WATCHPOINT: in dbg_setup_watchpoint()
510 i = dbg_find_free_slot(monitor, DBG_TYPE_WATCHPOINT); in dbg_register_sync()
578 i = dbg_find_slot(monitor, DBG_TYPE_WATCHPOINT, addr); in dbg_monitor_enter()
53 DBG_TYPE_WATCHPOINT = 1, global() enumerator