aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
1994-01-27 Fix many sins which will come up in 32 bit x 64 bit GDB, andJim Kingdon1-0/+34
1994-01-25 * valops.c (value_assign): Set `type' after coercing toval.Peter Schauer1-1/+7
1994-01-25Improve ChangeLog entry for HAVE_SIGSETMASK to discuss what ANSI specifiesJim Kingdon1-2/+5
1994-01-25 * stabsread.c (STABS_CONTINUE, error_type), partial-stab.h:Jim Kingdon1-0/+3
1994-01-25 * paread.c (read_unwind_info): Just assign to objfile->obj_private,Jim Kingdon1-0/+10
1994-01-25* sparc-nat.c (fetch_inferior_registers, store_inferior_registers):John Gilmore1-0/+5
1994-01-23 * ch-exp.y (match_string_literal): Allow a zero-length string.Per Bothner1-0/+5
1994-01-22 * i386aix-nat.c (i386_float_info): Reverse order of registers beforeJim Kingdon1-0/+8
1994-01-22 * mips-tdep.c (init_extra_frame_info): Use frame relative stackPeter Schauer1-0/+5
1994-01-22 * lynx-nat.c (fetch_core_registers): Load the I & L regs for theStu Grossman1-0/+5
1994-01-22 * remote-mips.c (mips_initialize): Clear mips_initializing viaJim Kingdon1-0/+7
1994-01-22 * fork-child.c, inferior.h (fork_inferior): New argument shell_file.Jim Kingdon1-0/+8
1994-01-22 * sparc-tdep.c (frame_saved_pc): Get the pc from the saved pcPeter Schauer1-0/+7
1994-01-22 * sparc-tdep.c, lynx-nat.c, config/sparc/tm-sparc.h,Stu Grossman1-0/+6
1994-01-22 * lynx-nat.c: Add Sparc support.Stu Grossman1-0/+9
1994-01-22 * rs6000-pinsn.c: Use the new disassembler in the opcodesIan Lance Taylor1-0/+6
1994-01-21 * Makefile.in (realclean): Remove info files per make-stds.texi.Fred Fish1-0/+4
1994-01-21 * dbxread.c (end_psymtab): Only patch psymtab textlow and texthighJim Kingdon1-0/+6
1994-01-21Thu Jan 20 15:04:24 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)Jim Kingdon1-0/+5
1994-01-21 * infptrace.c (child_xfer_memory): Only use if CHILD_XFER_MEMORYJeff Law1-0/+22
1994-01-21 * xcoffread.c (xcoff_symfile_read): Make second parameter aJim Kingdon1-0/+3
1994-01-21 * xcoffread.c (read_xcoff_symtab): Make main_aux just a unionJim Kingdon1-0/+4
1994-01-21 * coffread.c, xcoffread.c: Include <coff/internal.h>Jim Kingdon1-0/+5
1994-01-21* coffread.c (coff_getfilename): Make it not static.Jim Kingdon1-0/+2
1994-01-20 * xcoffread.c (read_xcoff_symtab): complain() not abort().Jim Kingdon1-0/+7
1994-01-19 * infrun.c (wait_for_inferior): Don't set frame forJim Kingdon1-0/+13
1994-01-19 * infrun.c (normal_stop): Set stop_pc after popping the dummy framePeter Schauer1-0/+13
1994-01-18* infcmd.c (signal_command): Accept 0 as legitimate signal number.Jim Kingdon1-0/+4
1994-01-18 * infrun.c (signals_info), target.c (target_signal_from_name):Jim Kingdon1-0/+5
1994-01-18 * ser-unix.c (hardwire_noflush_set_tty_state): Don't muck with ICANON.Jim Kingdon1-0/+4
1994-01-18 * infrun.c (_initialize_infrun): Add TARGET_SIGNAL_POLL to list ofJim Kingdon1-0/+5
1994-01-18 * config/pa/tm-hppa.h (unwind_table_entry): Use one of theJeff Law1-0/+16
1994-01-18 * hppab-nat.c (_initialize_kernel_u_addr): Delete unwanted functions.Jeff Law1-0/+4
1994-01-18 * xcoffread.c (read_xcoff_symtab, case C_FILE): Accept the nameJim Kingdon1-0/+7
1994-01-17 * Makefile.in (ALLPARAM): Change irix5.h to nm-irix5.h.Fred Fish1-0/+4
1994-01-17 * README: Update notes for alpha port.Peter Schauer1-0/+4
1994-01-17 * i960-tdep.c (i960_fault_to_signal): Return TARGET_SIGNAL_ILLJim Kingdon1-0/+5
1994-01-17* Makefile.in (init.c): Add comment explaining formatting conventions.Jim Kingdon1-0/+2
1994-01-17 * c-exp.y (parse_number): Assign to temporary between the rightJim Kingdon1-0/+3
1994-01-16 * Makefile.in (ALLCONFIG, ALLPARAM, ALLDEPFILES, HFILES_NO_SRCDIR):Jim Kingdon1-0/+3
1994-01-16 * xcoffread.c (process_xcoff_symbol): Only change 'V' to 'S' if notJim Kingdon1-0/+3
1994-01-16* Makefile.in: Add mostlyclean target.Jim Kingdon1-0/+4
1994-01-16* Version 4.11.4.Jim Kingdon1-0/+4
1994-01-16 * main.c (show_commands): Make return type of externPer Bothner1-0/+6
1994-01-16 * minsyms.c (prim_record_minimal_symbol_and_info): Make tempstringJim Kingdon1-0/+3
1994-01-16* symtab.h (struct symbol): Make section short, not unsigned short.Jim Kingdon1-0/+2
1994-01-16* symtab.c (lookup_symbol): Add comment about QUIT here.Jim Kingdon1-0/+2
1994-01-15* utils.c (fputs_unfiltered): Call fputs, not fputs_maybe_filtered.Jim Kingdon1-0/+2
1994-01-15 * c-exp.y (parse_number): Check for overflow regardless of rangeJim Kingdon1-1/+8
1994-01-15 * c-typeprint.c (c_type_print_varspec_suffix, case TYPE_CODE_FUNC):Jim Kingdon1-0/+5