[PATCHv2,0/4] Const args, int->bool, and scoped_restore in breakpoint.c

Message ID cover.1666184729.git.aburgess@redhat.com
Headers
Series Const args, int->bool, and scoped_restore in breakpoint.c |

Message

Andrew Burgess Oct. 19, 2022, 1:07 p.m. UTC
  A series of patches that does some general code polishing in
breakpoint.c.  I don't think there should be any user visible changes
after any of these patches.

Changes in v2:

  - Rebased on latest upstream master (5ac37f0643a) and resolved
    merged conflict.

---

Andrew Burgess (4):
  gdb: make some bp_location arguments const in breakpoint.c
  gdb: used scoped_restore_frame in update_watchpoint
  gdb: make use of scoped_restore in unduplicated_should_be_inserted
  gdb: some int to bool conversion in breakpoint.c

 gdb/breakpoint.c | 319 ++++++++++++++++++++++-------------------------
 1 file changed, 152 insertions(+), 167 deletions(-)