Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/2] Make catch-syscall.exp work with "target remote".
@ 2013-09-27 19:22 Pedro Alves
  2013-09-27 19:22 ` [PATCH 2/2] [GDBserver]: Silence exits if GDB is connected through stdio Pedro Alves
  2013-09-27 19:22 ` [PATCH 1/2] Make catch-syscall.exp work with "target remote". A.k.a., teach the testsuite that GDBserver reliably reports program exits Pedro Alves
  0 siblings, 2 replies; 6+ messages in thread
From: Pedro Alves @ 2013-09-27 19:22 UTC (permalink / raw)
  To: gdb-patches

Running the pending GDBserver "catch syscall" patch against the
native-gdbserver.exp board ("target remote", instead of the
native-extended-gdbserver.exp board ("target extended-remote") fails
the existing catch-syscall.exp test.  These look like problems with
the testsuite, actually independent of the catch syscall support, so I
took a stab at fixing them.

Unfortunately, the first patch regresses testing against the stdio
board.  The second patch fixes that.  If people are OK with these
patches, I'll swap their order before check in.

Pedro Alves (2):
  Make catch-syscall.exp work with "target remote".  A.k.a., teach the
    testsuite that GDBserver reliably reports program exits.
  [GDBserver]: Silence exits if GDB is connected through stdio.

 gdb/gdbserver/server.c                          |  5 ++++-
 gdb/gdbserver/target.c                          | 23 ++++++++++++++++-------
 gdb/testsuite/README                            |  8 ++++++++
 gdb/testsuite/boards/native-gdbserver.exp       |  1 +
 gdb/testsuite/boards/native-stdio-gdbserver.exp |  1 +
 gdb/testsuite/lib/gdb.exp                       | 21 +++++++++++++++------
 6 files changed, 45 insertions(+), 14 deletions(-)

-- 
1.7.11.7


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

end of thread, other threads:[~2013-10-02 11:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-27 19:22 [PATCH 0/2] Make catch-syscall.exp work with "target remote" Pedro Alves
2013-09-27 19:22 ` [PATCH 2/2] [GDBserver]: Silence exits if GDB is connected through stdio Pedro Alves
2013-09-27 20:41   ` Sergio Durigan Junior
2013-10-02 11:49     ` Pedro Alves
2013-09-27 19:22 ` [PATCH 1/2] Make catch-syscall.exp work with "target remote". A.k.a., teach the testsuite that GDBserver reliably reports program exits Pedro Alves
2013-10-02 11:51   ` Pedro Alves

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