Simplify remove_breakpoint interface
authorPedro Alves <palves@redhat.com>
Wed, 10 Aug 2016 22:03:28 +0000 (23:03 +0100)
committerPedro Alves <palves@redhat.com>
Wed, 10 Aug 2016 22:03:28 +0000 (23:03 +0100)
commit834c0d033bdade640aab149d0d4bd7b41dcb16af
tree0f7032599f6776c858b2bf132aa1ce2632d3318d
parent0375b0a53725b5b0bddcf8d31b707909f91afcb0
Simplify remove_breakpoint interface

All callers pass mark_uninserted, so there's no need for the 'is'
parameter.

gdb/ChangeLog:
2016-08-10  Pedro Alves  <palves@redhat.com>

PR gdb/19187
* breakpoint.c (remove_breakpoint): Remove 'is' parameter and
always pass mark_uninserted to remove_breakpoint_1.
(insert_breakpoint_locations, remove_breakpoints)
(remove_breakpoints_pid, update_global_location_list): Update
callers.
gdb/ChangeLog
gdb/breakpoint.c
This page took 0.024884 seconds and 4 git commands to generate.