From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30236 invoked by alias); 5 Aug 2009 10:38:39 -0000 Received: (qmail 30227 invoked by uid 22791); 5 Aug 2009 10:38:39 -0000 X-SWARE-Spam-Status: No, hits=-3.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 05 Aug 2009 10:38:29 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MYdsv-0001rK-4I for gdb-patches@sources.redhat.com; Wed, 05 Aug 2009 10:38:17 +0000 Received: from h86-62-88-129.ln.rinet.ru ([86.62.88.129]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Aug 2009 10:38:17 +0000 Received: from vladimir by h86-62-88-129.ln.rinet.ru with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Aug 2009 10:38:17 +0000 To: gdb-patches@sources.redhat.com From: Vladimir Prus Subject: Re: [RFA 10/10] Implement -trace-save. Date: Wed, 05 Aug 2009 10:38:00 -0000 Message-ID: References: <200908051237.26738.vladimir@codesourcery.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit User-Agent: KNode/0.10.9 X-IsSubscribed: yes 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: 2009-08/txt/msg00071.txt.bz2 Vladimir Prus wrote: > > - Volodya > > * mi-cmds.h (mi_cmds_trace_save): Declare. > * mi-cmds.c (mi_cmds): Register -trace-save. > * mi/mi-main.c (mi_cmd_trace_save): New. > * remote.c (remote_save_trace_data): Take const parameter. > * target.h (struct target_ops::to_save_trace_data): Take > const parameter. > * target.c (update_current_target): Adjust to the above. > * tracepoint.c (trave_save): New, extracted from > (trace_save_command): ...this. > (tfile_trace_find): Remove message that is unnecessary now > that 'tfind' reports found frame. > * tracepoint.h (trace_save): Declare. This email was accidentally sent. Please ignore it for a while. Sorry, Volodya