Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH] skip break-entry.exp when using a stub
@ 2010-10-29 19:20 Nathan Froyd
  2010-10-29 20:10 ` Pedro Alves
  2010-11-02 17:58 ` Joel Brobecker
  0 siblings, 2 replies; 4+ messages in thread
From: Nathan Froyd @ 2010-10-29 19:20 UTC (permalink / raw)
  To: gdb-patches

This patch skips gdb.base/break-entry.exp when using a stub.
prepare_for_testing already stopped the program at its entry, so the
test will not work correctly.

Tested with cross to powerpc-linux-gnu using gdbserver.  OK to commit?

-Nathan

	* gdb.base/break-entry.exp: Skip if using a stub.
---
 gdb/testsuite/gdb.base/break-entry.exp |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/gdb/testsuite/gdb.base/break-entry.exp b/gdb/testsuite/gdb.base/break-entry.exp
index d4b86a3..4e4515b 100644
--- a/gdb/testsuite/gdb.base/break-entry.exp
+++ b/gdb/testsuite/gdb.base/break-entry.exp
@@ -21,6 +21,15 @@ if { [prepare_for_testing ${testfile}.exp ${testfile} start.c {additional_flags=
     return -1
 }
 
+# If we're using a stub, we'll already be stopped at the entry point
+# when we connect.  Don't bother trying to work around this in the
+# testing below.
+
+if [target_info exists use_gdb_stub] {
+    untested ${testfile}.exp
+    return
+}
+
 set test "info files"
 set entry ""
 gdb_test_multiple $test $test {
-- 
1.6.3.2


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-11-02 18:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-29 19:20 [PATCH] skip break-entry.exp when using a stub Nathan Froyd
2010-10-29 20:10 ` Pedro Alves
2010-11-02 17:58 ` Joel Brobecker
2010-11-02 18:04   ` Michael Snyder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox