mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
* breakpont.c (remove_hw_watchpoints): Remove unused function.
* breakpoint.h remove_hw_watchpoints(): Remove prototype.
This commit is contained in:
@ -2015,20 +2015,6 @@ remove_breakpoints_pid (int pid)
|
||||
return 0;
|
||||
}
|
||||
|
||||
int
|
||||
remove_hw_watchpoints (void)
|
||||
{
|
||||
struct bp_location *bl, **blp_tmp;
|
||||
int val = 0;
|
||||
|
||||
ALL_BP_LOCATIONS (bl, blp_tmp)
|
||||
{
|
||||
if (bl->inserted && bl->loc_type == bp_loc_hardware_watchpoint)
|
||||
val |= remove_breakpoint (bl, mark_uninserted);
|
||||
}
|
||||
return val;
|
||||
}
|
||||
|
||||
int
|
||||
reattach_breakpoints (int pid)
|
||||
{
|
||||
|
Reference in New Issue
Block a user