public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug gdb/14777] New: Documentation Inconsistencies
@ 2012-10-27 21:34 dilyan.palauzov at aegee dot org
  2012-11-07  9:53 ` [Bug gdb/14777] " qiyao at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: dilyan.palauzov at aegee dot org @ 2012-10-27 21:34 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=14777

             Bug #: 14777
           Summary: Documentation Inconsistencies
           Product: gdb
           Version: 7.5
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
        AssignedTo: unassigned@sourceware.org
        ReportedBy: dilyan.palauzov@aegee.org
    Classification: Unclassified


Hello,

it is unclear, to which "component" in the bug report to report about typos in
the documentation.  Anyway

1. In the description of the command forward-search, node "Searching Files" is
stated, that "forward-search" can be abbreviated as "fo".  However typing  "fo"
is ambiguous, as it can mean either "forward-search" or "focus" (at least gdb
reports to).  Please update the manual, that "forward-search" cannot be
shortened to "fo".

2. The documentation for demangle-style says, that the default demangle-style
is "gnu".  However on my system it is "auto".  I get this by starting gdb
without parameters and typing "show demangle-style".

3. In node "Operating System Auxiliary Information" is described the command
"info udot".  However on my linux-from-scratch system, when I type in gdb "info
udot" it reports "Undefined info command: udot".  This was reported also at
http://forums.opensuse.org/english/other-forums/development/programming-scripting/451536-gdb-does-not-support-info-udot.html
. 

Със здраве
  Дилян

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug gdb/14777] Documentation Inconsistencies
  2012-10-27 21:34 [Bug gdb/14777] New: Documentation Inconsistencies dilyan.palauzov at aegee dot org
@ 2012-11-07  9:53 ` qiyao at gcc dot gnu.org
  2012-11-08  4:05 ` cvs-commit at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: qiyao at gcc dot gnu.org @ 2012-11-07  9:53 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=14777

Yao Qi <qiyao at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |qiyao at gcc dot gnu.org
         AssignedTo|unassigned at sourceware    |qiyao at gcc dot gnu.org
                   |dot org                     |

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug gdb/14777] Documentation Inconsistencies
  2012-10-27 21:34 [Bug gdb/14777] New: Documentation Inconsistencies dilyan.palauzov at aegee dot org
  2012-11-07  9:53 ` [Bug gdb/14777] " qiyao at gcc dot gnu.org
@ 2012-11-08  4:05 ` cvs-commit at gcc dot gnu.org
  2012-11-09  3:06 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2012-11-08  4:05 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=14777

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2012-11-08 04:05:24 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    qiyao@sourceware.org    2012-11-08 04:05:17

Modified files:
    gdb            : ChangeLog source.c 
    gdb/doc        : ChangeLog gdb.texinfo 

Log message:
    gdb/doc:
    2012-11-08  Yao Qi  <yao@codesourcery.com>

    * gdb.texinfo (Search): Add kindex for 'fo'.
    gdb:
    2012-11-08  Yao Qi  <yao@codesourcery.com>

    PR gdb/14777.
    * source.c (_initialize_source): Call add_com_alias to abbreviate
    'forward-search' as 'fo'.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.14794&r2=1.14795
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/source.c.diff?cvsroot=src&r1=1.138&r2=1.139
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/ChangeLog.diff?cvsroot=src&r1=1.1377&r2=1.1378
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/gdb.texinfo.diff?cvsroot=src&r1=1.1017&r2=1.1018

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug gdb/14777] Documentation Inconsistencies
  2012-10-27 21:34 [Bug gdb/14777] New: Documentation Inconsistencies dilyan.palauzov at aegee dot org
  2012-11-07  9:53 ` [Bug gdb/14777] " qiyao at gcc dot gnu.org
  2012-11-08  4:05 ` cvs-commit at gcc dot gnu.org
@ 2012-11-09  3:06 ` cvs-commit at gcc dot gnu.org
  2012-11-09  3:08 ` qiyao at gcc dot gnu.org
  2012-11-29  8:08 ` qiyao at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2012-11-09  3:06 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=14777

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2012-11-09 03:06:38 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    qiyao@sourceware.org    2012-11-09 03:06:30

Modified files:
    gdb/doc        : ChangeLog gdb.texinfo 

Log message:
    gdb/doc:
    PR gdb/14777.
    * gdb.texinfo (OS Information): Remove doc on command
    'info udot'.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/ChangeLog.diff?cvsroot=src&r1=1.1379&r2=1.1380
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/gdb.texinfo.diff?cvsroot=src&r1=1.1019&r2=1.1020

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug gdb/14777] Documentation Inconsistencies
  2012-10-27 21:34 [Bug gdb/14777] New: Documentation Inconsistencies dilyan.palauzov at aegee dot org
                   ` (2 preceding siblings ...)
  2012-11-09  3:06 ` cvs-commit at gcc dot gnu.org
@ 2012-11-09  3:08 ` qiyao at gcc dot gnu.org
  2012-11-29  8:08 ` qiyao at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: qiyao at gcc dot gnu.org @ 2012-11-09  3:08 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=14777

--- Comment #3 from Yao Qi <qiyao at gcc dot gnu.org> 2012-11-09 03:08:35 UTC ---
Issue #1 and #3 are fixed.  Fix to issue #2 is still on-going.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug gdb/14777] Documentation Inconsistencies
  2012-10-27 21:34 [Bug gdb/14777] New: Documentation Inconsistencies dilyan.palauzov at aegee dot org
                   ` (3 preceding siblings ...)
  2012-11-09  3:08 ` qiyao at gcc dot gnu.org
@ 2012-11-29  8:08 ` qiyao at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: qiyao at gcc dot gnu.org @ 2012-11-29  8:08 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=14777

Yao Qi <qiyao at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |7.6

--- Comment #4 from Yao Qi <qiyao at gcc dot gnu.org> 2012-11-29 08:08:11 UTC ---
Issue #2 is fixed by this commit
http://sourceware.org/ml/gdb-cvs/2012-11/msg00188.html.  Close this bug.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-11-29  8:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-27 21:34 [Bug gdb/14777] New: Documentation Inconsistencies dilyan.palauzov at aegee dot org
2012-11-07  9:53 ` [Bug gdb/14777] " qiyao at gcc dot gnu.org
2012-11-08  4:05 ` cvs-commit at gcc dot gnu.org
2012-11-09  3:06 ` cvs-commit at gcc dot gnu.org
2012-11-09  3:08 ` qiyao at gcc dot gnu.org
2012-11-29  8:08 ` qiyao at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).