Home
last modified time | relevance | path

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

/src/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()
646 i = dbg_find_free_slot(DBG_TYPE_WATCHPOINT); in dbg_setup_xpoint()
753 i = dbg_find_slot(DBG_TYPE_WATCHPOINT, addr); in dbg_remove_xpoint()
/src/sys/arm64/arm64/
H A Ddebug_monitor.c56 DBG_TYPE_WATCHPOINT = 1, enumerator
395 case DBG_TYPE_WATCHPOINT: in dbg_find_free_slot()
425 case DBG_TYPE_WATCHPOINT: in dbg_find_slot()
510 i = dbg_find_free_slot(monitor, DBG_TYPE_WATCHPOINT); in dbg_setup_watchpoint()
578 i = dbg_find_slot(monitor, DBG_TYPE_WATCHPOINT, addr); in dbg_remove_watchpoint()