From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19521 invoked by alias); 5 Aug 2010 14:59:10 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 19509 invoked by uid 22791); 5 Aug 2010 14:59:09 -0000 X-SWARE-Spam-Status: No, hits=-6.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Date: Thu, 05 Aug 2010 14:59:00 -0000 From: Kevin Buettner To: archer@sourceware.org Subject: Re: GDB remote debugging basics Message-ID: <20100805075902.57bab225@mesquite.lan> In-Reply-To: <20100803123016.64fc4806@mesquite.lan> References: <20100803123016.64fc4806@mesquite.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2010-q3/txt/msg00093.txt.bz2 On Tue, 3 Aug 2010 12:30:16 -0700 Kevin Buettner wrote: > There are also problems with creating and running a second inferior. > This is due to the fact that remote.c has some global state that > is, unfortunately, shared amongst inferiors. I've studied the code some more. It should work, though not for the use case that I had in mind (in which one connects to multiple boards at once). Kevin