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/20129] error from disable frame-filter


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

--- Comment #1 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=803b47e5d4dc86b953aba0bc44865de287726dbe

commit 803b47e5d4dc86b953aba0bc44865de287726dbe
Author: Tom Tromey <tom@tromey.com>
Date:   Mon Jun 6 11:21:15 2016 -0600

    Fix PR python/20129 - use of non-existing variable

    PR python/20129 concerns the error message one gets from a command
    like "disable frame-filter global NoSuchFilter".  Currently this
    throws a second, unexpected, exception due to the use of a
    non-existing variable named "name".

    This patch adds regression tests and fixes a couple of spots to use
    the correct variable name.

    Built and regtested on x86-64 Fedora 23.

    2016-06-29  Tom Tromey  <tom@tromey.com>

        PR python/20129:
        * python/lib/gdb/command/frame_filters.py (_do_enable_frame_filter)
        (SetFrameFilterPriority._set_filter_priority): Use "frame_filter",
        not "name".

    2016-06-29  Tom Tromey  <tom@tromey.com>

        PR python/20129:
        * gdb.python/py-framefilter.exp: Add tests for setting priority
        and disabling of non-existent frame filter.

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