]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/testsuite/gdb.base/pendshr.c
2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
authorJeff Johnston <jjohnstn@redhat.com>
Mon, 2 Feb 2004 21:14:33 +0000 (21:14 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Mon, 2 Feb 2004 21:14:33 +0000 (21:14 +0000)
commit18fe20335a444c79dd2de86ca31833189a85e234
tree462421af3782b8f7cc2063ca3add0a3dd54419c7
parent0101ce28cf3a678cee72feb3c05e2ece19bc6e2a
2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>

        * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
        support.
        * gdb.base/langs.exp: Fix test which attempts to create
        breakpoint on non-existent function to handle new pending
        support.
        * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
        a breakpoint.
        * gdb.base/pending.exp: New test.
        * gdb.base/pending.c: New file.
        * gdb.base/pendshr.c: Ditto.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/langs.exp
gdb/testsuite/gdb.base/pending.c [new file with mode: 0644]
gdb/testsuite/gdb.base/pending.exp [new file with mode: 0644]
gdb/testsuite/gdb.base/pendshr.c [new file with mode: 0644]
gdb/testsuite/gdb.base/shlib-call.exp
gdb/testsuite/lib/gdb.exp