From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9085 invoked by alias); 26 Nov 2008 15:55:33 -0000 Received: (qmail 9074 invoked by uid 22791); 26 Nov 2008 15:55:32 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 26 Nov 2008 15:54:45 +0000 Received: (qmail 14679 invoked from network); 26 Nov 2008 15:54:43 -0000 Received: from unknown (HELO macbook-2.local) (stan@127.0.0.2) by mail.codesourcery.com with ESMTPA; 26 Nov 2008 15:54:43 -0000 Message-ID: <492D713C.3000704@codesourcery.com> Date: Thu, 27 Nov 2008 09:54:00 -0000 From: Stan Shebs User-Agent: Thunderbird 2.0.0.18 (Macintosh/20081105) MIME-Version: 1.0 To: teawater CC: "gdb-patches@sourceware.org" Subject: Re: [multiprocess] Linux-nat multiprocess switch References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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-11/txt/msg00716.txt.bz2 teawater wrote: > Hi, > > I got and test the multiprocess branch. And can't find a interface to > switch the process. > So I make this example patch make multiprocess be switched in > linux-nat. It still have a lot of bugs. > Try the "focus" command. If you have inferiors 3 and 4, then "focus 3", "focus 4", "focus 3", etc should give you the equivalent switching effect. (And if it doesn't, it needs to be fixed. :-) ) Stan