This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug cli/9903] New: apropos prints some entries twice


I tried "apropos async":

(gdb) apropos async
set debug lin-lwp-async -- Set debugging of GNU/Linux async lwp module
set debug lin-lwp-async -- Set debugging of GNU/Linux async lwp module
set exec-done-display -- Set notification of completion for asynchronous
execution commands
set target-async -- Set whether gdb controls the inferior in asynchronous mode
set target-async -- Set whether gdb controls the inferior in asynchronous mode
show debug lin-lwp-async -- Show debugging of GNU/Linux async lwp module
show debug lin-lwp-async -- Show debugging of GNU/Linux async lwp module
show exec-done-display -- Show notification of completion for asynchronous
execution commands
show target-async -- Show whether gdb controls the inferior in asynchronous mode
show target-async -- Show whether gdb controls the inferior in asynchronous mode


It prints some entries, like "show target-async", twice.
It should not.

-- 
           Summary: apropos prints some entries twice
           Product: gdb
           Version: 6.8
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: cli
        AssignedTo: unassigned at sourceware dot org
        ReportedBy: tromey at redhat dot com
                CC: gdb-prs at sourceware dot org


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]