X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=fd9c1681f6d7d778f8211e64def388f86feb0423;hb=604c4ca9f33d13813312b2f127f6599a5c5de038;hp=6973f427d0d2813f49e708cf7c34585279746428;hpb=0614ef69be074fcfb2dc4e7b0e3b9c715a9b44ee;p=binutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6973f427d0d..fd9c1681f6d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,45 @@ +2018-11-20 Philippe Waroquiers + + * NEWS: Document the language choice done by + 'info [types|functions|variables]|rbreak'. + +2018-11-20 Philippe Waroquiers + + * symtab.c (treg_matches_sym_type_name): Use + scoped_switch_to_sym_language_if_auto instead of local logic. + (print_symbol_info): Use scoped_switch_to_sym_language_if_auto + to switch to SYM language when language mode is auto. + +2018-11-20 Philippe Waroquiers + + * language.h (scoped_switch_to_sym_language_if_auto): New class. + +2018-11-20 Philippe Waroquiers + + * symtab.c (search_symbols): Properly check absence of type regexp + before entering the loop scanning the minimal symbols. + +2018-11-20 John Darrington + + * s12z-tdep.c (s12z_extract_return_value): New function. + (inv_reg_perm) New array. + (s12z_return_value): Populate readbuf if non-null. + +2018-11-20 Eli Zaretskii + + * common/filestuff.c (gdb_fopen_cloexec): Disable use of "e" mode + with 'fopen' also if O_CLOEXEC is equal to O_NOINHERIT, to cater + to MinGW fixed by Gnulib. + (O_NOINHERIT): Define if not defined. + +2018-11-19 John Darrington + + * s12z-tdep.c (s12z_frame_cache): Add an assertion. + +2018-11-19 Simon Marchi + + * infrun.c (displaced_step_inferior_state) : Remove. + 2018-11-19 Tom Tromey * source.c (get_filename_and_charpos): Return void. @@ -1254,14 +1296,14 @@ (value_struct_elt_for_reference): Use it to get virtual base offset and add it in calculating class member address. -2018-10-08 John Darrington +2018-10-08 John Darrington - * dwarf2read.c (dwarf2_cu) : New field. - (check_producer): Check if the producer is codewarrior. - (producer_is_codewarrior): New function. - (lnp_state_machine::record_line): Ignore is_stmt flag for records - produced by codewarrior. - (dwarf2_cu::dwarf2_cu): Initialize producer_is_codewarrior. + * dwarf2read.c (dwarf2_cu) : New field. + (check_producer): Check if the producer is codewarrior. + (producer_is_codewarrior): New function. + (lnp_state_machine::record_line): Ignore is_stmt flag for records + produced by codewarrior. + (dwarf2_cu::dwarf2_cu): Initialize producer_is_codewarrior. 2018-10-06 Tom Tromey @@ -1662,7 +1704,7 @@ * aarch64-linux-tdep.c (aarch64_linux_sigframe_init): Use pulongest. -2018-10-02 John Darrington +2018-10-02 John Darrington * NEWS: Mention changed commands. * ser-uds.c: New file. @@ -1670,7 +1712,7 @@ * configure: Regenerate. * Makefile.in: Add new file. * serial.c (serial_open): Check if filename is a socket - and lookup the appropriate interface accordingly. + and lookup the appropriate interface accordingly. 2018-10-01 Alan Hayward @@ -4226,14 +4268,16 @@ * mips-fbsd-tdep.c (mips_fbsd_iterate_over_regset_sections): Likewise. * mips-linux-tdep.c (mips_linux_iterate_over_regset_sections): Likewise. * mips-nbsd-tdep.c (mipsnbsd_iterate_over_regset_sections): Likewise. - * mips64-obsd-tdep.c (mips64obsd_iterate_over_regset_sections): Likewise. + * mips64-obsd-tdep.c (mips64obsd_iterate_over_regset_sections): + Likewise. * mn10300-linux-tdep.c (am33_iterate_over_regset_sections): Likewise. * nios2-linux-tdep.c (nios2_iterate_over_regset_sections): Likewise. * ppc-fbsd-tdep.c (ppcfbsd_iterate_over_regset_sections): Likewise. * ppc-linux-tdep.c (ppc_linux_iterate_over_regset_sections): Likewise. * ppc-nbsd-tdep.c (ppcnbsd_iterate_over_regset_sections): Likewise. * ppc-obsd-tdep.c (ppcobsd_iterate_over_regset_sections): Likewise. - * riscv-linux-tdep.c (riscv_linux_iterate_over_regset_sections): Likewise. + * riscv-linux-tdep.c (riscv_linux_iterate_over_regset_sections): + Likewise. * rs6000-aix-tdep.c (rs6000_aix_iterate_over_regset_sections): Likewise. * s390-linux-tdep.c (s390_iterate_over_regset_sections): Likewise. * score-tdep.c (score7_linux_iterate_over_regset_sections): Likewise. @@ -4638,8 +4682,8 @@ 2018-08-02 Xavier Roirand PR gdb/22629: - * darwin-nat.c (darwin_kill_inferior): Fix handling of - kill inferior. + * darwin-nat.c (darwin_kill_inferior): Fix handling of + kill inferior. 2018-08-02 Tom Tromey @@ -6604,7 +6648,8 @@ 2018-06-27 Omair Javaid PR gdb/21695 - * dwarf2read.c (lnp_state_machine::check_line_address): Update declaration. + * dwarf2read.c (lnp_state_machine::check_line_address): Update + declaration. (dwarf_decode_lines_1): Adjust. 2018-06-27 Simon Marchi @@ -7006,13 +7051,13 @@ 2018-06-21 Alan Hayward - * regcache.c (readable_regcache::read_part): Avoid memcpy when - possible. - (regcache::write_part): Likewise. - (readable_regcache::cooked_read_part): Update comment. - (readable_regcache::cooked_write_part): Likewise. - * regcache.h: (readable_regcache::read_part): Likewise. - (regcache::write_part): Likewise. + * regcache.c (readable_regcache::read_part): Avoid memcpy when + possible. + (regcache::write_part): Likewise. + (readable_regcache::cooked_read_part): Update comment. + (readable_regcache::cooked_write_part): Likewise. + * regcache.h: (readable_regcache::read_part): Likewise. + (regcache::write_part): Likewise. 2018-06-21 Richard Bunt Dirk Schubert @@ -7308,7 +7353,7 @@ 2018-06-11 John David Anglin - * gdb/hppa-linux-nat.c + * hppa-linux-nat.c (hppa_linux_nat_target::fetch_inferior_registers): Rename to hppa_linux_nat_target::fetch_registers.