From patchwork Sat Nov 25 15:59:22 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergio Durigan Junior X-Patchwork-Id: 24526 Received: (qmail 71916 invoked by alias); 25 Nov 2017 15:59:35 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 71906 invoked by uid 89); 25 Nov 2017 15:59:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-25.7 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, KB_WAM_FROM_NAME_SINGLEWORD, SPF_HELO_PASS, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy= 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; Sat, 25 Nov 2017 15:59:34 +0000 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 3D0C1DF02 for ; Sat, 25 Nov 2017 15:59:33 +0000 (UTC) Received: from psique.yyz.redhat.com (unused-10-15-17-193.yyz.redhat.com [10.15.17.193]) by smtp.corp.redhat.com (Postfix) with ESMTP id 7AC9C648AC; Sat, 25 Nov 2017 15:59:30 +0000 (UTC) From: Sergio Durigan Junior To: GDB Patches Cc: Sergio Durigan Junior Subject: [obvious] Adding ChangeLog entry for the last commit. Date: Sat, 25 Nov 2017 10:59:22 -0500 Message-Id: <20171125155922.30673-1-sergiodj@redhat.com> In-Reply-To: <20171125062516.26758-1-sergiodj@redhat.com> References: <20171125062516.26758-1-sergiodj@redhat.com> X-IsSubscribed: yes --- gdb/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 61db1b1fa8..613a5ae6bb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2017-11-25 Sergio Durigan Junior + + PR gdb/22491 + * stap-probe.c (relocate_address): New function. + (stap_probe::get_relocated_address): Use 'relocate_address'. + (stap_probe::set_semaphore): Use 'relocate_address' and pass + 'm_sem_addr'. + (stap_probe::clear_semaphore): Likewise. + 2017-11-25 Pedro Alves * dictionary.c: Include "safe-ctype.h".