OSDN Git Service

2002-09-18 David Carlton <carlton@math.stanford.edu>
authorcarlton <carlton>
Wed, 18 Sep 2002 18:48:43 +0000 (18:48 +0000)
committercarlton <carlton>
Wed, 18 Sep 2002 18:48:43 +0000 (18:48 +0000)
commit0162aabac11f57b1be5bb13429d3574f7dfbcb04
treed9191c3eac2f244d99dde120ff5b97ae010fd558
parentc56f59c73f952b56a329ea1b058015d84053366c
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]