aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
1994-02-01Tue Feb 1 22:13:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)Jim Kingdon1-0/+5
1994-02-01 * target.h (target_wait): Add comment about callingJim Kingdon1-0/+5
1994-02-01 * coffread.c (read_one_sym): bfd_coff_swap_aux_in now takesIan Lance Taylor1-0/+6
1994-02-01 * sparc-stub.c: Remove unnecessary #include of memory.h.Stu Grossman1-0/+4
1994-01-31 * mips-tdep.c: Remove code which sets saved_regs fromJim Kingdon1-0/+6
1994-01-31* remote-mips.c: Use unfiltered, not filtered, output most places.Jim Kingdon1-0/+2
1994-01-31 * blockframe.c (get_prev_frame_info): Detect and stop an infiniteJim Kingdon1-0/+5
1994-01-31 * mdebugread.c (parse_procedure): Remove _sigtramp kludges forPeter Schauer1-0/+11
1994-01-30 * paread.c (read_unwind_info)Jeff Law1-0/+8
1994-01-29 * serial.h (SERIAL_SET_TTY_STATE): Comment return value.Jim Kingdon1-1/+3
1994-01-29 * Makefile.in (TAGS): Just echo one line, rather than the whole thing.Jim Kingdon1-0/+8
1994-01-29 * Makefile.in: Don't set M_INSTALL and M_UNINSTALL. These variablesJim Kingdon1-0/+3
1994-01-29 * config/m68k/monitor.mt (TDEPFILE): Add remote-es.o.Jim Kingdon1-0/+4
1994-01-29 * ser-unix.c (wait_for, hardwire_readchar) [HAVE_TERMIO, HAVE_TERMIOS]:Jim Kingdon1-1/+7
1994-01-29* c-exp.y (yylex): Reenable nested type code.Jim Kingdon1-0/+5
1994-01-28* a29k-tdep.c (examine_tag): Add comment regarding argcount.Jim Kingdon1-0/+2
1994-01-28* remote-mips.c (mips_ops): Fix docstring.Jim Kingdon1-0/+2
1994-01-28 * remote-udi.c (udi_close, udi_detach, udi_kill): Add comments.Jim Kingdon1-1/+7
1994-01-28 * config/m68k/tm-monitor.h: Changes to bring this into accordanceJim Kingdon1-0/+7
1994-01-28* remote-udi.c (udi_close, udi_detach, udi_kill): Add comments.Jim Kingdon1-0/+4
1994-01-28 * configure.in: Make m68k-coff and aout add monitor support inRob Savoye1-0/+5
1994-01-28 * mdebugread.c (psymtab_to_symtab_1): Don't complain on stLabel withJim Kingdon1-0/+5
1994-01-28 * config/pa/tm-hppa.h: Define macro SMASH_TEXT_ADDRESS.Jim Kingdon1-0/+6
1994-01-28* i386-stub.c: Add ".text" right before "mem_fault:".Jim Kingdon1-0/+2
1994-01-28 * main.c (baud_rate): Add FIXME comment about printing -1 value.Jim Kingdon1-0/+20
1994-01-28 * symmisc.c (maintenance_print_symbols): Don't refer to the nameJim Kingdon1-0/+6
1994-01-27 * c-typeprint.c (c_type_print_base): Have SHOW == 0 mean to printJim Kingdon1-0/+5
1994-01-27 * stack.c (parse_frame_specification): If SETUP_ARBITRARY_FRAME isJim Kingdon1-0/+4
1994-01-27 * Makefile.in (version.c), main.c (print_gdb_version): UseJim Kingdon1-0/+6
1994-01-27 * parse.c (write_exp_msymbol): Use new type msymbol_addr_type insteadJim Kingdon1-0/+4
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