From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1264 invoked by alias); 27 Nov 2008 02:18:35 -0000 Received: (qmail 1253 invoked by uid 22791); 27 Nov 2008 02:18:34 -0000 X-Spam-Check-By: sourceware.org Received: from ti-out-0910.google.com (HELO ti-out-0910.google.com) (209.85.142.188) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 27 Nov 2008 02:17:59 +0000 Received: by ti-out-0910.google.com with SMTP id d10so489330tib.12 for ; Wed, 26 Nov 2008 18:17:56 -0800 (PST) Received: by 10.110.57.6 with SMTP id f6mr9367138tia.55.1227752276776; Wed, 26 Nov 2008 18:17:56 -0800 (PST) Received: by 10.110.103.3 with HTTP; Wed, 26 Nov 2008 18:17:56 -0800 (PST) Message-ID: Date: Thu, 27 Nov 2008 17:27:00 -0000 From: teawater To: "Stan Shebs" Subject: Re: [multiprocess] Linux-nat multiprocess switch Cc: "gdb-patches@sourceware.org" In-Reply-To: <492D713C.3000704@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <492D713C.3000704@codesourcery.com> 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-11/txt/msg00726.txt.bz2 Thanks Stan. I tried "focus" with linux-nat and found process didn't switch. Maybe I can do something with it. Hui On Wed, Nov 26, 2008 at 23:54, Stan Shebs wrote: > 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 > >