diff options
author | Pedro Alves <palves@redhat.com> | 2014-02-21 13:30:12 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2014-02-21 13:30:12 +0000 |
commit | ea4758f2dd33c0081abc89b011c4755453af9efc (patch) | |
tree | 4dde2ca7243c074e6135077ed63a16f66c9854bc | |
parent | 0cbc458c9fde560ad369d197ed90b94452cc3b06 (diff) | |
download | gdb-ea4758f2dd33c0081abc89b011c4755453af9efc.zip gdb-ea4758f2dd33c0081abc89b011c4755453af9efc.tar.gz gdb-ea4758f2dd33c0081abc89b011c4755453af9efc.tar.bz2 |
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 <palves@redhat.com>
* 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.
-rw-r--r-- | gdb/testsuite/ChangeLog | 8 | ||||
-rw-r--r-- | gdb/testsuite/gdb.threads/signal-while-stepping-over-bp-other-thread.c (renamed from gdb/testsuite/gdb.threads/step-after-sr-lock.c) | 0 | ||||
-rw-r--r-- | gdb/testsuite/gdb.threads/signal-while-stepping-over-bp-other-thread.exp (renamed from gdb/testsuite/gdb.threads/step-after-sr-lock.exp) | 0 |
3 files changed, 8 insertions, 0 deletions
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 <palves@redhat.com> + + * 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 <sergiodj@redhat.com> 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 index a4634f2..a4634f2 100644 --- a/gdb/testsuite/gdb.threads/step-after-sr-lock.c +++ b/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 index bf5ea60..bf5ea60 100644 --- a/gdb/testsuite/gdb.threads/step-after-sr-lock.exp +++ b/gdb/testsuite/gdb.threads/signal-while-stepping-over-bp-other-thread.exp |