From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 126826 invoked by alias); 13 Mar 2015 17:32:47 -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 126811 invoked by uid 89); 13 Mar 2015 17:32:46 -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_FROM,KAM_FROM_URIBL_PCCC,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-pd0-f175.google.com Received: from mail-pd0-f175.google.com (HELO mail-pd0-f175.google.com) (209.85.192.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 13 Mar 2015 17:32:45 +0000 Received: by pdno5 with SMTP id o5so30475212pdn.1 for ; Fri, 13 Mar 2015 10:32:43 -0700 (PDT) X-Received: by 10.66.153.36 with SMTP id vd4mr105077553pab.126.1426267963624; Fri, 13 Mar 2015 10:32:43 -0700 (PDT) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by mx.google.com with ESMTPSA id ae7sm4491513pac.19.2015.03.13.10.32.41 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 13 Mar 2015 10:32:42 -0700 (PDT) From: Yao Qi To: Doug Evans Cc: gdb-patches@sourceware.org, ccoutant@google.com Subject: Re: [PATCH 0/6] DWARF Two Level Line Tables References: Date: Fri, 13 Mar 2015 17:32:00 -0000 In-Reply-To: (Doug Evans's message of "Thu, 12 Mar 2015 12:58:54 -0700") Message-ID: <86egoshkg9.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2015-03/txt/msg00394.txt.bz2 Doug Evans writes: > This patch set adds Two Level Line Tables support to gdb, > as well as support for the DWARF 5 line table extensions. Hi Doug, I notice that a lot of code is added into dwarf2read.c in this patch set. Is it possible to put them in a separated file or split dwarf2read.c? Every time, when I read dwarf2read.c, I find it is too long to understand. IWBN to split dwarf2read.c, at least, add new stuff into a new file. --=20 Yao (=E9=BD=90=E5=B0=A7)