From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1239 invoked by alias); 10 Dec 2003 22:15:23 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 1197 invoked from network); 10 Dec 2003 22:15:21 -0000 Received: from unknown (HELO palrel10.hp.com) (156.153.255.245) by sources.redhat.com with SMTP; 10 Dec 2003 22:15:21 -0000 Received: from hplms2.hpl.hp.com (hplms2.hpl.hp.com [15.0.152.33]) by palrel10.hp.com (Postfix) with ESMTP id 15FA91C0312B; Wed, 10 Dec 2003 14:15:21 -0800 (PST) Received: from napali.hpl.hp.com (napali.hpl.hp.com [15.4.89.123]) by hplms2.hpl.hp.com (8.12.10/8.12.10/HPL-PA Hub) with ESMTP id hBAMFFZJ025731; Wed, 10 Dec 2003 14:15:17 -0800 (PST) Received: from napali.hpl.hp.com (napali [127.0.0.1]) by napali.hpl.hp.com (8.12.3/8.12.3/Debian-6.6) with ESMTP id hBAMFFFO016874; Wed, 10 Dec 2003 14:15:15 -0800 Received: (from davidm@localhost) by napali.hpl.hp.com (8.12.3/8.12.3/Debian-6.6) id hBAMFELG016870; Wed, 10 Dec 2003 14:15:14 -0800 From: David Mosberger MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16343.39666.835272.966022@napali.hpl.hp.com> Date: Wed, 10 Dec 2003 22:15:00 -0000 To: "J. Johnston" Cc: davidm@hpl.hp.com, Andrew Cagney , Kevin Buettner , gdb-patches@sources.redhat.com, davidm@napali.hpl.hp.com Subject: Re: RFA: ia64 portion of libunwind patch In-Reply-To: <3FD788FD.6020305@redhat.com> References: <3FA2B71A.3080905@redhat.com> <3FA2CA1B.7000502@redhat.com> <16290.59502.799536.383397@napali.hpl.hp.com> <3FAC12D3.2070207@redhat.com> <16300.8192.489647.740612@napali.hpl.hp.com> <3FAC2454.2030009@redhat.com> <16300.9949.513264.716812@napali.hpl.hp.com> <3FAC2D03.8070607@redhat.com> <16300.12503.585501.180768@napali.hpl.hp.com> <3FAC33B3.2030403@redhat.com> <1031108001337.ZM18506@localhost.localdomain> <3FAC388A.10207@redhat.com> <16300.39298.323956.667764@napali.hpl.hp.com> <3FAD7F01.2050407@gnu.org> <16304.3297.662733.250523@napali.hpl.hp.com> <3FB0149C.1060908@redhat.com> <16323.61371.6654.950171@napali.hpl.hp.com> <16334.39106.297492.636397@napali.hpl.hp.com> <3FCFC9FD.4040106@redhat.com> <16335.54210.785826.438051@napali.hpl.hp.com> <3FD788FD.6020305@redhat.com> Reply-To: davidm@hpl.hp.com X-URL: http://www.hpl.hp.com/personal/David_Mosberger/ X-SW-Source: 2003-12/txt/msg00304.txt.bz2 >>>>> On Wed, 10 Dec 2003 15:58:37 -0500, "J. Johnston" said: Jeff> I have created the patch to use UNW_TARGET. Jeff> Yes, the current implementation doesn't support multiple gdb Jeff> targets, but it is set up to make such a task relatively Jeff> straightforward in the future (i.e. simply put the function Jeff> handles off of the target vector and pass in the target name). Ah, I see. Thanks for fixing this! --david