binutils-gdb/gdb/testsuite/gdb.python
Phil Muldoon 7371cf6d8d 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
* gdb.texinfo (Breakpoints In Python): Add description and
              example
	      of Python stop function operation.

2010-03-14  Phil Muldoon  <pmuldoon@redhat.com>

	    * gdb.python/py-breakpoint.exp: Add Python stop operations
              tests.

2011-03-14  Phil Muldoon  <pmuldoon@redhat.com>

	    * python/python.h: Declare gdbpy_should_stop and
	    gdbpy_breakpoint_has_py_cond.
	    * python/python.c: Add python.h to includes.  Remove
	    python.h from
	    HAVE_PYTHON definition
	    (gdbpy_should_stop): New dummy function.
	    (gdbpy_breakpoint_has_py_cond): New dummy function.
	    * python/py-breakpoint.c (bppy_init): Rewrite to allow
	    sub-classing capabilities.
	    (gdbpy_should_stop): New function.
	    (gdbpy_breakpoint_has_py_cond): New function.
	    (local_setattro): New function.
	    * breakpoint.c (condition_command): Add check for Python
	    'stop'
	    operation.
	    (bpstat_check_breakpoint_conditions): Execute Python
	    'stop'
	    operation function as part of stop/continue tests.
2011-03-14 16:09:55 +00:00
..
Makefile.in 2011-02-22 Michael Snyder <msnyder@vmware.com> 2011-02-22 20:52:49 +00:00
lib-types.cc run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
lib-types.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
py-block.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
py-block.exp minor adjustments in gdb.python/py-block.exp 2011-02-22 08:01:16 +00:00
py-breakpoint.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
py-breakpoint.exp 2011-03-14 Phil Muldoon <pmuldoon@redhat.com> 2011-03-14 16:09:55 +00:00
py-cmd.exp 2011-01-10 Phil Muldoon <pmuldoon@redhat.com> 2011-01-10 11:00:24 +00:00
py-error.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
py-error.py run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
py-events.c Add the file that prev commit forget. 2011-02-05 05:27:23 +00:00
py-events.exp Add the file that prev commit forget. 2011-02-05 05:27:23 +00:00
py-events.py Add the file that prev commit forget. 2011-02-05 05:27:23 +00:00
py-evthreads.c Add the file that prev commit forget. 2011-02-05 05:27:23 +00:00
py-evthreads.exp Add the file that prev commit forget. 2011-02-05 05:27:23 +00:00
py-frame.c
py-frame.exp use prepare_for_testing in gdb.python/py-frame.exp 2011-02-26 14:06:28 +00:00
py-function.exp 2011-01-10 Phil Muldoon <pmuldoon@redhat.com> 2011-01-10 11:00:24 +00:00
py-inferior.c * gdb.stabs/gdb11479.c (hack): New function. 2010-07-27 16:58:22 +00:00
py-inferior.exp py-inferior.exp: Avoid searching pattern beyond buffer 2011-03-03 03:55:31 +00:00
py-infthread.c 2010-06-28 Phil Muldoon <pmuldoon@redhat.com> 2010-06-28 21:16:04 +00:00
py-infthread.exp gdb 2011-01-19 17:21:39 +00:00
py-mi.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
py-parameter.exp 2011-03-10 Phil Muldoon <pmuldoon@redhat.com> 2011-03-10 12:29:08 +00:00
py-pp-maint.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
py-pp-maint.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
py-pp-maint.py run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
py-prettyprint.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
py-prettyprint.exp gdb 2011-03-07 16:03:04 +00:00
py-prettyprint.py run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
py-progspace.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
py-progspace.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
py-section-script.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
py-section-script.exp * gdb.python/py-section-script.exp: Skip test if no Python support. 2011-03-13 13:39:17 +00:00
py-section-script.py run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
py-shared-sl.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
py-shared.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
py-shared.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
py-symbol.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
py-symbol.exp Add gdb.lookup_global_symbol python function. 2011-02-22 22:48:12 +00:00
py-symtab.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
py-template.cc run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
py-template.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
py-type.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
py-type.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
py-value.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
py-value.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
python-1.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
python.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
python.exp 2011-01-10 Phil Muldoon <pmuldoon@redhat.com> 2011-01-10 11:00:24 +00:00
source1 run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
source2.py run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00