2002-09-18 David Carlton <carlton@math.stanford.edu>
authorDavid Carlton <carlton@bactrian.org>
Wed, 18 Sep 2002 18:48:43 +0000 (18:48 +0000)
committerDavid Carlton <carlton@bactrian.org>
Wed, 18 Sep 2002 18:48:43 +0000 (18:48 +0000)
commite70d6e3ff58b9c8a2d72aaa64d7c4e09f8a3a445
treed2d0ecc5d9f673f062dd4d57cb73f4a6beaa4bd7
parenteb9443807ab7d604076d06ce5cf902f0fdf21a7e
2002-09-18  David Carlton  <carlton@math.stanford.edu>

* gdb.c++/m-static.exp: Remove breakpoints depending on line
numbers, and replace them by a single breakpoint after the
constructors are all finished.
Add test 4.
* gdb.c++/m-static.cc: Add test 4.
* gdb.c++/m-static.h: New file.
* gdb.c++/m-static1.cc: New file.

* gdb.c++/printmethod.exp: New file.
* gdb.c++/printmethod.cc: New file.

* gdb.c++/pr-574.exp: New file.
* gdb.c++/pr-574.cc: New file.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.c++/m-static.cc
gdb/testsuite/gdb.c++/m-static.exp
gdb/testsuite/gdb.c++/m-static.h [new file with mode: 0644]
gdb/testsuite/gdb.c++/m-static1.cc [new file with mode: 0644]
gdb/testsuite/gdb.c++/pr-574.cc [new file with mode: 0644]
gdb/testsuite/gdb.c++/pr-574.exp [new file with mode: 0644]
gdb/testsuite/gdb.c++/printmethod.cc [new file with mode: 0644]
gdb/testsuite/gdb.c++/printmethod.exp [new file with mode: 0644]