X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=b062a43dcbb48076f8e18a94ff65d6f13cc284e8;hb=e0441cf0e1b1c7e126ca50f8ce4c4a40561187b5;hp=629cd043b458ccbdacd9f18b6d89032b7f06fb2b;hpb=ef96bde82e147421678d9f5390f5d3632d314d2c;p=binutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 629cd043b45..b062a43dcbb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,153 @@ +2001-09-19 Andrew Cagney + + * config/mcore/tm-mcore.h (mcore_virtual_frame_pointer): Update + function signature to match recent tracepoint.c:encode_actions + changes. + * mcore-tdep.c (mcore_virtual_frame_pointer): Ditto. + +2001-09-18 Andrew Cagney + + * thread.c (do_captured_thread_select): Add uiout parameter. + (do_captured_list_thread_ids): Ditto. + * breakpoint.c (do_captured_breakpoint_query): Ditto. + + * breakpoint.c (gdb_breakpoint_query): Update. Use + catch_exceptions. + * thread.c (gdb_list_thread_ids): Ditto. + (gdb_thread_select): Ditto. + (thread_command): Pass uiout to gdb_thread_select. + + * gdb.h (gdb_breakpoint_query): Add parameter ui_out. + (gdb_thread_select, gdb_list_thread_ids): Ditto. + +2001-09-13 Kevin Buettner + + From Ilya Golubev : + * solib.c (clear_solib): Call `remove_target_sections' to fix + stale pointers in `struct target_ops'. + * irix5-nat.c (clear_solib): Likewise. + * osfsolib.c (clear_solib): Likewise. + +2001-09-13 Jim Blandy + + * monitor.c (monitor_load): Don't delete symtab users, or reset + inferior_ptid. + + * monitor.c (monitor_load): Fix indentation. + +2001-09-11 Jim Blandy + + * printcmd.c (print_scalar_formatted): Compare the length of the + value against the lengths of the target's floating-point types, + not the host's. Add support for `long double'. + + * printcmd.c (print_scalar_formatted): Fix indentation. + +2001-09-10 Jim Blandy + + * rom68k-rom.c (init_rom68k_cmds): Set the flag indicating that + programs running on the board can produce output. + +2001-09-10 Jason Molenda (jmolenda@apple.com) + + * NEWS: "ANS/ISO C" -> "ISO C". + * MAINTAINERS (write-after-approval): Update my entry. + +2001-09-08 Mark Kettenis + + * config/xm-aix4.h (MEM_FNS_DECLARED): Removed. + + * config/arm/xm-linux.h, config/ia64/xm-linux.h, + config/m68k/xm-linux.h, config/mips/xm-linux.h, + config/powerpc/xm-linux.h, config/sparc/xm-linux.h: Remove + redundant inclusion of . + + * gdbtypes.h (struct block): Add forward declaration. + +2001-09-07 Andrew Cagney + + * defs.h (enum return_reason): Renumber so that all values are + negative. + (RETURN_MASK): Negate reason. + (catch_exception_ftype): Declare. + (catch_exceptions): Declare. + * top.c (catcher): New function, based on catch_errors. Add in + parameter func_uiout and out parameters func_val, func_caught and + func_cleanup. Change type of func to catch_exceptions_ftype. + Save/restore uiout. + (struct catch_errors_args): Define. + (do_catch_errors): New function. + (catch_errors): Rewrite, use do_catch_errors and catcher. + (catch_exceptions): New function, use catcher. + +2001-09-07 Jim Blandy + + Correctly parse register values provided by the monitor. + * rom68k-rom.c: #include "value.h". + (is_hex_digit, hex_digit_value, is_whitespace, + rom68k_supply_one_register): New static functions. + (rom68k_supply_register): Call rom68k_supply_one_register, instead + of monitor_supply_register; the latter was incorrectly parsing + the values. + * Makefile.in (rom68k-rom.o): Note that this now #includes value.h. + +2001-09-07 Mark Kettenis + + * config/rs6000/xm-rs6000.h (setpgrp): Remove macro. GDB defaults + to using setpgid if available now. + +2001-09-06 Keith Seitz + + From Ian Roxborough + * configure.in: Use ITCL_LIB_FULL_PATH and + ITK_LIB_FULL_PATH to set Itcl and Itk dependancies + for gdb. + * configure: Regenerated. + +2001-09-06 Kevin Buettner + + * dbxread.c (process_one_symbol): Don't use error result from + find_stab_function_addr(). + * partial-stab.h (case 'F'): Likewise. + + * partial-stab.h (case 'f'): Make SOFUN_ADDRESS_MAYBE_MISSING + code match that used for case 'F'. This fixes the divergence + that was introduced by my 1999-09-14 changes to partial-stab.h. + +2001-09-05 Elena Zannoni + + * gdbarch.sh: Move include of dis-asm.h so it is generated earlier + in gdbarch.h. + (TARGET_PRINT_INSN): Multiarch. + * gdbarch.h: Regenerate. + * gdbarch.c: Regenerate. + + * arch-utils.c (legacy_print_insn): New function. + * arch-utils.h (legacy_print_insn): Export. + + * cris-tdep.c (cris_delayed_get_disassembler): Use + TARGET_PRINT_INSN, instead of tm_print_insn. + * d10v-tdep.c (print_insn): Ditto. + * d30v-tdep.c (print_insn): Ditto. + * m32r-tdep.c (dump_insn): Ditto. + * v850-tdep.c (v850_scan_prologue): Ditto. + * mcore-tdep.c (mcore_dump_insn): Ditto. + * sh-tdep.c (sh_gdbarch_init): Set print_insn gdbarch field. + +2001-09-05 Jim Blandy + + * gdbtypes.h (struct type): Doc fix. + +2001-09-04 Elena Zannoni + + From Daniel Jacobowitz + * dbxread.c (free_header_files): Make global. + (init_header_files): Likewise. + * stabsread.h (free_header_files): Add prototype. + (init_header_files): Likewise. + * mdebugread.c (mdebug_build_psymtabs): Initialize + properly before using the stabs debug reader. + 2001-09-04 Elena Zannoni From Daniel Jacobowitz @@ -33,6 +183,11 @@ (gnu-regex.o): Remove rule. * gnu-regex.c, gnu-regex.h: Remove files. +2001-08-31 Jason Molenda (jmolenda@apple.com) + + * c-valprint.c (c_val_print): Second call to check_typedef () + is no longer necessary. + 2001-08-31 Kevin Buettner * ia64-tdep.c (examine_prologue): Don't let a branch unit nop @@ -80,7 +235,7 @@ * config/xm-aix4.h, config/alpha/xm-alphalinux.h, config/i386/xm-cygwin.h, config/rs6000/xm-rs6000.h (HAVE_SIGSETMASK): Remove. - * aclocal.m4, config.in, configure + * aclocal.m4, config.in, configure: Regenerated. 2001-08-26 Andrew Cagney @@ -6518,7 +6673,7 @@ Tue Jan 30 15:14:26 2001 Andrew Cagney 2001-01-29 Michael Chastain - * symtab.c (block_lookup_symbol): Use 'namespace' parameter in + * symtab.c (lookup_block_symbol): Use 'namespace' parameter in symbol comparisons in binary search. 2001-01-27 Christopher Faylor