* remote.c (remote_open): Use SERIAL_OPEN instead of serial_open.
[binutils-gdb.git] / gdb /
1993-04-09 Stu Grossman * remote.c (remote_open): Use SERIAL_OPEN instead...
1993-04-09 Jim Kingdon * rs6000-pinsn.c (print_operand): Deal with no operand...
1993-04-09 Jim Kingdon * printcmd.c (_initialize_printcmd): Clean up docstrin...
1993-04-09 Jim Kingdon * breakpoint.h: move "struct breakpoint" and friends...
1993-04-09 Jim Kingdon * solib.c (struct so_list): Add bfd field.
1993-04-09 Per Bothner * valarith.c (value_subscript): Add COERCE_REF.
1993-04-09 Jim Kingdon * breakpoint.h (struct bpstat): Remove momentary field.
1993-04-08 Fred Fish * symtab.c (find_methods, gdb_mangle_name): Note...
1993-04-08 Ian Lance Taylor * i960-pinsn.c (tabent): Copied struct definition...
1993-04-08 Peter Schauer * symtab.h (DESTRUCTOR_PREFIX_P): New macro...
1993-04-08 Stu Grossman * ser-go32.c: Make it use serial port name.
1993-04-08 Stu Grossman * infcmd.c (read_pc): Make sure that we read PC_REGNU...
1993-04-07 Stu Grossman * configure.in: Only configure sparclite subdir when...
1993-04-07 Jim Kingdon * xcoffread.c (struct coff_symbol): Change c_sclass...
1993-04-07 Per Bothner * ch-exp.y: Remove ambiguities. Fix or add support for
1993-04-07 Fred Fish * gdb.t21/demangle.exp: Only count real fails (not...
1993-04-07 Fred Fish * gdbint.texinfo: Update for new config directory...
1993-04-07 Fred Fish * sparclite/Makefile.in: Add dummy mostlyclean, clean,
1993-04-07 Jim KingdonChange NULL->'\0' in comment (that wasn't a typo).
1993-04-07 Jim Kingdonuse E_SYMNMLEN
1993-04-07 K. Richard PixleyAdd section table to objfile struct. Use it for find_p...
1993-04-07 Stu Grossman * ser-go32.c: Format. (go32_open): Use proper retur...
1993-04-07 Jim WilsonFix for PR 124: make 'rb' correctly handle case where...
1993-04-06 Fred FishUpdate with latest build dependencies.
1993-04-06 Stu Grossman*** empty log message ***
1993-04-06 Fred Fish (Changes and new files to make "none" a full fledged...
1993-04-06 Jim Kingdon* values.c (USE_STRUCT_RETURN): Only use gcc wierdness...
1993-04-06 Jim Kingdon * xcoffread.c (read_xcoff_symtab): Deal correctly...
1993-04-06 Stu Grossman * configure.in: Sparclite uses sparc config dir....
1993-04-06 Stu Grossman * ser-go32.c: First cut at adapting to new serial...
1993-04-06 Stu Grossman * Makefile.in (SFILES OBS): Add serial.[co] & ser...
1993-04-06 Stu Grossman * config/h8500/tm-h8500.h: Clean up brain damage...
1993-04-06 Fred Fishtm-68k* -> tm-m68k*
1993-04-06 Fred Fisham29k* -> a29k*
1993-04-05 Ian Lance Taylor * Makefile.in (SFILES_INCLUDED): gdb-config.texi is...
1993-04-03 Jim Kingdon* xcoffread.c (xcoff_symfile_offsets): Use 0 not addr...
1993-04-03 Jim KingdonN_SO fixes
1993-04-02 Jim Kingdon * rs6000-tdep.c (frameless_function_invocation): Don...
1993-04-02 Jim Kingdon * stabsread.c (patch_block_stabs): If stab & no symbol...
1993-04-02 Stu Grossman * findvar.c (value_from_register): H8500 specific...
1993-04-02 K. Richard Pixley * sparc-tdep.c (in_solib_trampoline), symfile.c (find_...
1993-04-02 Jim KingdonNew print_address for disassemblers, merge a29k and...
1993-04-01 Jim KingdonFix prototype problems related to recent disassembler...
1993-04-01 Peter Schauer * breakpoint.c (bpstat_print, bpstat_stop_status)...
1993-04-01 Jim Kingdonmerge binutils and gdb sparc disassemblers
1993-04-01 K. Richard Pixley* core.c (dis_asm_read_memory): drop fourth arg which...
1993-03-31 Jim Kingdonprovide a new interface (using read_memory_func) to...
1993-03-31 K. Richard PixleyTeach sparc solaris to next over shared library functions.
1993-03-30 Jim Kingdon* infrun.c (wait_for_inferior): Revise comment.
1993-03-30 Jim KingdonTue Mar 30 08:06:24 1993 Jim Kingdon (kingdon@cygnus...
1993-03-30 Jim Kingdon(print_it_normal): return 0 after hitting watchpoint
1993-03-30 Jim Kingdon * breakpoint.h (bpstat): New field print_it.
1993-03-30 Peter Schauer * config/unix-gdb.exp: Add missing return 0.
1993-03-30 Peter Schauer * gdb.t16/printcmds.exp: Remove misplaced xfail that...
1993-03-30 Jim Kingdon*** empty log message ***
1993-03-30 Jim Kingdonadd comment
1993-03-30 Peter Schauer * mips-pinsn.c: Add missing include of dis-asm.h.
1993-03-30 Fred Fish * Makefile.in (clean, distclean, realclean): Recursiv...
1993-03-30 Fred Fish * configure.in (subdirs): Put back gdb.t17 which...
1993-03-30 Fred FishUpdate for just completed file renamings.
1993-03-30 Fred Fish * config/m68k/tm-m68k.h: Renamed from config/m68k...
1993-03-29 Jim KingdonAdd comments regarding breakpoint_re_set
1993-03-29 Fred Fish * config/a29k/tm-a29k.h: Renamed from config/a29k...
1993-03-29 Jim Kingdon * xcoffread.c (sort_syms, compare_symbols): Remove.
1993-03-29 Jim Kingdon* xcoffread.c: Nuke NAMES_HAVE_DOT define (not used).
1993-03-29 Jim Kingdon * breakpoint.{c,h}: Add exp_string to struct breakpoin...
1993-03-28 Peter Schauer * breakpoint.c (breakpoint_re_set_one): Fix storage...
1993-03-28 Fred FishReorder recent entries that we out of date sequence...
1993-03-27 Roland PeschCatch up on today's changes.
1993-03-27 Roland Pesch*-config.texi: introduce new switch GENERIC to describe...
1993-03-27 Roland Pesch1. Update conditional markup:
1993-03-26 John Gilmore* Makefile.in (TARFILES): Avoid trailing backslash.
1993-03-26 Jim KingdonFetch lazy values
1993-03-26 Jim Kingdon * rs6000-tdep.c (single_step): Misc cleanups (CORE_ADD...
1993-03-26 Jim Kingdon * Clean up xcoff relocation.
1993-03-26 Fred Fish * gdb.t15/funcargs.exp: Fix expected outputs to include
1993-03-25 Fred FishList the known things that are currently sanitized...
1993-03-25 Stu Grossman * findvar.c (read_register, write_register): Make...
1993-03-25 Fred Fish * alldeps.mak, configure.in, i860-break.h, i860-opcode.h,
1993-03-25 Stu Grossman * findvar.c (read_register, write_register): Make...
1993-03-25 Ian Lance Taylor * config/udi-gdb.exp (gdb_exit): Remove close command.
1993-03-25 Fred FishRemove i860 directory for list of things to keep.
1993-03-25 Fred Fish * Makefile.in: Numerous small changes to macro defini...
1993-03-25 Rob SavoyeDoesn't need links anymore.
1993-03-25 David D. Zuhnrename deja-gnu to dejagnu
1993-03-24 David D. Zuhnadd dvi, fix info & install-info (no recursion)
1993-03-24 David D. Zuhnadd dvi target
1993-03-24 David D. Zuhnrecurse through SUBDIRS for dvi target
1993-03-24 Fred Fish * gdb.t31/gdbme.ch: Re-enable code that previously...
1993-03-24 Roland Pesch*** empty log message ***
1993-03-24 Roland PeschFormatting updates from progressive.
1993-03-23 Fred Fish * gdb.t31/gdbme.ch: Comment out code that causes...
1993-03-23 Ian Lance TaylorMoved the hacked unexport line so that it is not the...
1993-03-23 John Gilmore* symtab.h (struct linetable_entry): Remove confusing...
1993-03-23 David D. Zuhnadd installcheck
1993-03-23 Fred FishAdd h8500-tdep.c.
1993-03-23 Fred FishRemove mt-unix sanitization, there is no mt-unix here.
1993-03-23 Fred FishUpdate for current files.
1993-03-23 Fred FishTweak list of files to keep.
1993-03-23 Fred FishAdd .Sanitize files for new directories.
next