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 python/12175] show_doc for gdb.Parameter has strange behaviour


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

Phil Muldoon <pmuldoon at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |pmuldoon at redhat dot com

--- Comment #1 from Phil Muldoon <pmuldoon at redhat dot com> 2010-11-16 12:14:19 UTC ---
There are actually a few bugs here:


This is wrong as noted in the bug:

(gdb)   show some-param
Is the show doc is off.

Not sure where show doc is being pulled from. 

Anyway, the variable "show_doc" should be printed from the help.  It is, but
for some reason GDB notes this command is not documented right after it printed
the documentation.

(gdb) help show some-param
This is the show doc. This part is not shown!
This command is not documented.

-- 
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.


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