diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3cf2a01..6cf87ec 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,25 @@ +2009-05-27 Tom Tromey <tromey@redhat.com> + Thiago Jung Bauermann <bauerman@br.ibm.com> + Phil Muldoon <pmuldoon@redhat.com> + + * python/python.c: Include objfiles.h, observer.h. + (gdbpy_auto_load): New global. + (gdbpy_current_objfile): Likewise. + (GDBPY_AUTO_FILENAME): New define. + (gdbpy_new_objfile): New function. + (gdbpy_get_current_objfile): Likewise. + (gdbpy_objfiles): Likewise. + (_initialize_python): Add "maint set auto-load". Call + gdbpy_initialize_objfile. Attach objfile observer. + (GdbMethods): New methods current_objfile, objfiles. + * python/python-objfile.c: New file. + * python/python-internal.h (objfile_to_objfile_object): Declare. + (objfpy_get_printers): Likewise. + (gdbpy_initialize_objfile): Likewise. + * Makefile.in (SUBDIR_PYTHON_OBS): Add python-objfile.o. + (SUBDIR_PYTHON_SRCS): Add python-objfile.c. + (python-objfile.o): New target. + 2009-05-27 Pedro Alves <pedro@codesourcery.com> * infrun.c (follow_exec): Clear the stop_requested flag. |