From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9580 invoked by alias); 2 Sep 2010 23:20:09 -0000 Received: (qmail 9566 invoked by uid 22791); 2 Sep 2010 23:20:08 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 02 Sep 2010 23:20:03 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 2AA9C2BACC9; Thu, 2 Sep 2010 19:20:02 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id s2DeWAAvlwpv; Thu, 2 Sep 2010 19:20:02 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id EB7A12BACB6; Thu, 2 Sep 2010 19:20:01 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 58BE0F599F; Fri, 3 Sep 2010 01:19:51 +0200 (CEST) Date: Fri, 03 Sep 2010 01:20:00 -0000 From: Joel Brobecker To: Hui Zhu Cc: gdb-patches ml Subject: Re: [PATCH] record.c: make prec can save the execution log to a pic file Message-ID: <20100902231951.GO2986@adacore.com> References: <4C181DF2.7030604@vmware.com> <20100901231633.GA16396@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100901231633.GA16396@adacore.com> User-Agent: Mutt/1.5.20 (2009-06-14) 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-09/txt/msg00113.txt.bz2 > > 2010-06-25 Hui Zhu > > > > * record.c (set_record_pic_cmdlist, > > show_record_pic_cmdlist): New variables. > > (set_record_pic_command, > > show_record_pic_command): New functions. > > (record_pic_function, record_pic_line, record_pic_enum, > > set_record_pic_type, record_pic_hide_nofunction, > > record_pic_hide_nosource, record_pic_hide_same): New variables. > > (record_pic_fputs): New function. > > (function_list, node_list, edge_list): New struct. > > (function_list, node_list, edge_list): New variables. > > (record_pic_cleanups, record_pic_node, > > record_pic_edge, cmd_record_pic): New functions. > > (_initialize_record): Add new commands for record pic. Based on the feedback, I have now reverted this patch, head and branch. -- Joel