From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20926 invoked by alias); 16 May 2019 20:35:13 -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 20918 invoked by uid 89); 16 May 2019 20:35:13 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:393 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 ESMTP; Thu, 16 May 2019 20:35:12 +0000 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 941AE30C0DE0 for ; Thu, 16 May 2019 20:35:11 +0000 (UTC) Received: from psique.yyz.redhat.com (unused-10-15-17-196.yyz.redhat.com [10.15.17.196]) by smtp.corp.redhat.com (Postfix) with ESMTP id 591FA5C70A; Thu, 16 May 2019 20:35:07 +0000 (UTC) From: Sergio Durigan Junior To: GDB Patches Cc: Sergio Durigan Junior Subject: [FYI 0/5] Some improvements on stap code Date: Thu, 16 May 2019 20:35:00 -0000 Message-Id: <20190516203501.25992-1-sergiodj@redhat.com> X-IsSubscribed: yes X-SW-Source: 2019-05/txt/msg00399.txt.bz2 Hi, I had to work on an stap problem recently, and that made me realize that there were a few simple improvements that could be done on stap-probe.c, so I went ahead and did them. They've been pushed under the obvious rule, but I'm also the maintainer of this part of the code, and I ran tests to make sure everything was working correctly. Thanks.