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] Entry point update with "run" command


The attached patch doesn't fix things in case displaced stepping is
being used since the entry point is not updated.

Regards,
Luis

On Sat, 2008-04-26 at 15:22 +0200, Jan Kratochvil wrote:
> +             if (exec_bfd != NULL && strcmp (bfd_get_filename
> (objfile->obfd),
> +                                             bfd_get_filename
> (exec_bfd)) == 0)
> +               {
> +                 exec_ops.to_open (bfd_get_filename (objfile->obfd),
> 0);
> +               }
> +


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