* TODO: Add suggestions for x/s tests.
authorJim Kingdon <jkingdon@engr.sgi.com>
Sun, 13 Mar 1994 18:46:42 +0000 (18:46 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Sun, 13 Mar 1994 18:46:42 +0000 (18:46 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/TODO

index 59e6a0b7f1c5a2750907445c9a731e571954f060..0cfc4bf2edefc30ac4dc0809868eecd36c9100e2 100644 (file)
@@ -1,3 +1,7 @@
+Sun Mar 13 10:45:22 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * TODO: Add suggestions for x/s tests.
+
 Fri Mar 11 08:22:00 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
        * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
index 3f9b6f96c22f0812c066561fac7bc8d4c673884c..03b23098d3f599a352a4e676119d3aa5ea3ff94b 100644 (file)
@@ -124,6 +124,12 @@ one but it is not quite right as of 19 Nov 1993).
 
 Test that "x" command sets $_ and $__.  Test $_ in general.
 
+Given `char abc[] = "abc\0def";' test "x/s abc" followed by "x/s"
+(should display "abc" followed by "def").  Test this works with no
+error message even if this is the last thing in the section (tests
+that val_print_string ignores an error if the error occurs after the
+'\0').
+
 Test ability to process NMAGIC a.out files.
 
 If there are two breakpoints in the same place, and exactly one of