public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
* [SCM]  archer-tromey-ambiguous-linespec: make attach-stopped test work even when glibc debuginfo is installed
@ 2011-10-14 13:57 tromey
  0 siblings, 0 replies; only message in thread
From: tromey @ 2011-10-14 13:57 UTC (permalink / raw)
  To: archer-commits

The branch, archer-tromey-ambiguous-linespec has been updated
       via  ff32a84957b3804558c4695929a59dcd889f49ff (commit)
      from  60a9b3676eb26c2e60030f3ea0b264887909da41 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit ff32a84957b3804558c4695929a59dcd889f49ff
Author: Tom Tromey <tromey@redhat.com>
Date:   Fri Oct 14 07:56:41 2011 -0600

    make attach-stopped test work even when glibc debuginfo is installed

-----------------------------------------------------------------------

Summary of changes:
 gdb/testsuite/gdb.threads/attach-stopped.exp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

First 500 lines of diff:
diff --git a/gdb/testsuite/gdb.threads/attach-stopped.exp b/gdb/testsuite/gdb.threads/attach-stopped.exp
index 5b5e82b..08a9437 100644
--- a/gdb/testsuite/gdb.threads/attach-stopped.exp
+++ b/gdb/testsuite/gdb.threads/attach-stopped.exp
@@ -78,7 +78,7 @@ proc corefunc { threadtype } {
 	gdb_test "bt" ".*sleep.*main.*" "$threadtype: attach2 to stopped bt"
     }
     # This breakpoint is there for old/non-x86 kernels not restarting syscalls.
-    gdb_breakpoint [gdb_get_line_number "Second sleep"]
+    gdb_breakpoint $srcfile:[gdb_get_line_number "Second sleep"]
     set test "$threadtype: attach2 continue"
     gdb_test_multiple "continue" "continue ($test)" {
 	-re "Continuing" {


hooks/post-receive
--
Repository for Project Archer.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-10-14 13:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-14 13:57 [SCM] archer-tromey-ambiguous-linespec: make attach-stopped test work even when glibc debuginfo is installed tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).