Home
last modified time | relevance | path

Searched refs:target_region_ok_for_hw_watchpoint (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dtarget.h2093 extern int target_region_ok_for_hw_watchpoint (CORE_ADDR addr, int len);
Dtarget.c502 target_region_ok_for_hw_watchpoint (CORE_ADDR addr, int len) in target_region_ok_for_hw_watchpoint() function
Dbreakpoint.c9941 return target_region_ok_for_hw_watchpoint (bl->address, length); in resources_needed()
10707 num_regs = target_region_ok_for_hw_watchpoint (vaddr, len); in can_use_hardware_watchpoint()
DChangeLog-20212998 (target_region_ok_for_hw_watchpoint): Likewise.
3078 (target_region_ok_for_hw_watchpoint): New.
DChangeLog-201111973 Pass fixed length of 1 to target_region_ok_for_hw_watchpoint if
11990 (target_region_ok_for_hw_watchpoint): Document return value.
DChangeLog-20099732 (target_region_ok_for_hw_watchpoint): New macro.
DChangeLog-201413823 (target_region_ok_for_hw_watchpoint): Add argument.