From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12834 invoked by alias); 20 Feb 2008 23:25:18 -0000 Received: (qmail 12820 invoked by uid 22791); 20 Feb 2008 23:25:17 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 20 Feb 2008 23:25:00 +0000 Received: from zps38.corp.google.com (zps38.corp.google.com [172.25.146.38]) by smtp-out.google.com with ESMTP id m1KNOrDQ029060 for ; Wed, 20 Feb 2008 23:24:54 GMT Received: from rv-out-0910.google.com (rvfc24.prod.google.com [10.140.180.24]) by zps38.corp.google.com with ESMTP id m1KNOqHh006833 for ; Wed, 20 Feb 2008 15:24:53 -0800 Received: by rv-out-0910.google.com with SMTP id c24so2138542rvf.13 for ; Wed, 20 Feb 2008 15:24:52 -0800 (PST) Received: by 10.140.207.2 with SMTP id e2mr2905639rvg.104.1203549892351; Wed, 20 Feb 2008 15:24:52 -0800 (PST) Received: by 10.141.142.4 with HTTP; Wed, 20 Feb 2008 15:24:52 -0800 (PST) Message-ID: Date: Thu, 21 Feb 2008 00:01:00 -0000 From: "Doug Evans" To: gdb@sourceware.org Subject: gdbserver tracepoint support (from Project Ideas page) 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/msg00157.txt.bz2 Hi. The wiki Project Ideas page has this for gdbserver: * Gdbserver doesn't support tracepoints. A few people have said they would work on this, but no patches for it have ever been submitted to the mailing list. This could be a nice introductory project for someone interested in remote debugging. Can anyone give me an idea of what they think this involves, and if any work has been done on this since the wiki entry was written? TIA