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]

[obv] testcase glibc debuginfo fix [Re: handle leader exits; don't get stuck when all resumed threads exit]


On Fri, 28 Oct 2011 20:32:33 +0200, Pedro Alves wrote:
> Alright, I've applied it.  Here's to hoping I haven't broken anything!

Just the one add-on fix did not make it in.

Checked in.


Thanks,
Jan

http://sourceware.org/ml/gdb-cvs/2011-10/msg00210.html

--- src/gdb/testsuite/ChangeLog	2011/10/28 18:29:59	1.2915
+++ src/gdb/testsuite/ChangeLog	2011/10/28 19:24:45	1.2916
@@ -1,3 +1,8 @@
+2011-10-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+	* gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
+	break-here-2.
+
 2011-10-28  Pedro Alves  <pedro@codesourcery.com>
 
 	* gdb.threads/no-unwaited-for-left.c: New.
--- src/gdb/testsuite/gdb.threads/no-unwaited-for-left.exp	2011/10/28 18:30:00	1.1
+++ src/gdb/testsuite/gdb.threads/no-unwaited-for-left.exp	2011/10/28 19:24:45	1.2
@@ -53,7 +53,7 @@
 gdb_test_no_output "set scheduler-locking off" \
     "disable scheduler-locking, letting new thread start"
 
-gdb_breakpoint [gdb_get_line_number "break-here-2"]
+gdb_breakpoint $srcfile:[gdb_get_line_number "break-here-2"]
 gdb_continue_to_breakpoint "break-here-2" ".* break-here-2 .*"
 
 # Let the main thread continue alone.


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