aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
1994-04-09Fri Apr 8 17:14:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)Jim Kingdon1-0/+8
1994-04-08 * lynx-nat.c: Restore regmap structure for SPARC. It's neededStu Grossman1-0/+5
1994-04-08 * values.c (unpack_long): Remove obsolete comment about using aJim Kingdon1-0/+3
1994-04-08* symfile.c (symbol_file_command): Add comments about command syntax.Jim Kingdon1-0/+4
1994-04-08 * infrun.c (IN_SOLIB_TRAMPOLINE): Correct comment, trampolinesPeter Schauer1-0/+52
1994-04-07 * dbxread.c (read_dbx_dynamic_symtab): Adjust for recent changesIan Lance Taylor1-0/+5
1994-04-06 * hppa-tdep.c (hppa_fix_call_dummy): If FUN is a procedure label,Jeff Law1-0/+5
1994-04-06 * hppa-tdep.c (frameless_function_invocation): If no unwindJeff Law1-0/+6
1994-04-05 * xm-hppab.h: Never define USG.Jeff Law1-0/+5
1994-04-05 * values.c (unpack_long, value_from_longest),Per Bothner1-0/+5
1994-04-02* symfile.c (deduce_language_from_filename): .cpp is a C++ extension.Jim Kingdon1-0/+4
1994-04-01 For SVR4 targets, enable gdb to set breakpoints in sharedPeter Schauer1-0/+13
1994-03-30 * elfread.c (elf_symtab_read): Change storage_needed,Ian Lance Taylor1-0/+8
1994-03-30 * xcoffread.c (xcoff_next_symbol_text): New function.Jim Kingdon1-0/+4
1994-03-30* remote.c (getpkt): Remove unused "out" label.Jim Kingdon1-0/+4
1994-03-30 * breakpoint.c (print_it_normal): Allow GDB to notify the userJeff Law1-0/+5
1994-03-30* config/m68k/tm-dpx2.h: Include tm-m68k.h not nonexistent tm-68k.h.Jim Kingdon1-0/+4
1994-03-30 * blockframe.c (find_pc_partial_function): mst_file_textPeter Schauer1-0/+2
1994-03-30 * ch-exp.y (decode_integer_value, match_character_literal,Peter Schauer1-0/+40
1994-03-30 * hppa-tdep.c (hppa_fix_call_dummy): Use an alternate method forJeff Law1-0/+5
1994-03-30 * ch-exp.y: Implement SIZE(mode_name) and SIZE(expression).Per Bothner1-0/+2
1994-03-30 * ch-lang.c (chill_is_varying_struct): Magic string isPer Bothner1-0/+5
1994-03-30 * remote.c (getpkt): If we get a timeout, actually retry ratherJim Kingdon1-1/+9
1994-03-30Modified Files:Kung Hsu1-0/+12
1994-03-29 * remote.c (remote_store_registers): Add 'P' request to set anJim Kingdon1-0/+7
1994-03-26 * config/sparc/tm-sparc.h: Define USE_REGISTER_NOT_ARG.Jim Kingdon1-0/+4
1994-03-26 * command.c (do_setshow_command, case var_string): Never add aJim Kingdon1-0/+7
1994-03-26 * m3-nat.c, i386m3-nat.c, config/i386/i386m3.mh: Many minorJim Kingdon1-0/+9
1994-03-26 * hppa-tdep.c (skip_prologue): Do nothing if not at the beginningJeff Law1-0/+6
1994-03-26 * config/i386/ptx.mh (XDEPFILES): Add coredep.o. Delete infptrace.o.Jim Kingdon1-0/+12
1994-03-25 * hppa-tdep.c (skip_prologue): Return "pc" not zeroJeff Law1-0/+3
1994-03-25 * tm-hppa.h (NUM_REGS): Bump to 128 registers.Jeff Law1-0/+12
1994-03-25 * paread.c (read_unwind_info): Fix off-by-one error.Jeff Law1-0/+4
1994-03-25* main.c (complete_command): Deal with it if arg is NULL.Jim Kingdon1-0/+4
1994-03-25 * config/mips/tm-mips.h (SETUP_ARBITRARY_FRAME): Revise commentJim Kingdon1-0/+4
1994-03-24 * valops.c (value_at, value_at_lazy): Give error if we dereferenceJim Kingdon1-0/+5
1994-03-24 * stabsread.c (patch_block_stabs): Add comment about what happensJim Kingdon1-2/+2
1994-03-24 * stabsread.c (patch_block_stabs): Don't create LOC_OPTIMIZED_OUTJim Kingdon1-0/+4
1994-03-24* dbxread.c (end_psymtab): Add comment about empty psymtabs.Jim Kingdon1-0/+4
1994-03-24 * main.c (complete_command): New command, from Rick SladkeyJim Kingdon1-0/+16
1994-03-23 * gdbtypes.h, gdbtypes.c: Add comments regarding whether staticJim Kingdon1-0/+6
1994-03-23 * config/pa/tm-hppao.h (NO_PC_SPACE_QUEUE_RESTORE): Define.Jeff Law1-0/+5
1994-03-23 * stabsread.c (REG_STRUCT_HAS_ADDR): Accept additional argumentJeff Law1-0/+15
1994-03-23 * values.c (set_internalvar): Don't set var->value until we areJim Kingdon1-0/+3
1994-03-22 * remote.c (get_offsets): Reinstate comment which was inJim Kingdon1-0/+22
1994-03-21Mon Mar 21 11:02:51 1994 Stu Grossman (grossman at cygnus.com)Stu Grossman1-0/+32
1994-03-21 * hppa-tdep.c (hppa_fix_call_dummy): Use value_ptr.Jeff Law1-0/+5
1994-03-20* config/sparc/sp64.mt (SIMFILES): Use remote-sim.o now.David Edelsohn1-0/+5
1994-03-20sparc-tdep.c (sparc_frame_find_save_regs): Use REGISTER_RAW_SIZE instead of 4.David Edelsohn1-2/+5
1994-03-20sp64-tdep.c (target_ptr_bit, set_target_ptr_bit): Deleted, can no longer setDavid Edelsohn1-0/+7