From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x641.google.com (mail-ej1-x641.google.com [IPv6:2a00:1450:4864:20::641]) by sourceware.org (Postfix) with ESMTPS id C3F9E386F421 for ; Mon, 7 Sep 2020 09:14:17 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org C3F9E386F421 Received: by mail-ej1-x641.google.com with SMTP id nw23so17271766ejb.4 for ; Mon, 07 Sep 2020 02:14:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-description:content-disposition:in-reply-to; bh=AAhDpQwqGR+mn+2mk8kB6fQQ4GfQsLtP5VGtUt9XImY=; b=UsT/QbiLJyfN017p7H1YB8BBLTvxDUvVXj5+JtfZA8nZ2ELyrgPTWQ6bWkYzEWgeMX guuWIPbaHb/MnVMvoFWjim8iabViV1wHi9YVduan5RD4m1FZ5mqlWGQdwdfpVkbcsben XCNw0FTq6Y/o7OQ9I+CF48I42Z8qEAhctdbenxME8Fg6QcctHfQ43d3S3oWQexf3k+Q6 shx0LaY0UTQ4M3yEpbWxcRCIHhmFHN+av2r4lSol0sIkzIoOPaCHusRUOdxSfjBokuud NrHdtI+32/8ad6CSu4fsoWg43odpjCKOK0DmuvAzjM2NRo6O32vDb8nWwpx+wiouCXKw pHlw== X-Gm-Message-State: AOAM532Tz1eEw1RJbDXt1/YnQhqgYSvMg7qugbtEw8I3vL90TkcfcKN6 87wDHdP3ePSQlO6SoVpntwI9+vzG1G/pcO0J X-Google-Smtp-Source: ABdhPJxp0c514YiOHXGOxwunXFOcBJjbqHoeWyG40J+ggCNxl+QsEkPjTNMjcAEp3TB04J6fFc8P3A== X-Received: by 2002:a17:906:2618:: with SMTP id h24mr19335665ejc.198.1599470056745; Mon, 07 Sep 2020 02:14:16 -0700 (PDT) Received: from gmail.com ([2a03:1b20:3:f011::6d]) by smtp.gmail.com with ESMTPSA id j1sm14338918edf.44.2020.09.07.02.14.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 07 Sep 2020 02:14:16 -0700 (PDT) Date: Mon, 7 Sep 2020 11:14:17 +0200 From: Shahab Vahedi To: gdb-patches@sourceware.org Cc: Shahab Vahedi , Francois Bedard , Anton Kolesov Subject: Re: [PATCH] arc: Add support for Linux coredump files Message-ID: <20200907091417.GB4432@gmail.com> References: <20200827112728.4275-1-shahab.vahedi@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Description: nag Content-Disposition: inline In-Reply-To: <20200827112728.4275-1-shahab.vahedi@gmail.com> X-Spam-Status: No, score=-4.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, FSL_HELO_FAKE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no 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: Mon, 07 Sep 2020 09:14:19 -0000 Just a small reminder for reviwing the patch [1]. Cheers, Shahab [1] arc: Add support for Linux coredump files https://sourceware.org/pipermail/gdb-patches/2020-August/171515.html