From: Pedro Alves Date: Fri, 21 Feb 2014 13:30:12 +0000 (+0000) Subject: Rename test. X-Git-Tag: gdb-7.8-release~1021 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ea4758f2dd33c0081abc89b011c4755453af9efc;p=external%2Fbinutils.git Rename test. I realized that the name of this test only made sense when considering the old (never committed) implementation of the fix that came along with the test originally, that forced a schedlock while a step-resume (to get over the signal handler) was inserted. The final solution that went into the tree does not force that locking. So this renames it to something more descriptive. gdb/testsuite/ 2014-02-21 Pedro Alves * gdb.threads/step-after-sr-lock.c: Rename to ... * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this. * gdb.threads/step-after-sr-lock.exp: Rename to ... * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: ... this. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index d7e8610..9b409cb 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2014-02-21 Pedro Alves + + * gdb.threads/step-after-sr-lock.c: Rename to ... + * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this. + * gdb.threads/step-after-sr-lock.exp: Rename to ... + * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: + ... this. + 2014-02-20 Sergio Durigan Junior PR tdep/16397 diff --git a/gdb/testsuite/gdb.threads/step-after-sr-lock.c b/gdb/testsuite/gdb.threads/signal-while-stepping-over-bp-other-thread.c similarity index 100% rename from gdb/testsuite/gdb.threads/step-after-sr-lock.c rename to gdb/testsuite/gdb.threads/signal-while-stepping-over-bp-other-thread.c diff --git a/gdb/testsuite/gdb.threads/step-after-sr-lock.exp b/gdb/testsuite/gdb.threads/signal-while-stepping-over-bp-other-thread.exp similarity index 100% rename from gdb/testsuite/gdb.threads/step-after-sr-lock.exp rename to gdb/testsuite/gdb.threads/signal-while-stepping-over-bp-other-thread.exp