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/13329] GDB silently ignores Python exceptions when "setpython print-stack" is off


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

Phil Muldoon <pmuldoon at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |7.4

--- Comment #2 from Phil Muldoon <pmuldoon at redhat dot com> 2012-01-11 09:09:23 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    pmuldoon@sourceware.org    2011-12-16 15:55:40

Modified files:
    gdb            : ChangeLog NEWS 
    gdb/doc        : ChangeLog gdb.texinfo 
    gdb/python     : python.c 
    gdb/testsuite  : ChangeLog 
    gdb/testsuite/gdb.python: py-function.exp py-prettyprint.exp 
                              python.exp 

Log message:
    2011-12-16  Phil Muldoon  <pmuldoon@redhat.com>

    * testsuite/gdb.python/py-function.exp: Change "on" to "full" for
    python print-stack.  Add set/show python print-stack
    off|full|message tests.

    2011-12-16  Phil Muldoon  <pmuldoon@redhat.com>

    * python/python.c: Define python_excp_enums.
    (eval_python_from_control_command): Do not call gdbpy_print_stack.
    (python_command): Ditto.
    (gdbpy_print_stack): Rewrite to use new enum constants.
    (maint_set_python): Remove function.
    (maint_show_python): Ditto.
    (_initialize_python): Do not add "maint" commands.  Add "set/show
    python print-stack commands".
    * NEWS: Update to reflect removal for "maint set/show
    print-stack"

    2011-12-16  Phil Muldoon  <pmuldoon@redhat.com>

    * doc/gdb.texinfo (Python Commands): Remove "maint set/show print
    stack".  Add documentation for "set/show python print-stack".

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