From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25814 invoked by alias); 6 Jan 2010 18:46:56 -0000 Received: (qmail 25802 invoked by uid 22791); 6 Jan 2010 18:46:56 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 06 Jan 2010 18:46:46 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0KVU00700982KU00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Wed, 06 Jan 2010 20:46:40 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.127.222.44]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KVU003P09HRFRS0@a-mtaout22.012.net.il>; Wed, 06 Jan 2010 20:46:40 +0200 (IST) Date: Wed, 06 Jan 2010 18:46:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] Disconnected tracing In-reply-to: <4B441D89.6030902@codesourcery.com> To: Stan Shebs Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <833a2jcbtw.fsf@gnu.org> References: <4B441D89.6030902@codesourcery.com> 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: 2010-01/txt/msg00117.txt.bz2 > Date: Tue, 05 Jan 2010 21:20:09 -0800 > From: Stan Shebs > > This next patch realizes a long-anticipated advantage of tracepoints, > namely that it should be possible to disconnect GDB from the target but > leave the trace experiment running, then reconnect later to see if > anything interesting turned up. Thanks. > Index: NEWS > =================================================================== > RCS file: /cvs/src/src/gdb/NEWS,v > retrieving revision 1.345 > diff -p -r1.345 NEWS > *** NEWS 6 Jan 2010 04:20:26 -0000 1.345 > --- NEWS 6 Jan 2010 04:55:19 -0000 This part is okay. > Index: doc/gdb.texinfo > =================================================================== > RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v > retrieving revision 1.655 > diff -p -r1.655 gdb.texinfo > *** doc/gdb.texinfo 6 Jan 2010 04:20:27 -0000 1.655 > --- doc/gdb.texinfo 6 Jan 2010 04:55:20 -0000 A minor comment and a question: > + ask what you want to do with the trace. But for unexpected ^^ Two spaces, please. > + that define tracepoints. (FIXME add detailed syntax) When will this FIXME be taken care of? Thanks.