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/20084] missing python support for zuinteger,zuinteger-unlimited parameters


https://sourceware.org/bugzilla/show_bug.cgi?id=20084

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tom Tromey <tromey@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0489430a0e1a3ea302c22c540f3629e471591f23

commit 0489430a0e1a3ea302c22c540f3629e471591f23
Author: Tom Tromey <tom@tromey.com>
Date:   Thu Apr 26 16:18:07 2018 -0600

    Handle var_zuinteger and var_zuinteger_unlimited from Python

    PR python/20084 points out that the Python API doesn't handle the
    var_zuinteger and var_zuinteger_unlimited parameter types.

    This patch adds support for these types.

    Regression tested on x86-64 Fedora 26.

    ChangeLog
    2018-05-02  Tom Tromey  <tom@tromey.com>

        PR python/20084:
        * python/python.c (gdbpy_parameter_value): Handle var_zuinteger
        and var_zuinteger_unlimited.
        * python/py-param.c (struct parm_constant): Add PARAM_ZUINTEGER
        and PARAM_ZUINTEGER_UNLIMITED.
        (set_parameter_value): Handle var_zuinteger and
        var_zuinteger_unlimited.
        (add_setshow_generic): Likewise.
        (parmpy_init): Likewise.

    doc/ChangeLog
    2018-05-02  Tom Tromey  <tom@tromey.com>

        PR python/20084:
        * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
        PARAM_ZUINTEGER_UNLIMITED.

    testsuite/ChangeLog
    2018-05-02  Tom Tromey  <tom@tromey.com>

        PR python/20084:
        * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
        PARAM_ZUINTEGER_UNLIMITED tests.

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