From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26641 invoked by alias); 4 Feb 2006 19:59:04 -0000 Received: (qmail 26632 invoked by uid 22791); 4 Feb 2006 19:59:03 -0000 X-Spam-Check-By: sourceware.org Received: from zproxy.gmail.com (HELO zproxy.gmail.com) (64.233.162.201) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 04 Feb 2006 19:59:03 +0000 Received: by zproxy.gmail.com with SMTP id 40so876921nzk for ; Sat, 04 Feb 2006 11:59:01 -0800 (PST) Received: by 10.65.243.17 with SMTP id v17mr46876qbr; Sat, 04 Feb 2006 11:58:59 -0800 (PST) Received: by 10.65.52.2 with HTTP; Sat, 4 Feb 2006 11:58:59 -0800 (PST) Message-ID: <689eb3470602041158v51022e42o62a9286328eb57f9@mail.gmail.com> Date: Sat, 04 Feb 2006 19:59:00 -0000 From: Anupama Chandwani To: gdb@sources.redhat.com Subject: Unifining all targets on a given architecture for runtime multiarch Cc: Kalpak Shah , anupama.chandwani@gmail.com MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline 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/msg00026.txt.bz2 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. I want to configure gdb for atleast 2 architectures. for eg: arm and i686. Thanks in advance, Anupama