From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28396 invoked by alias); 2 Oct 2003 13:16:20 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 28389 invoked from network); 2 Oct 2003 13:16:18 -0000 Received: from unknown (HELO mailgw3a.lmco.com) (192.35.35.7) by sources.redhat.com with SMTP; 2 Oct 2003 13:16:18 -0000 Received: from emss04g01.ems.lmco.com (emss04g01.ems.lmco.com [166.17.13.122]) by mailgw3a.lmco.com (8.11.6p2/8.11.6) with ESMTP id h92DFrf26235 for ; Thu, 2 Oct 2003 09:16:03 -0400 (EDT) Received: from CONVERSION-DAEMON.lmco.com by lmco.com (PMDF V6.1-1X6 #30760) id <0HM400401RMDGC@lmco.com> for gdb@sources.redhat.com; Thu, 02 Oct 2003 08:49:26 -0400 (EDT) Received: from EMSS04I00.us.lmco.com ([166.17.13.135]) by lmco.com (PMDF V6.1-1X6 #30760) with ESMTP id <0HM400IA5RMA0H@lmco.com> for gdb@sources.redhat.com; Thu, 02 Oct 2003 08:49:24 -0400 (EDT) Received: from EMSS04M11.us.lmco.com ([144.219.10.27]) by EMSS04I00.us.lmco.com with Microsoft SMTPSVC(5.0.2195.2966); Thu, 02 Oct 2003 08:48:56 -0400 Date: Thu, 02 Oct 2003 13:16:00 -0000 From: "Newman, Mark (N-Superior Technical Resource Inc)" Subject: Tracepoints To: gdb@sources.redhat.com Message-id: MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft Exchange V6.0.6375.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT content-class: urn:content-classes:message X-MS-Has-Attach: X-MS-TNEF-Correlator: X-OriginalArrivalTime: 02 Oct 2003 12:48:56.0324 (UTC) FILETIME=[8ABF1C40:01C388E3] X-SW-Source: 2003-10/txt/msg00056.txt.bz2 Regarding tracepoints : Two things First native debugging is not impossible - it simply requires something like target remote localhost:65500 tp 52 action collect i,j,k collect br end tstart cont Second - is there any technical reason (other than the required isolation of functionality) to stop the target to do a tfind and a tdump. Can these be performed while the target is running (in theory - in practice gdb stops the target). Mark Newman