This is the mail archive of the gdb-patches@sources.redhat.com 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]

Re: [RFA] Move alloca(0) to wait_for_inferior() from registers_changed()


Nick Duffek wrote:
> 
> On 13-Nov-2000, Nick Duffek wrote:
> 
> >The appended patch moves an alloca (0) call from
> >registers_changed() in regcache.c to wait_for_inferior() in infrun.c.
> 
> I haven't received a yea or nay on this yet.  Andrew, are you the person
> to [dis]approve this, since neither regcache.c nor infrun.c is mentioned
> in MAINTAINERS?
> 
> I've augmented the comment in infrun.c a bit; modified patch is appended.
> No regressions on i686-pc-linux-gnu.

Shouldn't such a thing be part of the event loop (or very close to it?).

	Andrew

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