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

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

Message

Andrew Burgess Oct. 5, 2022, 9:32 a.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.

---

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 | 321 ++++++++++++++++++++++-------------------------
 1 file changed, 153 insertions(+), 168 deletions(-)