This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
gdbserver regression #2 [Re: [COMMIT PATCH][GDBserver] Multi-process + multi-arch]
- From: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- To: Pedro Alves <palves at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Wed, 12 Jun 2013 16:48:45 +0200
- Subject: gdbserver regression #2 [Re: [COMMIT PATCH][GDBserver] Multi-process + multi-arch]
- References: <20130530121335 dot 15047 dot 12654 dot stgit at brno dot lan> <51B1BB04 dot 9020304 at redhat dot com> <20130608015339 dot GA10329 at host2 dot jankratochvil dot net> <51B72C8E dot 8060905 at redhat dot com> <20130611143849 dot GA30462 at host2 dot jankratochvil dot net> <51B745F5 dot 30604 at redhat dot com> <51B762BF dot 6040208 at redhat dot com>
On Tue, 11 Jun 2013 19:47:43 +0200, Pedro Alves wrote:
> Fixed now:
>
> <http://sourceware.org/ml/gdb-patches/2013-06/msg00261.html>
So now there remains only a regression by the same patch:
$ runtest-gdbserver gdb.base/siginfo-obj.exp gdb.base/siginfo-thread.exp gdb.threads/siginfo-threads.exp
Running ./gdb.base/siginfo-thread.exp ...
FAIL: gdb.base/siginfo-thread.exp: p ssi_addr
Running ./gdb.threads/siginfo-threads.exp ...
FAIL: gdb.threads/siginfo-threads.exp: signal 0 si_pid
FAIL: gdb.threads/siginfo-threads.exp: signal 1 si_pid
FAIL: gdb.threads/siginfo-threads.exp: signal 2 si_pid
FAIL: gdb.threads/siginfo-threads.exp: signal 3 si_pid
Running ./gdb.base/siginfo-obj.exp ...
FAIL: gdb.base/siginfo-obj.exp: p ssi_addr
FAIL: gdb.base/siginfo-obj.exp: p ssi_addr
Tested on Fedora 19 x86_64 (without -lmcheck).
Thanks,
Jan