This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 1/2] Report call site for inlined functions
- From: Eli Zaretskii <eliz at gnu dot org>
- To: Keith Seitz <keiths at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Tue, 11 Jul 2017 17:24:48 +0300
- Subject: Re: [PATCH 1/2] Report call site for inlined functions
- Authentication-results: sourceware.org; auth=none
- References: <1499740601-15957-1-git-send-email-keiths@redhat.com>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> From: Keith Seitz <keiths@redhat.com>
> Date: Mon, 10 Jul 2017 19:36:40 -0700
>
> diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
> index c167a86..58cdc1a 100644
> --- a/gdb/doc/gdb.texinfo
> +++ b/gdb/doc/gdb.texinfo
> @@ -26755,6 +26755,14 @@ known. If not known, this field is not present.
> The line number at which this breakpoint appears, if known.
> If not known, this field is not present.
>
> +@item call-site-func
> +@item call-site-file
> +@item call-site-fullname
> +@item call-site-line
All but the first of these should be @itemx.
Does this warrant a NEWS entry?
OK for the documentation part, thanks.