This is the mail archive of the gdb-testers@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

GDB snapshot 1999-06-28 has escaped


The following files are now available at
        ftp://sourceware.cygnus.com/pub/gdb/snapshots/

-rw-rw-r--   1 jsm      gdb       9122994 Jun 28 15:51 gdb-19990628.tar.bz2
-rw-rw-r--   1 jsm      gdb        226701 Jun 28 15:51 gdb-19990621-19990628.diff.bz2
-rw-rw-r--   1 jsm      gdb       2226927 Jun 28 15:04 dejagnu-19990628.tar.bz2
-rw-rw-r--   1 jsm      gdb          1844 Jun 28 15:04 dejagnu-19990621-19990628.diff.bz2

I've imported this snapshot into the Sourceware GDB CVS repository.
Browse it at  http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/gdb/?cvsroot=gdb

Exciting new things in this snapshot include Andrew's remote protocol
documentation work; Jimmy Guo's massive testsuite patch; and Stan marking
two more configurations as obsolete.

Jason's tip of the week:  A nice tool for getting an overall feel for
large patches is diffstat.  I'll include the diffstat output of this
week's snapshot.  Diffstat is included in several Linux distributions;
it is also trivial to build from source.  The diffstat home page is
	http://www.clark.net/pub/dickey/diffstat/diffstat.html


The snapshot files should show up at mirror site shortly; see
http://sourceware.cygnus.com/mirrors.html for a full list.

