Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jul 2016 19:22:01 -0400
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r302859 - in head: sys/kern usr.bin/gcore
Message-ID:  <5f863f6c-b862-4a42-f250-0a06b5a03253@FreeBSD.org>
In-Reply-To: <201607142320.u6ENK5RV039058@repo.freebsd.org>
References:  <201607142320.u6ENK5RV039058@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 7/14/16 7:20 PM, John Baldwin wrote:
> Author: jhb
> Date: Thu Jul 14 23:20:05 2016
> New Revision: 302859
> URL: https://svnweb.freebsd.org/changeset/base/302859
> 
> Log:
>   Include command line arguments in core dump process info.
>   
>   Fill in pr_psargs in the NT_PRSINFO ELF core dump note with command
>   line arguments.
>   
>   Reviewed by:	kib
>   Differential Revision:	https://reviews.freebsd.org/D7116

Meant to include an MFC after tag.

The effect is that gdb will now display the command line from a
core dump rather than just the command name (albeit truncated to
80 characters).  lldb doesn't grok NT_PRSINFO on FreeBSD yet so
is unaffected.

-- 
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5f863f6c-b862-4a42-f250-0a06b5a03253>