From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5507 invoked by alias); 31 Mar 2010 18:01:44 -0000 Received: (qmail 5469 invoked by uid 22791); 31 Mar 2010 18:01:44 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 31 Mar 2010 18:01:40 +0000 Received: (qmail 29913 invoked from network); 31 Mar 2010 18:01:39 -0000 Received: from unknown (HELO macbook-2.local) (stan@127.0.0.2) by mail.codesourcery.com with ESMTPA; 31 Mar 2010 18:01:39 -0000 Message-ID: <4BB38DFD.2070501@codesourcery.com> Date: Wed, 31 Mar 2010 18:01:00 -0000 From: Stan Shebs User-Agent: Thunderbird 2.0.0.24 (Macintosh/20100228) MIME-Version: 1.0 To: Pedro Alves CC: gdb-patches@sourceware.org, Stan Shebs Subject: Re: [PATCH] Update save-tracepoints for new features References: <4BB28933.60708@codesourcery.com> <201003310033.18949.pedro@codesourcery.com> In-Reply-To: <201003310033.18949.pedro@codesourcery.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 X-SW-Source: 2010-03/txt/msg01117.txt.bz2 Pedro Alves wrote: > On Wednesday 31 March 2010 00:28:51, Stan Shebs wrote: > >> *************** tracepoint_save_command (char *args, int >> *** 10626,10631 **** >> --- 10626,10632 ---- >> char tmp[40]; >> struct cleanup *cleanup; >> struct ui_file *fp; >> + extern char *default_collect; >> > > This is declared in tracepoint.h. > I left it in there just for you. :-) Committed with that change. Stan