From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16409 invoked by alias); 4 Feb 2006 20:18:20 -0000 Received: (qmail 16398 invoked by uid 22791); 4 Feb 2006 20:18:19 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 04 Feb 2006 20:18:18 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id k14KICiu017422; Sat, 4 Feb 2006 21:18:12 +0100 (CET) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id k14KIBE7013586; Sat, 4 Feb 2006 21:18:11 +0100 (CET) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id k14KIBZa030464; Sat, 4 Feb 2006 21:18:11 +0100 (CET) Date: Sat, 04 Feb 2006 20:18:00 -0000 Message-Id: <200602042018.k14KIBZa030464@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: anupama.chandwani@gmail.com CC: gdb@sources.redhat.com, kalpak.shah@gmail.com, anupama.chandwani@gmail.com In-reply-to: <689eb3470602041158v51022e42o62a9286328eb57f9@mail.gmail.com> (message from Anupama Chandwani on Sun, 5 Feb 2006 01:28:59 +0530) Subject: Re: Unifining all targets on a given architecture for runtime multiarch References: <689eb3470602041158v51022e42o62a9286328eb57f9@mail.gmail.com> Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-02/txt/msg00027.txt.bz2 > Date: Sun, 5 Feb 2006 01:28:59 +0530 > From: Anupama Chandwani > > Hey.. > > I would like to know if gdb can be configured for more than one > target at a time. So in a sense it will be like multiarch gdb, where > you can switch targets at runtime. But that *is* multiarch gdb. Unfortunately we're not completely there yet... > I want to configure gdb for atleast 2 architectures. for eg: arm and i686. ...so this is not yet possible. Mark