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: RFC: don't set the pspace on ordinary breakpoints


>>>>> "Ulrich" == Ulrich Weigand <uweigand@de.ibm.com> writes:

Ulrich> Or maybe rather, since the sole remaining function of that loop
Ulrich> is to sometimes skip the update_global_location_list, which doesn't
Ulrich> appear to have any reason except performance tuning (which is
Ulrich> really unnecessary here as this routine is called extremely rarely)
Ulrich> -- why not just remove the whole loop and just call
Ulrich> update_global_location_list unconditionally?

Sounds good to me.  I removed the loop and will retest shortly.

Tom


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