binutils-gdb/gdb/testsuite/gdb.python
Phil Muldoon 80b6e7564f 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".
2011-12-16 15:55:40 +00:00
..
lib-types.cc * gdb.python/lib-types.cc (struct A): New structure. 2011-10-26 15:10:11 +00:00
lib-types.exp * gdb.python/lib-types.exp (deep_items): Rename from deepitems. 2011-10-28 14:49:21 +00:00
Makefile.in
py-block.c
py-block.exp 2011-10-20 Phil Muldoon <pmuldoon@redhat.com> 2011-10-20 12:31:30 +00:00
py-breakpoint.c
py-breakpoint.exp * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints 2011-07-22 17:46:18 +00:00
py-cmd.exp
py-error.exp
py-error.py
py-events-shlib.c Add missing files to previous commit (Allow Python notification of new object-file loadings.) 2011-10-07 08:39:57 +00:00
py-events.c Allow Python notification of new object-file loadings. 2011-10-07 07:38:30 +00:00
py-events.exp gdb/testsuite/ 2011-10-28 17:32:30 +00:00
py-events.py Allow Python notification of new object-file loadings. 2011-10-07 07:38:30 +00:00
py-evsignal.exp gdb/testsuite/ 2011-09-13 21:39:59 +00:00
py-evthreads.c gdb/testsuite/ 2011-09-13 21:39:59 +00:00
py-evthreads.exp gdb/testsuite/ 2011-09-16 07:34:27 +00:00
py-frame-inline.c
py-frame-inline.exp
py-frame.c
py-frame.exp
py-function.exp 2011-12-16 Phil Muldoon <pmuldoon@redhat.com> 2011-12-16 15:55:40 +00:00
py-inferior.c
py-inferior.exp 2011-09-15 Kevin Pouget <kevin.pouget@st.com> 2011-09-15 12:42:30 +00:00
py-infthread.c
py-infthread.exp
py-mi.exp 2011-07-28 Phil Muldoon <pmuldoon@redhat.com> 2011-07-28 10:36:40 +00:00
py-objfile-script-gdb.py.in
py-objfile-script.c
py-objfile-script.exp
py-objfile.c
py-objfile.exp
py-parameter.exp
py-pp-maint.c
py-pp-maint.exp
py-pp-maint.py * python/lib/gdb/printing.py (register_pretty_printer): New argument 2011-10-07 22:46:15 +00:00
py-prettyprint.c 2011-07-28 Phil Muldoon <pmuldoon@redhat.com> 2011-07-28 10:36:40 +00:00
py-prettyprint.exp 2011-12-16 Phil Muldoon <pmuldoon@redhat.com> 2011-12-16 15:55:40 +00:00
py-prettyprint.py 2011-07-28 Phil Muldoon <pmuldoon@redhat.com> 2011-07-28 10:36:40 +00:00
py-progspace.c
py-progspace.exp
py-prompt.c PR gdb/10720 2011-09-02 21:16:54 +00:00
py-prompt.exp PR gdb/10720 2011-09-02 21:16:54 +00:00
py-section-script.c
py-section-script.exp
py-section-script.py
py-shared-sl.c
py-shared.c
py-shared.exp * gdb.python/py-shared.exp: Relax filename check to handle remote: 2011-10-11 19:01:31 +00:00
py-symbol.c
py-symbol.exp * NEWS: Mention new "type" attribute of python gdb.Symbol objects. 2011-08-12 22:21:57 +00:00
py-symtab.exp
py-template.cc
py-template.exp * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of 2011-07-26 18:38:55 +00:00
py-type.c * python/py-type.c (typy_fields_items): Call check_typedef. 2011-11-10 19:15:10 +00:00
py-type.exp * gdb.python/py-type.exp: New testcases for exceptions on scalar types 2011-11-15 21:17:40 +00:00
py-value.c * gdb.python/py-value.c (main): Break before return. 2011-10-04 17:43:16 +00:00
py-value.exp * gdb.python/py-value.exp: Add testcases for is_lazy attribute, 2011-10-25 18:35:49 +00:00
python-1.c
python.c
python.exp 2011-12-16 Phil Muldoon <pmuldoon@redhat.com> 2011-12-16 15:55:40 +00:00
source1
source2.py