From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11806 invoked by alias); 6 Aug 2002 20:34:13 -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 11663 invoked from network); 6 Aug 2002 20:34:10 -0000 Received: from unknown (HELO rm-rstar.sfu.ca) (142.58.120.21) by sources.redhat.com with SMTP; 6 Aug 2002 20:34:10 -0000 Received: from fraser.sfu.ca (btlee@fraser.sfu.ca [142.58.101.25]) by rm-rstar.sfu.ca (8.12.3/8.12.3/SFU-6.0H) with ESMTP id g76KY8mC015942 for ; Tue, 6 Aug 2002 13:34:08 -0700 (PDT) Received: from localhost (btlee@localhost) by fraser.sfu.ca (8.9.2/8.9.2/SFU-5.0C) with ESMTP id NAA03103 for ; Tue, 6 Aug 2002 13:34:08 -0700 (PDT) X-Authentication-Warning: fraser.sfu.ca: btlee owned process doing -bs Date: Tue, 06 Aug 2002 13:34:00 -0000 From: Benjamin Tze-Kit Lee To: gdb@sources.redhat.com Subject: using tracepoints function with both host and target on same computer Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-08/txt/msg00034.txt.bz2 Hi all, I am trying to use the tracepoints function from GDB on a program in the computer. But the tracepoints function only works on a remote target. Is there a way that I can configure so that I can use GDB to trace an exec that's on the same computer? Thank you very much. Ben