Jason
 gdb/testsuite/config/mt-a29k-udi         |only
 gdb/testsuite/config/mt-i386-aout        |only
 gdb/testsuite/config/mt-i960-nindy       |only
 gdb/testsuite/config/mt-lynx             |only
 gdb/testsuite/config/mt-m68k             |only
 gdb/testsuite/config/mt-mips-ecoff       |only
 gdb/testsuite/config/mt-netware          |only
 gdb/testsuite/config/mt-slite            |only
 gdb/testsuite/config/mt-sparc-aout       |only
 gdb/testsuite/config/mt-unix             |only
 gdb/testsuite/config/mt-vxworks          |only
 gdb/testsuite/gdb.base/smoke.c           |only
 gdb/testsuite/gdb.base/smoke.cc          |only
 gdb/testsuite/gdb.base/smoke.exp         |only
 gdb/testsuite/gdb.chill/extstruct-grt.ch |only
 gdb/testsuite/gdb.chill/extstruct.ch     |only
 gdb/testsuite/gdb.chill/extstruct.exp    |only
 ChangeLog                                |    5 
 bfd/ChangeLog                            |   54 
 bfd/Makefile.am                          |    2 
 bfd/Makefile.in                          |    2 
 bfd/dwarf2.c                             |  161 
 bfd/elf-hppa.h                           |  573 +++
 bfd/elf32-hppa.c                         | 1658 -----!!!
 bfd/elf32-hppa.h                         |   26 
 bfd/elf32-v850.c                         |    4 
 bfd/elflink.h                            |   15 
 bfd/po/POTFILES.in                       |    1 
 configure                                |    6 
 configure.in                             |    2 
 gdb.crc                                  |  362 !
 gdb/ChangeLog                            |  106 
 gdb/Makefile.in                          |   22 
 gdb/NEWS                                 |    4 
 gdb/altos-xdep.c                         |  326 !
 gdb/arm-tdep.c                           |   72 
 gdb/ax-gdb.c                             |    5 
 gdb/config/convex/Convex.notes           |  325 -
 gdb/config/convex/convex.mh              |    6 
 gdb/config/convex/convex.mt              |    6 
 gdb/config/convex/tm-convex.h            |  972 !!!!!
 gdb/config/convex/xm-convex.h            |   70 
 gdb/config/m68k/altos.mh                 |    8 
 gdb/config/m68k/altos.mt                 |    6 
 gdb/config/m68k/tm-altos.h               |   88 
 gdb/config/m68k/xm-altos.h               |  404 !!
 gdb/configure.host                       |    6 
 gdb/configure.tgt                        |    8 
 gdb/convex-tdep.c                        | 2554 !!!!!!!!!!!!!!
 gdb/convex-xdep.c                        | 1926 !!!!!!!!!!
 gdb/doc/ChangeLog                        |   26 
 gdb/doc/Makefile.in                      |   27 
 gdb/doc/gdbint.texinfo                   |  146 
 gdb/doc/remote.texi                      |  653 !!!
 gdb/doc/stabs.texinfo                    |    6 
 gdb/event-loop.c                         |   43 
 gdb/event-loop.h                         |   19 
 gdb/event-top.c                          |   54 
 gdb/frame.h                              |    2 
 gdb/gdbserver/Makefile.in                |    3 
 gdb/main.c                               |    8 
 gdb/nlm/Makefile.in                      |    3 
 gdb/rdi-share/Makefile.in                |    3 
 gdb/remote.c                             |   60 
 gdb/solib.c                              |   26 
 gdb/symtab.c                             |    2 
 gdb/testsuite/ChangeLog                  |  102 
 gdb/testsuite/Makefile.in                |    2 
 gdb/testsuite/gdb.base/all-bin.exp       |   50 
 gdb/testsuite/gdb.base/annota1.c         |   12 
 gdb/testsuite/gdb.base/annota1.exp       |    6 
 gdb/testsuite/gdb.base/attach.c          |   20 
 gdb/testsuite/gdb.base/attach.exp        |  437 ++
 gdb/testsuite/gdb.base/attach2.c         |   24 
 gdb/testsuite/gdb.base/average.c         |   46 
 gdb/testsuite/gdb.base/bitfields.c       |    2 
 gdb/testsuite/gdb.base/break.c           |   19 
 gdb/testsuite/gdb.base/break.exp         |  148 
 gdb/testsuite/gdb.base/call-ar-st.c      |  234 +
 gdb/testsuite/gdb.base/call-ar-st.exp    |  292 !
 gdb/testsuite/gdb.base/call-rt-st.c      |  109 
 gdb/testsuite/gdb.base/call-rt-st.exp    |    6 
 gdb/testsuite/gdb.base/call-strs.c       |   21 
 gdb/testsuite/gdb.base/call-strs.exp     |   21 
 gdb/testsuite/gdb.base/callfuncs.c       |  127 
 gdb/testsuite/gdb.base/callfuncs.exp     |   79 
 gdb/testsuite/gdb.base/callfuncs2.c      |  108 
 gdb/testsuite/gdb.base/callfuncs2.exp    |   77 
 gdb/testsuite/gdb.base/commands.exp      |   99 
 gdb/testsuite/gdb.base/completion.exp    |  218 !
 gdb/testsuite/gdb.base/condbreak.c       |   19 
 gdb/testsuite/gdb.base/condbreak.exp     |   36 
 gdb/testsuite/gdb.base/constvars.exp     |   78 
 gdb/testsuite/gdb.base/corefile.exp      |    5 
 gdb/testsuite/gdb.base/coremaker.c       |    6 
 gdb/testsuite/gdb.base/dbx.exp           |  319 +
 gdb/testsuite/gdb.base/default.exp       |   23 
 gdb/testsuite/gdb.base/define.exp        |    4 
 gdb/testsuite/gdb.base/display.exp       |   17 
 gdb/testsuite/gdb.base/ena-dis-br.exp    |   24 
 gdb/testsuite/gdb.base/ending-run.c      |    8 
 gdb/testsuite/gdb.base/ending-run.exp    |   53 
 gdb/testsuite/gdb.base/eval-skip.exp     |   60 
 gdb/testsuite/gdb.base/execd-prog.c      |   34 
 gdb/testsuite/gdb.base/exprs.c           |   11 
 gdb/testsuite/gdb.base/exprs.exp         |  189 !
 gdb/testsuite/gdb.base/foll-exec.c       |   43 
 gdb/testsuite/gdb.base/foll-exec.exp     |  396 ++
 gdb/testsuite/gdb.base/foll-fork.c       |   34 
 gdb/testsuite/gdb.base/foll-fork.exp     |  363 +
 gdb/testsuite/gdb.base/foll-vfork.c      |   20 
 gdb/testsuite/gdb.base/foll-vfork.exp    |  365 ++
 gdb/testsuite/gdb.base/funcargs.c        |  368 !!
 gdb/testsuite/gdb.base/funcargs.exp      |  121 
 gdb/testsuite/gdb.base/interrupt.c       |    3 
 gdb/testsuite/gdb.base/interrupt.exp     |   13 
 gdb/testsuite/gdb.base/jump.c            |    7 
 gdb/testsuite/gdb.base/jump.exp          |   30 
 gdb/testsuite/gdb.base/langs.exp         |   55 
 gdb/testsuite/gdb.base/langs0.c          |    6 
 gdb/testsuite/gdb.base/langs1.c          |    8 
 gdb/testsuite/gdb.base/langs2.c          |   17 
 gdb/testsuite/gdb.base/list.exp          |   68 
 gdb/testsuite/gdb.base/list0.c           |    3 
 gdb/testsuite/gdb.base/list1.c           |   28 
 gdb/testsuite/gdb.base/logical.exp       |   82 
 gdb/testsuite/gdb.base/long_long.c       |    6 
 gdb/testsuite/gdb.base/long_long.exp     |   55 
 gdb/testsuite/gdb.base/mips_pro.c        |   22 
 gdb/testsuite/gdb.base/mips_pro.exp      |    2 
 gdb/testsuite/gdb.base/miscexprs.exp     |   29 
 gdb/testsuite/gdb.base/nodebug.c         |   27 
 gdb/testsuite/gdb.base/nodebug.exp       |   39 
 gdb/testsuite/gdb.base/opaque.exp        |   30 
 gdb/testsuite/gdb.base/opaque0.c         |    3 
 gdb/testsuite/gdb.base/opaque1.c         |    2 
 gdb/testsuite/gdb.base/page.exp          |   40 
 gdb/testsuite/gdb.base/pointers.exp      |   15 
 gdb/testsuite/gdb.base/printcmds.c       |    6 
 gdb/testsuite/gdb.base/ptype.c           |   19 
 gdb/testsuite/gdb.base/ptype.exp         |   44 
 gdb/testsuite/gdb.base/recurse.c         |    8 
 gdb/testsuite/gdb.base/relational.exp    |   65 
 gdb/testsuite/gdb.base/restore.c         |    2 
 gdb/testsuite/gdb.base/return.c          |    5 
 gdb/testsuite/gdb.base/run.c             |   19 
 gdb/testsuite/gdb.base/scope.exp         |   17 
 gdb/testsuite/gdb.base/scope0.c          |   46 
 gdb/testsuite/gdb.base/scope1.c          |   19 
 gdb/testsuite/gdb.base/sect-cmd.exp      |   34 
 gdb/testsuite/gdb.base/setshow.c         |    5 
 gdb/testsuite/gdb.base/setvar.c          |    7 
 gdb/testsuite/gdb.base/setvar.exp        |    7 
 gdb/testsuite/gdb.base/shlib-call.exp    |    8 
 gdb/testsuite/gdb.base/shmain.c          |   31 
 gdb/testsuite/gdb.base/shr1.c            |   16 
 gdb/testsuite/gdb.base/shr2.c            |   14 
 gdb/testsuite/gdb.base/sigall.c          |  427 ++
 gdb/testsuite/gdb.base/signals.c         |    6 
 gdb/testsuite/gdb.base/signals.exp       |    8 
 gdb/testsuite/gdb.base/so-impl-ld.c      |    9 
 gdb/testsuite/gdb.base/so-impl-ld.exp    |   25 
 gdb/testsuite/gdb.base/so-indr-cl.c      |    9 
 gdb/testsuite/gdb.base/so-indr-cl.exp    |   20 
 gdb/testsuite/gdb.base/solib.c           |    5 
 gdb/testsuite/gdb.base/solib.exp         |   41 
 gdb/testsuite/gdb.base/solib1.c          |    9 
 gdb/testsuite/gdb.base/solib2.c          |   10 
 gdb/testsuite/gdb.base/step-test.c       |    9 
 gdb/testsuite/gdb.base/step-test.exp     |   25 
 gdb/testsuite/gdb.base/structs.c         |  211 +
 gdb/testsuite/gdb.base/structs.exp       |  148 
 gdb/testsuite/gdb.base/sum.c             |   15 
 gdb/testsuite/gdb.base/term.exp          |    2 
 gdb/testsuite/gdb.base/twice.c           |    4 
 gdb/testsuite/gdb.base/twice.exp         |    1 
 gdb/testsuite/gdb.base/varargs.c         |    5 
 gdb/testsuite/gdb.base/varargs.exp       |   27 
 gdb/testsuite/gdb.base/vforked-prog.c    |   11 
 gdb/testsuite/gdb.base/volatile.exp      |   98 
 gdb/testsuite/gdb.base/watchpoint.c      |   50 
 gdb/testsuite/gdb.base/watchpoint.exp    |  289 +
 gdb/testsuite/gdb.base/whatis.c          |    2 
 gdb/testsuite/gdb.base/whatis.exp        |   79 
 gdb/testsuite/gdb.c++/member-ptr.exp     |   14 
 gdb/testsuite/gdb.chill/ChangeLog        |    6 
 gdb/testsuite/gdb.chill/xstruct-grt.ch   |   12 
 gdb/testsuite/gdb.chill/xstruct.ch       |   16 
 gdb/testsuite/gdb.chill/xstruct.exp      |   66 
 gdb/testsuite/lib/gdb.exp                |   83 
 gdb/top.c                                |    3 
 gdb/utils.c                              |    4 
 include/elf/ChangeLog                    |    4 
 include/elf/hppa.h                       |    4 
 include/opcode/ChangeLog                 | 5639 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 include/opcode/hppa.h                    |    3 
 postpatch-19990628                       |   21 
 sim/common/ChangeLog                     |    7 
 sim/common/cgen-engine.h                 |    2 
 sim/common/genmloop.sh                   |    9 
 sim/mcore/ChangeLog                      |    5 
 sim/mcore/sysdep.h                       |    4 
 202 files changed, 6052 insertions, 1403 deletions, 16675 modifications

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]