From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30004 invoked by alias); 29 Nov 2017 20:02:39 -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 29994 invoked by uid 89); 29 Nov 2017 20:02:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.2 required=5.0 tests=AWL,BAYES_00,KB_WAM_FROM_NAME_SINGLEWORD,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=our X-HELO: mail-it0-f48.google.com Received: from mail-it0-f48.google.com (HELO mail-it0-f48.google.com) (209.85.214.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 29 Nov 2017 20:02:38 +0000 Received: by mail-it0-f48.google.com with SMTP id p139so5517182itb.1 for ; Wed, 29 Nov 2017 12:02:38 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=dLYvwhKcNBNSsV9kkG7W+P6JK6XmbBiF3/5sAhPC+fk=; b=L0lB7r76tzLkajvtcCxQMSXgF7evzfRWI7/6m2wUAyxXR1YOHwRO/LhoAZs4tlBshk UcRwCWYtJHrd44tT8Ig+WEkmIqAAV7kq6KJdOxoJt2Ie73CtpWfxBy0/VdDT0oaw51fb VWvEsgjLGvmi5Moo3vT5wmPdLHqqNy9wNAy2I/6yEWi+jxDT/yDnpNLcvTqPUSB0oORF m9k73VtUXf8Orcm84O3bOUFEP5g8pmlJywNQsU5tqUf9dg8Y84GIlyApQOLaD0eTvKa2 ySaiLCXcueq5OHMGVuhibn7v5zu6vhiIhkpPOxAeGT8dk8pxTrjw/p80E2B7lhFO0b6h aWfw== X-Gm-Message-State: AJaThX5w82HVZFot7qrcONKXSL39VIqOxsCbzoeVDm6y+2lB3qzR7QOY uGd/Y0s5NhdXEEJAunXr726AhDmoJ+nvTl+lyxcPIQ== X-Google-Smtp-Source: AGs4zMZLbynv8DLJBIhHSuS/Vp54XMJ6AK7hQUwBSh30wD45lGiymR+79UeGcwZ6x0Tmr7K++WTZP/hKknRtNeR/RZ8= X-Received: by 10.36.245.133 with SMTP id k127mr51622ith.136.1511985756957; Wed, 29 Nov 2017 12:02:36 -0800 (PST) MIME-Version: 1.0 Received: by 10.2.72.71 with HTTP; Wed, 29 Nov 2017 12:02:36 -0800 (PST) In-Reply-To: <87a7z4ho1q.fsf@redhat.com> References: <20171128132148.31802-1-slp@redhat.com> <20171128132148.31802-2-slp@redhat.com> <87induo1ey.fsf@redhat.com> <87a7z4ho1q.fsf@redhat.com> From: Sergio Lopez Date: Wed, 29 Nov 2017 20:02:00 -0000 Message-ID: Subject: Re: [PATCH 1/4] Implement 'set honor-dontdump-flag' command To: Sergio Durigan Junior Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2017-11/txt/msg00794.txt.bz2 On Wed, Nov 29, 2017 at 8:39 PM, Sergio Durigan Junior wrote: > The previous line is the one breaking our coding style. Unfortunately > GDB is full of these inconsistencies, but please remove the empty line > in your patch anyway. Ack, not a problem. Is there something else you'd like to see fixed in v3? In case you don't, do you prefer me to send the whole patchset as v3, or just patch 1/4? -- Sergio