diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-03-15 16:46:13 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-03-15 16:46:13 +0000 |
commit | 7e1f34050d1eaf1483fa6618887965b8cf00e1dd (patch) | |
tree | 58c1e3de9554f1dfe0796cc3a4e4a1c3f1ca3960 /gdb/testsuite/TODO | |
parent | b6e98162f8f34dde0acbbe05e5de95ff4f6e571a (diff) | |
download | gdb-7e1f34050d1eaf1483fa6618887965b8cf00e1dd.zip gdb-7e1f34050d1eaf1483fa6618887965b8cf00e1dd.tar.gz gdb-7e1f34050d1eaf1483fa6618887965b8cf00e1dd.tar.bz2 |
* TODO: Add suggestions for shared library tests.
Diffstat (limited to 'gdb/testsuite/TODO')
-rw-r--r-- | gdb/testsuite/TODO | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/testsuite/TODO b/gdb/testsuite/TODO index 03b2309..a7365f2 100644 --- a/gdb/testsuite/TODO +++ b/gdb/testsuite/TODO @@ -132,6 +132,12 @@ that val_print_string ignores an error if the error occurs after the Test ability to process NMAGIC a.out files. +Test shared libraries: "next" over printf, "step" into a function in +a shared library which has line number info, breakpoint in a function +in a shared library (either before or after the program is run and the +shared libraries are loaded--also maybe write a test where the PLT +will be in an unloaded state even though the shared library is loaded). + If there are two breakpoints in the same place, and exactly one of them has its condition true, test that the correct breakpoint gets printed. |