This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Make bp_location usage const


Vladimir Prus <ghost at cs.msu.su> writes:
>> Many parts of breakpoint.c make only read-only use
>> of breakpoint location list. However, it's somewhat
>> hard to gather from the code. This patch adds 'const'
>> qualifiers in a number of places to make this really
>> obvious. OK?
>
> I've missed a couple of locations. Sorry, and here's
> the updated patch.

Okay --- looks good.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]