Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Doug Evans <dje@google.com>
Cc: gdb-patches@sourceware.org
Subject: Re: [RFA, doc RFA] Fix symtab/15885
Date: Sat, 24 Aug 2013 06:48:00 -0000	[thread overview]
Message-ID: <834nafinyd.fsf@gnu.org> (raw)
In-Reply-To: <yjt2txifrixw.fsf@ruffy.mtv.corp.google.com>

> From: Doug Evans <dje@google.com>
> Date: Fri, 23 Aug 2013 18:11:55 -0700
> 
> This patch fixes symtab/15885: gdb isn't using .gdb_index when it
> reloads symbols for a file.

Thanks.

> Index: NEWS
> ===================================================================
> RCS file: /cvs/src/src/gdb/NEWS,v
> retrieving revision 1.609
> diff -u -p -r1.609 NEWS
> --- NEWS	22 Aug 2013 20:32:54 -0000	1.609
> +++ NEWS	24 Aug 2013 00:55:05 -0000
> @@ -3,6 +3,8 @@
>  
>  *** Changes since GDB 7.6
>  
> +* The "maintenance print objfiles" command now takes an optional regexp.
> +
>  * The "catch syscall" command now works on arm*-linux* targets.
>  
>  * Python scripting

This part is OK.

> --- doc/gdb.texinfo	5 Aug 2013 15:39:25 -0000	1.1103
> +++ doc/gdb.texinfo	24 Aug 2013 00:55:06 -0000
> @@ -36820,10 +36820,11 @@ This command forces @value{GDBN} to flus
>  
>  @kindex maint print objfiles
>  @cindex info for known object files
> -@item maint print objfiles
> -Print a dump of all known object files.  For each object file, this
> -command prints its name, address in memory, and all of its psymtabs
> -and symtabs.
> +@item maint print objfiles [@var{regexp}]

This @item is in "@table @samp", which means each item is typeset in
monospaced font.  But we don't want the brackets [] to be in that
typeface, so please use

 @item maint print objfiles @r{[}@var{regexp}@r{]}

> +Print a dump of all known object files.
> +If @var{regexp} is specified, only print object files with names
                                                         ^^^^^^^^^^
I'd prefer "whose names" here, it removes a slight ambiguity in this
sentence.

OK with those changes.


  reply	other threads:[~2013-08-24  6:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-24  1:12 Doug Evans
2013-08-24  6:48 ` Eli Zaretskii [this message]
2013-08-26 15:49 ` Tom Tromey
2013-08-26 18:01   ` Doug Evans
2013-08-26 18:12     ` Tom Tromey

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=834nafinyd.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=dje@google.com \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox