* gdbint.texinfo: Put regex conditionals in their own table.
[binutils-gdb.git] / gdb /
1994-08-01 Stan Shebs * gdbint.texinfo: Put regex conditionals in their...
1994-08-01 Kung HsuModified Files:
1994-08-01 Jeff Law * hppa-tdep.c (compare_unwind_entries): Add "const...
1994-08-01 Jeff Law * hppa-tdep.c (saved_pc_after_call): If the saved...
1994-07-30 Stu Grossman * findvar.c (write_pc write_pc_pid): Remove casts...
1994-07-30 Steve Chamberlain * remote.c (read_frame): Split readchar/checksum...
1994-07-29 Fred Fish From Kevin A. Buettner (kev@cujo.geg.mot.com).
1994-07-29 Stu GrossmanKeep gdbtk.c and gdbtk.tcl.
1994-07-29 J.T. Conklin* Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): If using...
1994-07-29 J.T. ConklinObsolete file.
1994-07-28 J.T. Conklin* config/mt-slite (LDFLAGS): If using the newlib in...
1994-07-28 Stu Grossman * Makefile.in (INSTALLED_LIBS, CLIBS, DEPFILES): ...
1994-07-28 J.T. Conklin* Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use...
1994-07-28 J.T. ConklinFix typo
1994-07-28 J.T. Conklin* Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use...
1994-07-28 J.T. Conklin* gdb.base/configure.in: Look for makefile fragments...
1994-07-28 Fred Fish * Makefile.in (annotate.o): Add dependencies.
1994-07-28 J.T. Conklin* sparclite/aload.c: Added new -q (quiet) option.
1994-07-27 J.T. Conklin* nlm/gdbserve.c: merge in command line argument parsin...
1994-07-27 J.T. Conklin* i386-nlmstub.c: The returnLength field must be initia...
1994-07-27 Fred Fish * Makefile.in (DISTSTUFF): Add definition.
1994-07-27 Jim Kingdon* target.c (push_target): Cast result from xmalloc.
1994-07-27 Stan Shebs * gdbint.texinfo: Removed mentions of many obsolete...
1994-07-26 Stan ShebsTue Jul 26 18:20:46 1994 Paul Flinders (ptf@smee)
1994-07-26 Peter Schauer * gdb.base/corefile.exp: Change `else if' to `elseif...
1994-07-26 Stu Grossman * target.c (nomemory): Fix prototype and routine...
1994-07-25 J.T. Conklin* gdb.base/opaque.exp: use runto instead of messing...
1994-07-25 J.T. Conklin* gdb.base/opaque.exp: use runto instead of messing...
1994-07-25 Jim Kingdon* Makefile.in (clean): Remove libgdb-files.
1994-07-25 Stan Shebs * coredep.c: Include inferior.h.
1994-07-25 J.T. Conklin* Makefile.in (LD_FOR_TARGET): Look for ld in ../ld...
1994-07-24 Fred Fish * Makefile.in: Remove extra tabs that confuse some...
1994-07-23 Stan Shebs * gdb.base/whatis.exp (v_signed_short_array): Fix...
1994-07-23 Stan Shebs * symfile.c (deduce_language_from_filename): Recognize...
1994-07-23 Stan Shebs * gdb.base/help.exp: Update expected add-symbol-file...
1994-07-23 Stan Shebs * breakpoint.c (ignore, condition): Move usage note...
1994-07-23 Stu Grossman * target.c (unpush_target): Fix handling of removal...
1994-07-23 Stu Grossman * Makefile.in: Add stuff to build nlmstub.
1994-07-22 J.T. ConklinUpgraded to use gdb_test.
1994-07-20 J.T. ConklinUse gdb_run_cmd
1994-07-20 J.T. ConklinChanged pattern in gdb_run_cmd to match up to the first...
1994-07-20 J.T. ConklinNew implementation of gdb_run_cmd which fixes some...
1994-07-20 J.T. ConklinTemporarily back out last change
1994-07-19 J.T. Conklin* lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
1994-07-19 J.T. Conklin* gdb.base/funcargs.exp: Use gdb_run_cmd to start program.
1994-07-19 J.T. Conklin* lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
1994-07-19 J.T. Conklin* lib/gdb.exp (gdb_run_cmd): New function, used to...
1994-07-19 J.T. Conklin* gdb.base/bitfields.exp: Use gdb_run_cmd to start...
1994-07-19 J.T. Conklin* lib/gdb.exp (gdb_run_cmd): New function, used to...
1994-07-19 J.T. ConklinMostly converted to use gdb_test proc.
1994-07-19 J.T. ConklinThis config file didn't belong here
1994-07-19 Stan Shebs * main.c: Include <ctype.h>.
1994-07-19 J.T. Conklin* gdb.base/bitfields.exp: Simplify by using delete_brea...
1994-07-18 Kung HsuModified Files:
1994-07-18 J.T. Conklin* gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pr...
1994-07-18 Stan Shebs(is there an echo in here?)
1994-07-18 J.T. Conklin* gdb.base/corefile.exp: Execute coremaker to generate...
1994-07-17 Fred Fish(This is the change that should have gone in the main...
1994-07-17 Fred Fish * Makefile.in (VERSION): Bump to 4.12.85.
1994-07-17 Stan Shebs * gdb.texinfo: Add some more credits.
1994-07-17 Stan Shebs * config/m88k/delta88.mh (MUNCH_DEFINE): Remove.
1994-07-17 Stan Shebs Harris CX/UX support, from Bob Rusk (rrusk@mail.csd...
1994-07-17 Peter Schauer * elfread.c (elf_symtab_read): Handle error return...
1994-07-17 Stan Shebs * inferior.h (ARCH_NUM_REGS): New macro, actual number of
1994-07-16 Stan Shebs * breakpoint.c (ignore, condition): Add usage notes...
1994-07-15 Stan Shebs Stop printing at null char option, from Oliver Meyer
1994-07-15 Stan Shebs From Kevin A. Buettner (kev@cujo.geg.mot.com).
1994-07-15 Peter Schauer * infrun.c (wait_for_inferior): Handle stepping into...
1994-07-15 Stan Shebs * gdbint.texinfo: Removed mentions of many incorrectly...
1994-07-14 Stan Shebs * gdb.base/signals.exp: Allow for optionality of break...
1994-07-14 Stan Shebs * dbxread.c: Don't include libbfd.h.
1994-07-14 Kung HsuModified Files:
1994-07-14 Jim Kingdon* gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
1994-07-14 Stan Shebs Breakpoint hit counts, from Bob Rusk (rrusk@mail.csd...
1994-07-12 J.T. ConklinMinor tweaks
1994-07-12 J.T. Conklin* gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys...
1994-07-12 J.T. Conklin* config/mt-i386-netware: New file.
1994-07-12 J.T. Conklin* gdb.base/interrupt.c: Do not test if errno == EINTR...
1994-07-12 J.T. Conklin* gdb.base/Makefile.in: Added support for systems that...
1994-07-12 Peter Schauer * gdb.texinfo (help targets): Changed to `help target...
1994-07-12 Peter Schauer * elfread.c (elf_symfile_read): Unconditionally add...
1994-07-12 Peter Schauer * gdb.base/return.exp: Add comment and message for...
1994-07-12 Stan ShebsVarious updates
1994-07-12 Stan Shebs Atari support, from Uwe Seimet (seimet@chemie.uni...
1994-07-09 Peter Schauer * symtab.c (find_function_start_sal): New function...
1994-07-07 Per Bothner * ch-exp.y (match_simple_name_string): Don't lower...
1994-07-06 Peter Schauer * dbxread.c, elfread.c, mipsread.c, nlmread.c, os9kread.c:
1994-07-05 Jeff Law * hppa-tdep.c (read_unwind_info): ELF unwind informati...
1994-07-05 Stan Shebs * breakpoint.c (mention): Always show breakpoint addre...
1994-07-02 Peter Schauer * config/sparc/tm-sun4sol2.h (HANDLE_SVR4_EXEC_EMULATORS):
1994-07-01 Stan Shebs * mpw-config.in (MacSerial.h): Duplicate from standard...
1994-06-30 Jim Kingdon * infrun.c (wait_for_inferior): Print "Program exited...
1994-06-30 Stan ShebsFix a booboo
1994-06-30 Stan Shebs * Makefile.in (dcache_h): Remove redundant definition.
1994-06-30 Stan Shebs * remote-mips.c: Replace all \r chars with \015.
1994-06-30 Stan Shebs * mpw-make.in: Use {s} instead of {srcdir} everywhere.
1994-06-29 Steve Chamberlain * remote-e7000.c (e7000_open): Don't try a tcp open...
1994-06-29 Jean Marie Diaz * configure.in: Use i386m3.mh and i386m3.mt as names...
1994-06-29 Peter Schauer * gdb.c++/misc.cc: Instantiate classes to inhibit...
1994-06-29 Peter Schauer * dbxread.c (dbx_symfile_read): Unconditionally add...
next