X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=7a1e662cc8883d2d4e6cfa54283a0ce018c03764;hb=1990231d574a0c1116ea8847c258d09f01561536;hp=18bf0c7da2592cd1f522615c25fee3baaea5ed4c;hpb=09374c9863316b51b7e44ce94a5b89706b107e66;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 18bf0c7da2..7a1e662cc8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,14 +1,145 @@ +Tue Mar 14 10:41:41 1995 Kung Hsu + + * remote-es.c: Replace ignore with 0. + +Tue Mar 14 05:52:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com) + + * valops.c (value_repeat), eval.c (evaluate_subexp_standard): + If VALUE_REPEATED is already set, just error out. + + * valops.c (value_cast, value_slice), parse.c (follow_types): Add + FIXME-type-allocation comments. + + * gdbtypes.h (struct type): Fix comment about what units the + TYPE_LENGTH is in. + +Mon Mar 13 18:27:25 1995 Stan Shebs + + * ch-valprint.c (annotate.h): Include. + * eval.c (evaluate_subexp_standard): Remove unused variable. + (calc_f77_array_dims): Add parens to expression. + * f-exp.y (yylex): Add parens to expression, remove unused label. + * f-lang.h (calc_f77_array_dims): Declare. + * f-valprint.c (f_val_print): Remove unused variables. + +Mon Mar 13 15:25:47 1995 Jim Kingdon + + * alpha-tdep.c (find_proc_desc): If pdr.framereg field is -1, don't + use the PDR, just examine prologues instead. + +start-sanitize-arc +Fri Mar 10 16:13:18 1995 Kung Hsu + + * config/tm-arc.h: Change arc register names. +end-sanitize-arc + +Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + + Fix problems with infinite recursion when printing a class + that contains a static instance of the class. + * cp-valprint.c (dont_print_vb_obstack): Renamed from + dont_print_obstack, made static. + (dont_print_statmem_obstack): New obstack, controls printing + of static member classes. + (_initialize_cp_valprint): Initialize it. + (cp_print_static_field): New function, handles printing of + static members. + (cp_print_value_fields): New parameter dont_print_statmem to + handle recursive printing of static member classes, use + cp_print_static_field to handle printing of static members. + * c-valprint.c (cp_print_value_fields): Update prototype and + call to include additional dont_print_statmem parameter. + * c-valprint.c, f-valprint.c (dont_print_obstack): Remove unused + extern declaration. + + * alpha-tdep.c, findvar.c, infptrace.c: Include . + + * config/alpha/tm-alpha.h (FRAME_FIND_SAVED_REGS): Call + alpha_find_saved_regs if fi->saved_regs is still NULL. + + * elfread.c (elf_symtab_read): Ensure that the filename field + of a minsym is nonempty. Ignore solib trampoline symbols from + the main symbol table, they might have a bogus value. + + * procfs.c (set_proc_siginfo), config/alpha/alpha-osf2.mh: + Fix typos in comments. + +Thu Mar 9 17:19:47 1995 Jim Kingdon + + * mdebugread.c (parse_symbol, psymtab_to_symtab_1): Initialize + pdr.framereg field of MIPS_EFI_SYMBOL_NAME symbol to -1. That way + we know whether the PDR ever got set. + * mips-tdep.c (find_proc_desc): If pdr.framereg field is -1, don't + use the PDR, just examine prologues instead. + +Wed Mar 8 23:35:10 1995 Jeff Law (law@snake.cs.utah.edu) + + * somsolib.c (som_solib_section_offsets): Get offset of text + section right. + +Wed Mar 8 16:12:21 1995 Stu Grossman (grossman@cygnus.com) + +start-sanitize-gdbtk + * gdbtk.c (gdb_get_breakpoint_info): Return error if breakpoint + type is not bp_breakpoint. +end-sanitize-gdbtk + + * source.c (forward_search_command reverse_search_command): Set + convenience variable $_ to be the line # of the match. + * symtab.c (decode_line_1): Allow convenience variables to be + used in line specs (for breakpoints and such). + +Wed Mar 8 12:51:00 1995 Stan Shebs + + * Makefile.in (VERSION): Bump to 4.14.1. + * NEWS, README: Update for 4.14. + * i386v-nat.c (i386_insert_aligned_watchpoint): Fix declaration. + (i386_insert_nonaligned_watchpoint): Call aligned instead of + generic watchpoint insertion. + +Tue Mar 7 19:26:10 1995 Per Bothner + + * valops.c (value_slice): Do COERCE_VARYING_ARRAY. + Tue Mar 7 00:23:47 1995 Stu Grossman (grossman@cygnus.com) - * serial.h ser-go32.c ser-go32-para.c ser-mac.c ser-tcp.c + * monitor.c, array-rom.c, monitor.h, rom68k-rom.c: Move target_ops + into monitor.c. + * monitor.c (monitor_create_inferior): Allow run command to start + program. + + * monitor.c (monitor_load): Set PC to start address when done + loading. + + * array-rom.c, monitor.h, rom68k-rom.c: Clean up target_ops. + Remove ref to monitor_create_inferior. + + * monitor.c: More general cleanups. Add prototypes, remove + unused routines. Fix bug with wrong number of args to error(). + + * main.c (main): Don't start up GUI when running under gdb mode + in emacs. + + * Makefile.in: Add rules for monitor.o and rom68k-rom.o to make + Sun make (with VPATH) work... + + * monitor.c, monitor.h, rom68k-rom.c: Serious cleanup to make IDP + (rom68k) target work right. + * array-rom.c, op50-rom.c, w89k-rom.c: Partial updates to new + monitor.c interface. More work needs to be done here. + * config/m68k/tm-monitor.h: Change DECR_PC_AFTER_BREAK to 0 to + match the IDP monitor. Also, set NUM_REGS to 18 cuz there's no + floating-point for this card. + + * serial.h, ser-go32.c, ser-go32-para.c, ser-mac.c, ser-tcp.c, ser-unix.c: Add SERIAL_SETSTOPBITS to set the number of stopbits (needed for IDP board?!?!?). - * defs.h utils.c remote-hms.c remote-pa.c remote.c: Fix defs and - usage of fputc_unfiltered and putchar_unfiltered. Eliminate + * defs.h, utils.c, remote-hms.c, remote-pa.c, remote.c: Fix defs + and usage of fputc_unfiltered and putchar_unfiltered. Eliminate putc_unfiltered (it's superfluous). - * command.h command.c top.c: Add var_enum command type. It's + * command.h, command.c, top.c: Add var_enum command type. It's like var_string but allows only only one of the specified strings. Mon Mar 6 15:03:59 1995 Jim Kingdon (kingdon@lioth.cygnus.com) @@ -160,11 +291,13 @@ Tue Feb 28 14:38:39 1995 Kung Hsu * defs.h (SWAP_TARGET_AND_HOST): check endianess at runtime not compile time. +start-sanitize-arc * arc-tdep.c (_initialize_arc_tdep): set tm_print_insn according to processor. * remote-arc.c (arc_wait): when a processor stops, stop other two processors too. * remote-arc.c (switch_command): switch tm_print_insn. +end-sanitize-arc * vx-share/ptrace.h: merge in WRS new ptrace requests. @@ -782,12 +915,14 @@ Wed Jan 25 18:13:14 1995 Per Bothner (value_subscript): Use enhanced value_subscripted_rvalue if c_style_arrays is false (and index is in range). +start-sanitize-gdbtk Wed Jan 25 18:23:46 1995 Stu Grossman (grossman@cygnus.com) * gdbtk.c (gdbtk_init): Prevent segfault when gdbtk.tcl can't be found. * gdbtk.tcl: Initialize expr_update_list() to prevent errors when popping up expression window for the first time. +end-sanitize-gdbtk Wed Jan 25 18:13:14 1995 Per Bothner