From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31297 invoked by alias); 7 Jan 2015 15:18:59 -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 31206 invoked by uid 89); 7 Jan 2015 15:18:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-HELO: mail-pd0-f178.google.com Received: from mail-pd0-f178.google.com (HELO mail-pd0-f178.google.com) (209.85.192.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 07 Jan 2015 15:18:52 +0000 Received: by mail-pd0-f178.google.com with SMTP id r10so5177900pdi.9 for ; Wed, 07 Jan 2015 07:18:50 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=C33AazVQZoSDI3P6GEpkdrur1U5PEw2ue5qGHdc5s/4=; b=Z4XXF5YrEeqSlxc/lQ/VNKU0pXf45RJC+d8FJQ0pQMDIVqJcJEv4vq4bWP+ogsAQ25 eWcaVUAirnQ1h4JMkfrUc92AW8Yj1lU516TKgpCD4/xizy+pLP0NuPOSZXm4R3WtcyEs 0D7s/Y5WktNTFe1VctRvvB30cuFXkgDHDP/wFtlWONokXoNNG3QSRBhp3eLlYJ5yKQmJ oB+qInijczdHdOUcBoPsFQ7eN6vKCVkc3BTexUhaP21v71uJVm4LZDlCWbMfGcidE9Ej 5/HaErtIL7saHh5uOv+Oa6qPaQqhA1t9qa/cg2/dpJo/EUl01sccDJ0Kbd1wVPv4AuPi f4JA== X-Gm-Message-State: ALoCoQkm40Pq+ctCAR1MEw2tLuruDlrC9tufsBL/97Q07PjQ/5d//6Co47WqwwkUizzpoqXuyCwj X-Received: by 10.70.50.162 with SMTP id d2mr6125645pdo.85.1420643930737; Wed, 07 Jan 2015 07:18:50 -0800 (PST) MIME-Version: 1.0 Received: by 10.70.22.145 with HTTP; Wed, 7 Jan 2015 07:18:30 -0800 (PST) In-Reply-To: <20150107145744.GA894@adacore.com> References: <1416688748-20448-1-git-send-email-patrick@parcs.ath.cx> <54AD3716.7070209@redhat.com> <20150107145602.GA419@adacore.com> <20150107145744.GA894@adacore.com> From: Patrick Palka Date: Wed, 07 Jan 2015 15:18:00 -0000 Message-ID: Subject: Re: [PATCH] [RFC] Don't propagate our current terminal state to the inferior To: Joel Brobecker Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-01/txt/msg00117.txt.bz2 On Wed, Jan 7, 2015 at 9:57 AM, Joel Brobecker wrote: >> We ask that an empty line between the function's documentation >> and its implementation be inserted. > > And I meant to actually paste the reference: > https://sourceware.org/gdb/wiki/Internals%20GDB-C-Coding-Standards#Document_Every_Subprogram Good to know. Thanks Joel. > > -- > Joel