svn commit: r320918 - head/sbin/savecore
John Baldwin
jhb at freebsd.org
Wed Jul 12 22:17:18 UTC 2017
On Wednesday, July 12, 2017 06:29:25 PM Mark Johnston wrote:
> Author: markj
> Date: Wed Jul 12 18:29:25 2017
> New Revision: 320918
> URL: https://svnweb.freebsd.org/changeset/base/320918
>
> Log:
> Add a newline after the version string.
>
> MFC after: 3 days
I think the version string normally has a trailing \n emedded in it? Also,
have you verified that crashinfo is still able to match the Version String
from the generated info.X file? I think it might as it stops printing lines
once it matches the second line of the version, so I think (just reading the
awk) that it will not include the extra newline in the 'ivers' compared
against 'version' from gdb.
--
John Baldwin
More information about the svn-src-head
mailing list