From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28991 invoked by alias); 21 Jan 2014 10:17:00 -0000 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 Received: (qmail 28981 invoked by uid 89); 21 Jan 2014 10:16:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pa0-f47.google.com Received: from mail-pa0-f47.google.com (HELO mail-pa0-f47.google.com) (209.85.220.47) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 21 Jan 2014 10:16:58 +0000 Received: by mail-pa0-f47.google.com with SMTP id kp14so8219611pab.20 for ; Tue, 21 Jan 2014 02:16:56 -0800 (PST) X-Received: by 10.68.190.228 with SMTP id gt4mr24208045pbc.94.1390299416736; Tue, 21 Jan 2014 02:16:56 -0800 (PST) Received: from ubuntu.dhcp.ucweb.local ([70.39.187.196]) by mx.google.com with ESMTPSA id qz9sm10970221pbc.3.2014.01.21.02.16.53 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 21 Jan 2014 02:16:56 -0800 (PST) From: manjian2006@gmail.com To: gdb-patches@sourceware.org, tromey@redhat.com, brobecker@adacore.com Cc: linzj Subject: Re: Re: [PATCH] fixed inherit_abstract_dies infinite recursive call Date: Tue, 21 Jan 2014 10:17:00 -0000 Message-Id: <1390299395-16618-1-git-send-email-manjian2006@gmail.com> In-Reply-To: <20140121075427.GY4762@adacore.com> References: <20140121075427.GY4762@adacore.com> X-SW-Source: 2014-01/txt/msg00806.txt.bz2 From: linzj I don't think my patch is able to fill the hole of DWARF specs,and there my not be any hole. My patch is adding a bit to die and actully form a bitmap when processing dwarf byte code. If you think process_die as graph traversal,that bitmap is to avoid visiting a node twice. I post duplicatly simply because I don't know how to use mail list. I will add the change logs in next patch. I change the source so few,I don't think an FSF assignment is needed(not more than 10 lines).