This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 1/2] Append "." in error message.
On Thu, 23 Aug 2012 11:49:48 +0200, Yao Qi wrote:
> This patch is to add "." at the end of message "No symbol XXX in
> current context", and fix a FAIL in testsuite.
>
> -FAIL: gdb.java/jnpe.exp: check for unwinder hook
> +PASS: gdb.java/jnpe.exp: check for unwinder hook
> +PASS: gdb.java/jnpe.exp: check for stap probe in unwinder
>
> It is obvious. I'll check it in.
[...]
> - error (_("No symbol \"%s\" in current context"), tmp);
> + error (_("No symbol \"%s\" in current context."), tmp);
Yes, please, to get out of all the pending regressions.
I hope no other regressions are caused by it.
Thanks,
Jan