Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* PATCH: Make gdbserver use async I/O on Linux
@ 2001-06-06 14:03 Daniel Jacobowitz
  2001-06-06 23:34 ` Eli Zaretskii
  2001-06-21 13:28 ` J.T. Conklin
  0 siblings, 2 replies; 7+ messages in thread
From: Daniel Jacobowitz @ 2001-06-06 14:03 UTC (permalink / raw)
  To: gdb-patches

The only problem I can think of that this might cause is if F_SETOWN is less
portable than FASYNC.  Apparently you need to do that explicitly on a Linux
target before SIGIO will be sent.

This lets C-c on the host be properly handled, stopping the target.

-- 
Daniel Jacobowitz                           Debian GNU/Linux Developer
Monta Vista Software                              Debian Security Team
From ezannoni@cygnus.com Wed Jun 06 14:10:00 2001
From: Elena Zannoni <ezannoni@cygnus.com>
To: Jim Blandy <jimb@cygnus.com>
Cc: gdb-patches@sources.redhat.com
Subject: Re: RFA: Properly detect that GDB was compiled without MI support
Date: Wed, 06 Jun 2001 14:10:00 -0000
Message-id: <15134.39998.848755.666987@kwikemart.cygnus.com>
References: <20010605210124.AABD95E9CB@zwingli.cygnus.com>
X-SW-Source: 2001-06/msg00097.html
Content-length: 1679

Jim, I must be seeing double, but I think this output is already
handled in the -re directly below the one you changed.
(Ok I am jet-lagged, so excuse me if I am wrong).

	-re ".*unrecognized option.*for a complete list of options." {
	    untested "Skip mi tests (not compiled with mi support)."
	    remote_close host;
	    return -1;
	}
	-re ".*Interpreter `mi' unrecognized." {
	    untested "Skip mi tests (not compiled with mi support)."
	    remote_close host;
	    return -1;
	}

Elena


Jim Blandy writes:
 > 
 > gdb/testsuite/gdb.mi/ChangeLog-mi:
 > 
 > 2001-06-05  Jim Blandy  <jimb@redhat.com>
 > 
 > 	* lib/mi-support.exp: Recognize new error message, indicating that GDB
 > 	was compiled without MI support.
 > 
 > Index: gdb/testsuite/lib/mi-support.exp
 > ===================================================================
 > RCS file: /cvs/cvsfiles/devo/gdb/testsuite/lib/mi-support.exp,v
 > retrieving revision 1.24
 > diff -c -r1.24 mi-support.exp
 > *** gdb/testsuite/lib/mi-support.exp	2001/01/15 12:28:02	1.24
 > --- gdb/testsuite/lib/mi-support.exp	2001/06/05 20:57:06
 > ***************
 > *** 130,136 ****
 >   	    remote_close host;
 >   	    return -1;
 >   	}
 > ! 	-re ".*unrecognized option.*for a complete list of options." {
 >   	    untested "Skip mi tests (not compiled with mi support)."
 >   	    remote_close host;
 >   	    return -1;
 > --- 130,136 ----
 >   	    remote_close host;
 >   	    return -1;
 >   	}
 > ! 	-re ".*(unrecognized option.*for a complete list of options.)|(Interpreter `mi' unrecognized)" {
 >   	    untested "Skip mi tests (not compiled with mi support)."
 >   	    remote_close host;
 >   	    return -1;
 > 


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

end of thread, other threads:[~2001-06-21 13:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-06 14:03 PATCH: Make gdbserver use async I/O on Linux Daniel Jacobowitz
2001-06-06 23:34 ` Eli Zaretskii
2001-06-07 10:43   ` Daniel Jacobowitz
2001-06-07 11:38     ` Eli Zaretskii
2001-06-07 12:04       ` Daniel Jacobowitz
2001-06-08  0:37         ` Eli Zaretskii
2001-06-21 13:28 ` J.T. Conklin

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