From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22761 invoked by alias); 27 Oct 2011 14:59:27 -0000 Received: (qmail 22752 invoked by uid 22791); 27 Oct 2011 14:59:27 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (140.186.70.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 27 Oct 2011 14:59:08 +0000 Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RJRQB-0007lq-N5; Thu, 27 Oct 2011 10:59:07 -0400 Date: Thu, 27 Oct 2011 15:24:00 -0000 Message-Id: From: Eli Zaretskii To: Jan Kratochvil CC: gdb@sourceware.org In-reply-to: <20111027072030.GA18210@host1.jankratochvil.net> (message from Jan Kratochvil on Thu, 27 Oct 2011 09:20:30 +0200) Subject: Re: Does target-async work on MS-Windows? Reply-to: Eli Zaretskii References: <83vcrbbmc8.fsf@gnu.org> <20111027072030.GA18210@host1.jankratochvil.net> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2011-10/txt/msg00197.txt.bz2 > Date: Thu, 27 Oct 2011 09:20:30 +0200 > From: Jan Kratochvil > Cc: gdb@sourceware.org > > On Wed, 26 Oct 2011 21:10:31 +0200, Eli Zaretskii wrote: > > (gdb) r& -Q > > Starting program: D:\gnu\bzr\emacs\trunk\src/./oo/i386/emacs.exe & -Q > ^ > > [New Thread 3904.0x17e4] > > [New Thread 3904.0x11a8] > > > > And it waits, instead of showing the prompt, as the manual promised. > > You should use: > (gdb) r -Q & > > I find it is the same syntax such as in shell. Thanks, I think the manual should be improved in this regard. Anyway, if I use "r -Q &", GDB says that asynchronous execution is not supported on this platform. Is that expected?