This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PUSHED PATCH] 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.
---
 gdb/testsuite/ChangeLog                                           | 8 ++++++++
 ...ter-sr-lock.c => signal-while-stepping-over-bp-other-thread.c} | 0
 ...sr-lock.exp => signal-while-stepping-over-bp-other-thread.exp} | 0
 3 files changed, 8 insertions(+)
 rename gdb/testsuite/gdb.threads/{step-after-sr-lock.c => signal-while-stepping-over-bp-other-thread.c} (100%)
 rename gdb/testsuite/gdb.threads/{step-after-sr-lock.exp => signal-while-stepping-over-bp-other-thread.exp} (100%)

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
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
-- 
1.7.11.7


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]