From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6685 invoked by alias); 30 Jan 2008 04:20:47 -0000 Received: (qmail 6672 invoked by uid 22791); 30 Jan 2008 04:20:46 -0000 X-Spam-Check-By: sourceware.org Received: from romy.inter.net.il (HELO romy.inter.net.il) (213.8.233.24) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 30 Jan 2008 04:20:27 +0000 Received: from HOME-C4E4A596F7 (IGLD-83-130-194-208.inter.net.il [83.130.194.208]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id KBK00232 (AUTH halo1); Wed, 30 Jan 2008 06:20:06 +0200 (IST) Date: Wed, 30 Jan 2008 05:55:00 -0000 Message-Id: From: Eli Zaretskii To: Daniel Jacobowitz CC: pedro_alves@portugalmail.pt, gdb-patches@sourceware.org In-reply-to: <20080130005147.GA25780@caradoc.them.org> (message from Daniel Jacobowitz on Tue, 29 Jan 2008 19:51:47 -0500) Subject: Re: [rfc] Multiple process support in gdbserver Reply-to: Eli Zaretskii References: <20071207212352.GB32256@caradoc.them.org> <20071208152935.GA4888@caradoc.them.org> <20071210153146.GA21899@caradoc.them.org> <4797EEC9.10100@portugalmail.pt> <20080130005147.GA25780@caradoc.them.org> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-01/txt/msg00765.txt.bz2 > Date: Tue, 29 Jan 2008 19:51:47 -0500 > From: Daniel Jacobowitz > Cc: gdb-patches@sourceware.org > > +Then you can connect using @code{target extended-remote} and start > +the program you want to debug. The command you suggest to use (target extended-remote) is something the user should type on her keyboard, so it should be in @kbd, not @code. (In general, @code is wrong for more than one word at a time.)