From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30216 invoked by alias); 6 Apr 2010 19:55:00 -0000 Received: (qmail 30195 invoked by uid 22791); 6 Apr 2010 19:54:52 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SARE_MSGID_LONG45,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 06 Apr 2010 19:54:48 +0000 Received: from kpbe14.cbf.corp.google.com (kpbe14.cbf.corp.google.com [172.25.105.78]) by smtp-out.google.com with ESMTP id o36JsjaG007335 for ; Tue, 6 Apr 2010 12:54:46 -0700 Received: from pwj5 (pwj5.prod.google.com [10.241.219.69]) by kpbe14.cbf.corp.google.com with ESMTP id o36JsWBj023870 for ; Tue, 6 Apr 2010 12:54:32 -0700 Received: by pwj5 with SMTP id 5so275049pwj.34 for ; Tue, 06 Apr 2010 12:54:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.141.124.12 with HTTP; Tue, 6 Apr 2010 12:54:32 -0700 (PDT) In-Reply-To: <201004050021.39083.pedro@codesourcery.com> References: <201004050021.39083.pedro@codesourcery.com> Date: Tue, 06 Apr 2010 19:55:00 -0000 Received: by 10.141.14.3 with SMTP id r3mr5967466rvi.28.1270583672297; Tue, 06 Apr 2010 12:54:32 -0700 (PDT) Message-ID: Subject: Re: gdbserver tracepoints support proper From: Doug Evans To: Pedro Alves Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-System-Of-Record: true 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-04/txt/msg00107.txt.bz2 On Sun, Apr 4, 2010 at 4:21 PM, Pedro Alves wrote: > This finally adds a trace agent to gdbserver, and enough glue > to make it work for x86-linux. For reference sake, there's no technical reason why gdb itself can't support tracepoints, right? [IWBN to use tracepoints on linux, for example, without having to use gdbserver]