From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11125 invoked by alias); 6 Apr 2012 03:28:17 -0000 Received: (qmail 11117 invoked by uid 22791); 6 Apr 2012 03:28:16 -0000 X-SWARE-Spam-Status: No, hits=-6.3 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 06 Apr 2012 03:27:59 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q363Rvot029007 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 5 Apr 2012 23:27:57 -0400 Received: from psique ([10.3.112.12]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q363Rqw8005911 for ; Thu, 5 Apr 2012 23:27:55 -0400 From: Sergio Durigan Junior To: gdb-patches@sourceware.org Subject: [PATCH 0/4 v2] Implement support for SystemTap probes on userspace X-URL: http://www.redhat.com Date: Fri, 06 Apr 2012 03:28:00 -0000 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: 2012-04/txt/msg00098.txt.bz2 Hello again, Sorry for the long delay to resubmit these patches. Well, here they are, with all comments addressed. I will CC: the people who have made comments in the last attempt. Here is a full explanation of what these patches are supposed to do: http://sourceware.org/ml/gdb-patches/2012-03/msg00353.html I regtested all of the components of this patch in a x86_64, PPC64, S390x and ARM archs, without regressions. Comments and reviews are welcome. This time, I promise I'll resubmit the patches in a shorter time :-). Thank you, -- Sergio