diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-01-15 16:30:04 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-01-15 16:30:04 +0000 |
commit | 96f1fa1542c32c9556262f3b0674916a6129d4f2 (patch) | |
tree | 80d91999f9d0500050086dc7b565df9c5eb94751 /gdb/testsuite/TODO | |
parent | dac317dc3fc938bf1570c6fc074bf0fde96a4de1 (diff) | |
download | gdb-96f1fa1542c32c9556262f3b0674916a6129d4f2.zip gdb-96f1fa1542c32c9556262f3b0674916a6129d4f2.tar.gz gdb-96f1fa1542c32c9556262f3b0674916a6129d4f2.tar.bz2 |
* TODO: Add notes about printing of fancy types and GDB expressions.
Diffstat (limited to 'gdb/testsuite/TODO')
-rw-r--r-- | gdb/testsuite/TODO | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/testsuite/TODO b/gdb/testsuite/TODO index 269d2ec..da7e086 100644 --- a/gdb/testsuite/TODO +++ b/gdb/testsuite/TODO @@ -52,6 +52,10 @@ Test printing complex types, including functions, pointers to arrays of pointers of functions, functions which return pointers to functions, etc. +Test GDB expressions--test all operators (and overloaded operators for +C++). Test integer constants which are signed or unsigned int, long, +or long long. Test detection of overflow of an integer constant. + Test that printing const-qualified versions of various types works. In particular, on the sparc and probably other machines, "double" is handled differently from most types because it requires more alignment |