OSDN Git Service

2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
authorjjohnstn <jjohnstn>
Mon, 2 Feb 2004 21:14:32 +0000 (21:14 +0000)
committerjjohnstn <jjohnstn>
Mon, 2 Feb 2004 21:14:32 +0000 (21:14 +0000)
commit68907148d5188f94d21c02122d343202e185c50d
tree790056f9ee7564cc4656cf4568a96d4f96d84cb4
parente475a8e0340e3dabe25acb05247a956c5e61cb70
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