diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-12-08 03:05:49 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-12-08 03:05:49 +0000 |
commit | 75d1ef13224c0a30b452aed442ccaec323edf63c (patch) | |
tree | 19036bcb17dc48cfe7b905fca8d973b6beebd3c3 | |
parent | 85ae1317add94adef4817927e89cff80b92813dd (diff) | |
download | gdb-75d1ef13224c0a30b452aed442ccaec323edf63c.zip gdb-75d1ef13224c0a30b452aed442ccaec323edf63c.tar.gz gdb-75d1ef13224c0a30b452aed442ccaec323edf63c.tar.bz2 |
* gdb.base/list.exp: Adjust expectations to reflect changes in
list1.c.
(test_forward_search): New test proc.
* gdb.base/list1.c (long_line): New function, has long source line.
-rw-r--r-- | gdb/testsuite/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index b3d63ea..f082629 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,15 @@ +Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com> + + * gdb.base/list.exp: Adjust expectations to reflect changes in + list1.c. + (test_forward_search): New test proc. + * gdb.base/list1.c (long_line): New function, has long source line. + +Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com> + + * gdb.base/a1-selftest.exp: Change initial stepping to know about + additional line of code that was added. + Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu) * gdb.disasm/hppa.s: Break the large branching tests into smaller |