From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 103403 invoked by alias); 21 Aug 2015 23:37:49 -0000 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 Received: (qmail 103386 invoked by uid 89); 21 Aug 2015 23:37:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=no version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 21 Aug 2015 23:37:48 +0000 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id 8E9A48E919 for ; Fri, 21 Aug 2015 23:37:46 +0000 (UTC) Received: from psique.yyz.redhat.com (unused-10-15-17-51.yyz.redhat.com [10.15.17.51]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t7LNbk18004671; Fri, 21 Aug 2015 19:37:46 -0400 From: Sergio Durigan Junior To: GDB Patches Cc: Sergio Durigan Junior Subject: [PATCH 0/2] Improve error management on probes-based dynamic linker interface (and workaround RH BZ 1196181) Date: Fri, 21 Aug 2015 23:37:00 -0000 Message-Id: <1440200253-28603-1-git-send-email-sergiodj@redhat.com> X-IsSubscribed: yes X-SW-Source: 2015-08/txt/msg00627.txt.bz2 Hi, This series improves the error reporting done by the SystemTap SDT probe support code, and addresses the problem reported on by making the error handling on the probes-based dynamic linker interface more robust. Further comments on the patches themselves. I intend to push the first patch soon if there are no comments. Thanks, Sergio.