diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-03-13 18:46:42 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-03-13 18:46:42 +0000 |
commit | d19fc8790acbaa423592a288a27c067446d196f4 (patch) | |
tree | 3d70b14e0fa366b82f16296ed6a349891a91f1ab /gdb | |
parent | 79f3d5862914001d44970359a55dd1691714593c (diff) | |
download | gdb-d19fc8790acbaa423592a288a27c067446d196f4.zip gdb-d19fc8790acbaa423592a288a27c067446d196f4.tar.gz gdb-d19fc8790acbaa423592a288a27c067446d196f4.tar.bz2 |
* TODO: Add suggestions for x/s tests.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/TODO | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 59e6a0b..0cfc4bf 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -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", diff --git a/gdb/testsuite/TODO b/gdb/testsuite/TODO index 3f9b6f9..03b2309 100644 --- a/gdb/testsuite/TODO +++ b/gdb/testsuite/TODO @@ -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 |