gdb: make some bp_location arguments const in breakpoint.c
authorAndrew Burgess <aburgess@redhat.com>
Tue, 4 Oct 2022 12:51:32 +0000 (13:51 +0100)
committerAndrew Burgess <aburgess@redhat.com>
Thu, 20 Oct 2022 15:41:51 +0000 (16:41 +0100)
commitb2ff9ed3050491f72529beeea14859abda3afb4a
tree2180d8473ccc02eec77d6631ed425e1c8ba513d8
parent1c232ab030476db2037894600ef5eba9a6de5645
gdb: make some bp_location arguments const in breakpoint.c

I spotted a few places where I could make some 'bp_location *'
arguments constant in breakpoint.c.

There should be no user visible changes after this commit.

Approved-By: Simon Marchi <simon.marchi@efficios.com>
gdb/breakpoint.c