2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 637a462b6f4bfa2ee7f157be8045675094a0b86d..42285b544081f83f2a7ba093ac5710fdf20891cd 100644 (file)
@@ -1,3 +1,22 @@
+2013-12-12  Siva Chandra Reddy  <sivachandra@google.com>
+
+       PR python/16113
+       * NEWS (Python Scripting): Add entry for the new feature and the
+       new attribute of gdb.Field objects.
+       * python/py-type.c (gdbpy_is_field): New function
+       (convert_field): Add 'parent_type' attribute to gdb.Field
+       objects.
+       * python/py-value.c (valpy_getitem): Allow subscript value to be
+       a gdb.Field object.
+       (value_has_field): New function
+       (get_field_flag): New function
+       * python/python-internal.h (gdbpy_is_field): Add declaration.
+
+2013-12-12  Pedro Alves  <palves@redhat.com>
+
+       * breakpoint.c (insert_bp_location): Make 'hw_bp_err_string' local
+       const, and remove casts.
+
 2013-12-12  Pedro Alves  <palves@redhat.com>
 
        * cli/cli-cmds.c (source_script_from_stream) Use have_python
This page took 0.024689 seconds and 4 git commands to generate.