From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qv1-xf2e.google.com (mail-qv1-xf2e.google.com [IPv6:2607:f8b0:4864:20::f2e]) by sourceware.org (Postfix) with ESMTPS id ADE72385DC2B for ; Sat, 4 Apr 2020 22:27:39 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org ADE72385DC2B Received: by mail-qv1-xf2e.google.com with SMTP id p19so5600833qve.0 for ; Sat, 04 Apr 2020 15:27:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=nZriv02Zt3CNoBsrzymXoQ3NqjVqDdbTTPwERb5+lEs=; b=HRXuJ8cIjtLQNvt6iasa2/aEC/WbkNQu+OKzbJPqcfI9T+h7rOweusPdjfv+NWE597 oe03s/mDkJRAmQOaWminLFhluOJTm+IXxrcBShC1i8adFpV3FvyNr9nNgy9Y3mRXl75Q 5t+MKTzyWBMr2EpHLkwkKAumeCzXOqxry/4fYl/h/+QYHumvu+I7C4uMjhBYzD8gW7eU DvnAqLouTQt0OBPfBBt+EeOO0ONepBvlNmdo3GcWR23+er9U7tmzqoeCnq/LOKx0Edf7 ukHbzsyXon7D7zURMSBF3IU8gMzWnJJvzXj3UtICFBejJvv6gZTw3hLT+jq0EVjclEVX OC0w== X-Gm-Message-State: AGi0PubfkPEOmDkP9sLnlIj30fh40hOuDAkj3c45AEZwNss55EWeZWs9 pYKklcJGCv5EBfHmZi5YLJxk0Q== X-Google-Smtp-Source: APiQypJ9h32A1wb3TNvged0AH5WCG9YMrC5UUt+L6b8UufkWTl+pDLi6QxKRfr1GIhYPguCcS6b72g== X-Received: by 2002:ad4:4507:: with SMTP id k7mr2407081qvu.40.1586039259205; Sat, 04 Apr 2020 15:27:39 -0700 (PDT) Received: from [192.168.0.181] ([179.185.146.158]) by smtp.gmail.com with ESMTPSA id d189sm721300qkf.118.2020.04.04.15.27.36 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 04 Apr 2020 15:27:38 -0700 (PDT) Subject: Re: [PATCHv5] Fix range end handling of inlined subroutines To: Bernd Edlinger , "gdb-patches@sourceware.org" , Andrew Burgess , Tom Tromey References: From: Luis Machado Message-ID: Date: Sat, 4 Apr 2020 19:27:34 -0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-12.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Apr 2020 22:27:40 -0000 Hi, On 4/4/20 4:50 PM, Bernd Edlinger wrote: > Hi, > > this is an updated version of my patch that was originally only intended > to fix the issues with inline functions in the same file. That needed > re-basing anyway, because of a merge conflict. > > I removed the code that does the special handling of end sequence > markers in record_line now, since it seems to cause more problems than > it solves. > > I believe it will fix the regression that Louis pointed out, and > should fix the regression that Andrew wanted to fix with his > patch: I gave this a try and the FAIL's are still there unfortunately.