From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8491 invoked by alias); 26 Feb 2008 08:28:07 -0000 Received: (qmail 8483 invoked by uid 22791); 26 Feb 2008 08:28:06 -0000 X-Spam-Check-By: sourceware.org Received: from wa-out-1112.google.com (HELO wa-out-1112.google.com) (209.85.146.178) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 26 Feb 2008 08:27:49 +0000 Received: by wa-out-1112.google.com with SMTP id l35so2992063waf.12 for ; Tue, 26 Feb 2008 00:27:47 -0800 (PST) Received: by 10.115.18.1 with SMTP id v1mr5019646wai.81.1204014467752; Tue, 26 Feb 2008 00:27:47 -0800 (PST) Received: by 10.114.175.12 with HTTP; Tue, 26 Feb 2008 00:27:47 -0800 (PST) Message-ID: <21b011a40802260027r596c2c0bt96339538b8e5cc92@mail.gmail.com> Date: Tue, 26 Feb 2008 10:03:00 -0000 From: "Lokesh Gupta" To: gdb@sourceware.org Subject: Tracepoints functionality for local targets MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-02/txt/msg00218.txt.bz2 Hello, Is there some work planned for the working of the tracepoints for local targets? While going through the source code, I realized that currently this facility is only for remote targets. In case nothing is planned, can I have some guidance on how to achieve this. I think that it could be a good enhancement to debug multi-threaded programs on the local host. Regards Lokesh Gupta