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|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |7.3

--- Comment #6 from Phil Muldoon <pmuldoon at redhat dot com> 2011-03-14 17:56:57 UTC ---
This bug has been fixed with this check-in.

CVSROOT:    /cvs/src
Module name:    src
Changes by:    pmuldoon@sourceware.org    2011-03-10 12:29:08

Modified files:
    gdb            : ChangeLog 
    gdb/doc        : ChangeLog gdb.texinfo 
    gdb/python     : py-param.c 
    gdb/testsuite  : ChangeLog 
    gdb/testsuite/gdb.python: py-parameter.exp 

Log message:
    2011-03-10  Phil Muldoon  <pmuldoon@redhat.com>

    * python/py-param.c (add_setshow_generic): Add set/show callback
    parameters.  Register Python object context.
    (get_show_value): New function.
    (get_set_value): New function.
    (call_doc_function): New function.
    (get_doc_string): Move behind get_show_value/get_set_value.

    2011-03-10  Phil Muldoon  <pmuldoon@redhat.com>

    * gdb.texinfo (Parameters In Python): Document get_set_string and
    get_show_string methods.

    2011-03-10  Phil Muldoon  <pmuldoon@redhat.com>

    * gdb.python/py-parameter.exp: Update tests to the new Python
    parameter API. Add "no documentation" test.  Add deprecated API
    backward compatibility test.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.12782&r2=1.12783
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/ChangeLog.diff?cvsroot=src&r1=1.1161&r2=1.1162
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/gdb.texinfo.diff?cvsroot=src&r1=1.809&r2=1.810
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/python/py-param.c.diff?cvsroot=src&r1=1.9&r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.2627&r2=1.2628
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.python/py-parameter.exp.diff?cvsroot=src&r1=1.3&r2=1.4

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