This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [patch] Speed up find_pc_section
On Wed, Jul 22, 2009 at 10:16 AM, Paul Pluzhnikov<ppluzhnikov@google.com> wrote:
> On Wed, Jul 22, 2009 at 9:32 AM, Pedro Alves<pedro@codesourcery.com> wrote:
>
>> Given the new_objfile observer, do we still need the exec_changed and
>> solib observers?
>
> No, I've removed that (new patch attached).
Um, sorry.
We don't need exec_changed observer (removed), and perhaps solib_loaded one
(I am not 100% sure), but solib_unload observer is still needed, I think.
Thanks,
--
Paul Pluzhnikov