]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
authorPhil Muldoon <pmuldoon@redhat.com>
Mon, 11 Jul 2011 13:07:38 +0000 (13:07 +0000)
committerPhil Muldoon <pmuldoon@redhat.com>
Mon, 11 Jul 2011 13:07:38 +0000 (13:07 +0000)
commit713389e0245333ded5b75dc90583570f8446f508
treef2c78bad420b06a050fe66304b34efa0a93d3e8a
parent754eadd19fceada3873d39edc914c0b63578c000
2011-07-11  Phil Muldoon  <pmuldoon@redhat.com>

        PR python/12438
* python/python.c: Set gdbpy_should_print_stack default to off.
(set_python): Deprecate maint set python print-stack to
class_deprecate.
(_initialize_python): Deprecate maint set/show python print-stack.
Add new prefix command, python.  Add new setting, print-backtrace.
* NEWS: Document set python print-stack.  Document default change.

2011-07-11  Phil Muldoon  <pmuldoon@redhat.com>

        PR python/12438
* gdb.texinfo (Python Commands): Add deprecate note to maint
          set/show python print-stack.  Document set/show python
          print-backtrace.

2011-07-11  Phil Muldoon  <pmuldoon@redhat.com>

        PR python/12438
* gdb.python/python.exp: Add maint set/show python print-stack
          deprecated tests.  Add set/show python print-backtrace tests.
gdb/ChangeLog
gdb/NEWS
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/python/python.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.python/py-function.exp
gdb/testsuite/gdb.python/py-prettyprint.exp
gdb/testsuite/gdb.python/python.exp