From adc368187c7bc29c3c227cf986dd021973ce6eaf Mon Sep 17 00:00:00 2001 From: Phil Muldoon Date: Fri, 9 Apr 2010 09:41:43 +0000 Subject: 2010-04-09 Phil Muldoon Thiago Jung Bauermann Tom Tromey * breakpoint.c (condition_command): Simplify. Move condition setting code to ... (set_breakpoint_condition): ... here. New function. * breakpoint.h (set_breakpoint_condition): Declare. * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpoint. (SUBDIR_PYTHON_SRCS): Likewise. (py-breakpoint.o): New rule. * python/py-breakpoint.c: New file. * python/python-internal.h (gdbpy_breakpoints) (gdbpy_initialize_breakpoints): Declare. (GDB_PY_SET_HANDLE_EXCEPTION) Define. 2010-04-09 Phil Muldoon * gdb.python/py-breakpoint.exp: New File. * gdb.python/py-breakpoint.C: Ditto. 2010-04-09 Phil Muldoon Thiago Jung Bauermann Tom Tromey * gdb.texinfo (Breakpoints In Python): New Node. --- gdb/doc/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gdb/doc/ChangeLog') diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 9b98dc0..3058577 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,9 @@ +2010-04-09 Phil Muldoon + Thiago Jung Bauermann + Tom Tromey + + * gdb.texinfo (Breakpoints In Python): New Node. + 2010-04-08 Stan Shebs * gdb.texinfo (Tracepoint Packets): Describe disconn and circular -- cgit v1.1