This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: FYI: fix 2 tests when glibc debuginfo is installed
- From: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Fri, 14 Oct 2011 21:37:05 +0200
- Subject: Re: FYI: fix 2 tests when glibc debuginfo is installed
- References: <m3vcrreezx.fsf@fleche.redhat.com>
On Fri, 14 Oct 2011 18:04:34 +0200, Tom Tromey wrote:
> The fix is to add $srcfile to the linespec.
thanks; although these testcases are broken anyway, they should be updated for
Linux kernels 3.1.x which always keep inferior stopped if it was stopped
during PTRACE_ATTACH; probably to XFAIL older kernels.
Regards,
Jan