This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: Please fix regressions from your sim changes
- From: Hans-Peter Nilsson <hans-peter dot nilsson at axis dot com>
- To: gdb-patches at sourceware dot org
- Date: Tue, 20 Mar 2012 00:50:42 +0100
- Subject: Re: Please fix regressions from your sim changes
> From: Mike Frysinger <vapier@gentoo.org>
> Date: Mon, 19 Mar 2012 18:22:39 +0100
(CC to the list disappeared much like the test-case output,
sorry Mike for getting this twice.)
> On Monday 19 March 2012 02:28:49 Hans-Peter Nilsson wrote:
> > For mips-elf, there's just
>
> mips-elf is passing for me
> > FAIL: mips1 hilo-hazard-1.s (execution)
>
> the glob should eat the new signal string
>
> > For cris-elf, there's quite a bit more, three variants AFAICT;
> > three "signals" lost.
>
> patch attached should fix that
>
> > And really, why removing the "program stopped with signal"
> > common part? I see no reason to not just adding it back.
>
> it wasn't removed. the signal is now additionally being decoded.
>
> before: program stopped with signal 5.
> after: program stopped with signal 5 (Trace/breakpoint trap).
That's what you'd think (and that'd be an improvement), but the
message really is all gone. Is it a host issue? The tester
host is admittedly an aging installation, F 8 x86_64.
brgds, H-P