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: RFA: patch to fix multi-breakpoint enable/disable handling of inline functions


On Nov 14, 2007 2:25 PM, Douglas Evans <dje@google.com> wrote:
> Like the original comment to the function says, it wasn't written to
> handle multiple different names.  An alternative to two loops is to
> store all the names in a set and then see if the set has more than one
> member.

Blech.  Bad-Wording-R-Us (TM).  What I really meant of course was to
see if any member had more than one occurrence.  E.g. While adding
names checking if it's already there.


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