From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x530.google.com (mail-ed1-x530.google.com [IPv6:2a00:1450:4864:20::530]) by sourceware.org (Postfix) with ESMTPS id 4EB663858D28 for ; Fri, 31 Mar 2023 14:34:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 4EB663858D28 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=embecosm.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=embecosm.com Received: by mail-ed1-x530.google.com with SMTP id t10so90258828edd.12 for ; Fri, 31 Mar 2023 07:34:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embecosm.com; s=google; t=1680273243; h=mime-version:user-agent:references:message-id:in-reply-to:subject :cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=Y5u2UGZiZcKEZW769oyI6Ri95XHLSf/vR2OHpYgb9NQ=; b=cLeED7/TQpJm4NE241ZbPEJolXTtXbY0g2WlFixWCjwRL1PeJ2lrWsSRbxup1vbVWE 42i7eHgf6byO52DbauR7PRBBCvOlGruIyKP9mVske4TG0vLZmG8RQuUO1+MZHy5dGbao zcgDlmwcc28UDiZMVNZ6H94AhDWGbavc+e+pm+uUWJOpdZa2sv9WzRyz3C8twMYVqvDD ntn70tmkOQFtsOdPIELO5a0W+F/AESbwxVZJE8JjGu7ELt14NmZKE9N6C1ojW4r6GTPK Crwpx+NqgzelmESshroT0jIGZIRV2rBtPyTDGPf2YsbXgHHQ3IhzJCSmr1xwoA7e0IOU 65XQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680273243; h=mime-version:user-agent:references:message-id:in-reply-to:subject :cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=Y5u2UGZiZcKEZW769oyI6Ri95XHLSf/vR2OHpYgb9NQ=; b=bPWDG2aVKTuUpSeDanDjq98KfpMo/pWgXOfnn33pBrEhxl3JICtKEUYaKLO0SOp7Tq LZwjNZjaR+qL1eDmsc8AcOYLmGYHYiqNmEs9+BlzYnOqxVqCqbIuSoPjNpXJPgVk07KS L4ceDSrJKr+BK0QzHv+EVD0SQ9PtUp4isPZRE+HwRyP9G8GDPo9aHz5O17IjteT7qe56 zoDqW9TA9ymnzeLi+sQXz0lCw3xQWfei1q/mHvezy7AS03eoJ8n9L3EFSK4g0hlslil2 u6ds1DX/au1JV1uyIUMQ+k7EEVWoeT7V9weS17HfdJjMBw2W3gJndp2hvXaYOQyeXcEB gOmg== X-Gm-Message-State: AAQBX9eG3xsNLAYJA4h55JrMab3asoCGlVvUBy8TpE5c6TDKYSFMaL+3 7VNUlPyVoa3GdmiAOWsjmidcFg== X-Google-Smtp-Source: AKy350Zg8tH07/TOVbInkrmkJcPPgSIZ8SQ7D8hobKB6zvqmBECZiJffdDmjzenCEs1HD5Y1Y1AwnQ== X-Received: by 2002:a17:907:205b:b0:931:cac0:60ec with SMTP id pg27-20020a170907205b00b00931cac060ecmr25625936ejb.48.1680273243685; Fri, 31 Mar 2023 07:34:03 -0700 (PDT) Received: from annie.orcam.me.uk (annie.orcam.me.uk. [2001:4190:8020::48]) by smtp.gmail.com with ESMTPSA id i1-20020a170906444100b0091ec885e016sm1035863ejp.54.2023.03.31.07.34.02 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 31 Mar 2023 07:34:03 -0700 (PDT) Date: Fri, 31 Mar 2023 15:34:00 +0100 (BST) From: "Maciej W. Rozycki" To: Tom Tromey cc: gdb-patches@sourceware.org, Richard Bunt Subject: Re: [PATCH v3 0/3] Fixes and improvements for the starting function In-Reply-To: <875yai8i1x.fsf@tromey.com> Message-ID: References: <875yai8i1x.fsf@tromey.com> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-2.5 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.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Thu, 30 Mar 2023, Tom Tromey wrote: > Maciej> This v3 update to the series adds inline documentation for the history of > Maciej> DW_AT_main_subprogram and DW_AT_calling_convention == DW_CC_program DWARF > Maciej> attributes. > > Thanks, this is ok. Committed now, thanks for your review. Maciej