From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22915 invoked by alias); 16 May 2014 16:29:37 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 22899 invoked by uid 89); 16 May 2014 16:29:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: qmta05.emeryville.ca.mail.comcast.net Received: from qmta05.emeryville.ca.mail.comcast.net (HELO qmta05.emeryville.ca.mail.comcast.net) (76.96.30.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 16 May 2014 16:29:35 +0000 Received: from omta21.emeryville.ca.mail.comcast.net ([76.96.30.88]) by qmta05.emeryville.ca.mail.comcast.net with comcast id 2gEX1o0081u4NiLA5gVafM; Fri, 16 May 2014 16:29:34 +0000 Received: from c-24-4-193-248.hsd1.ca.comcast.net ([24.4.193.248]) by omta21.emeryville.ca.mail.comcast.net with comcast id 2gVZ1o0095N1HX48hgVZXG; Fri, 16 May 2014 16:29:34 +0000 Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: [PATCH 0/5] let gdb reuse gcc'c C compiler From: Mike Stump In-Reply-To: <1400254001-12038-1-git-send-email-tromey@redhat.com> Date: Fri, 16 May 2014 16:29:00 -0000 Cc: gcc-patches@gcc.gnu.org Content-Transfer-Encoding: quoted-printable Message-Id: <70D66891-5CEC-4A79-8204-63F9D52D02B0@comcast.net> References: <1400254001-12038-1-git-send-email-tromey@redhat.com> To: Tom Tromey X-IsSubscribed: yes X-SW-Source: 2014-05/txt/msg01300.txt.bz2 On May 16, 2014, at 8:26 AM, Tom Tromey wrote: > This patch series is half of a project to let gdb reuse gcc (which > half depends on which list you are seeing this on), so that users can > compile small snippets of code and evaluate them in the current > context of the inferior. Nice=85 I looked though it, nice and lightweight and seems like the api ca= n hold up through time.