X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gdb%2FChangeLog-2012;h=7b75b3bcc3193e18ec6be88251ef8d68924e2526;hb=9cca177baec32a1ed1422a87a1f57cda2d2eb21a;hp=0f6f7961ff697cd1a45553e5e8839a6179b59db6;hpb=72b20e9c8db9a35adf8c9557848e0c24ae010501;p=binutils-gdb.git diff --git a/gdb/ChangeLog-2012 b/gdb/ChangeLog-2012 index 0f6f7961ff6..7b75b3bcc31 100644 --- a/gdb/ChangeLog-2012 +++ b/gdb/ChangeLog-2012 @@ -327,7 +327,7 @@ (iterate_over_some_symtabs): Remove variable name_len and its initialization, remove it from the compare_filenames_for_search calls. * symtab.h (compare_filenames_for_search): Remove the search_len - parameter, + parameter. 2012-12-16 Joel Brobecker @@ -584,27 +584,27 @@ 2012-12-14 Tom Tromey - * NEWS: Mention "info proc" and core files. - * corelow.c (core_info_proc): New function. - (init_core_ops): Set to_info_proc. - * gdbarch.c, gdbarch.h: Rebuild. - * gdbarch.sh (core_info_proc): New method. - * infcmd.c (info_proc_cmd_1): Invoke target_info_proc first. - * linux-tdep.c (linux_core_info_proc_mappings) - (linux_core_info_proc): New functions. - (linux_find_memory_region_ftype): New typedef. - (linux_find_memory_regions_full): New function, from - linux_find_memory_regions. - (struct linux_find_memory_regions_data): New. - (linux_find_memory_regions_thunk): New function. - (linux_find_memory_regions): Rewrite. - (struct linux_make_mappings_data): New. - (linux_make_mappings_callback) - (linux_make_mappings_corefile_notes): New functions. - (linux_make_corefile_notes): Call linux_make_mappings_corefile_notes. - (linux_init_abi): Call set_gdbarch_core_info_proc. - * target.c (target_info_proc): Return 'int'. - * target.h (target_info_proc): Update. + * NEWS: Mention "info proc" and core files. + * corelow.c (core_info_proc): New function. + (init_core_ops): Set to_info_proc. + * gdbarch.c, gdbarch.h: Rebuild. + * gdbarch.sh (core_info_proc): New method. + * infcmd.c (info_proc_cmd_1): Invoke target_info_proc first. + * linux-tdep.c (linux_core_info_proc_mappings) + (linux_core_info_proc): New functions. + (linux_find_memory_region_ftype): New typedef. + (linux_find_memory_regions_full): New function, from + linux_find_memory_regions. + (struct linux_find_memory_regions_data): New. + (linux_find_memory_regions_thunk): New function. + (linux_find_memory_regions): Rewrite. + (struct linux_make_mappings_data): New. + (linux_make_mappings_callback) + (linux_make_mappings_corefile_notes): New functions. + (linux_make_corefile_notes): Call linux_make_mappings_corefile_notes. + (linux_init_abi): Call set_gdbarch_core_info_proc. + * target.c (target_info_proc): Return 'int'. + * target.h (target_info_proc): Update. 2012-12-14 Pierre Muller @@ -835,8 +835,6 @@ rather than sort() method. Adjust syntax for Python 3 compatibility. * python/lib/gdb/command/type_printers.py: Ditto. - * doc/gdb.texinfo (Inferior.read_memory): Mention that the return - value is a memoryview object if Python 3. 2012-12-12 Tom Tromey @@ -8703,7 +8701,7 @@ (GNULIB): New variable. (GNULIB_STDINT_H): Adjust. (AC_OUTPUT): Don't output gnulib/Makefile. - * gdb/defs.h: Include build-gnulib/config.h. + * defs.h: Include build-gnulib/config.h. * aclocal.m4: Regenerate. * config.in: Regenerate. * configure: Regenerate. @@ -13186,8 +13184,8 @@ 2012-01-02 Joel Brobecker - * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c, - gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c: + * common/gdb_thread_db.h, dbxread.c, environ.c, + gcore.h, rs6000-tdep.h, s390-nat.c, tic6x-tdep.c: Reformat the copyright header. 2012-01-02 Jan Kratochvil