Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/arm/
H A Ddebug_monitor.c55 DBG_TYPE_WATCHPOINT = 1, enumerator
342 conf.type = DBG_TYPE_WATCHPOINT; in dbg_setup_watchpoint()
353 conf.type = DBG_TYPE_WATCHPOINT; in dbg_remove_watchpoint()
472 case DBG_TYPE_WATCHPOINT: in dbg_check_slot_free()
504 case DBG_TYPE_WATCHPOINT: in dbg_find_free_slot()
532 case DBG_TYPE_WATCHPOINT: in dbg_find_slot()
623 i = dbg_find_free_slot(DBG_TYPE_WATCHPOINT); in dbg_setup_xpoint()
728 i = dbg_find_slot(DBG_TYPE_WATCHPOINT, addr); in dbg_remove_xpoint()
/f-stack/freebsd/arm64/arm64/
H A Ddebug_monitor.c55 DBG_TYPE_WATCHPOINT = 1, enumerator
296 case DBG_TYPE_WATCHPOINT: in dbg_find_free_slot()
326 case DBG_TYPE_WATCHPOINT: in dbg_find_slot()
355 i = dbg_find_free_slot(monitor, DBG_TYPE_WATCHPOINT); in dbg_setup_watchpoint()
421 i = dbg_find_slot(monitor, DBG_TYPE_WATCHPOINT, addr); in dbg_remove_watchpoint()