From 7e1f34050d1eaf1483fa6618887965b8cf00e1dd Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Tue, 15 Mar 1994 16:46:13 +0000 Subject: [PATCH] * TODO: Add suggestions for shared library tests. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/TODO | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 0cfc4bf2ed..388f236531 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com) + + * TODO: Add suggestions for shared library tests. + Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com) * TODO: Add suggestions for x/s tests. diff --git a/gdb/testsuite/TODO b/gdb/testsuite/TODO index 03b23098d3..a7365f2602 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.