From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24361 invoked by alias); 25 Sep 2014 15:44:46 -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 24343 invoked by uid 89); 25 Sep 2014 15:44:44 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham 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; Thu, 25 Sep 2014 15:44:40 +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 (8.14.4/8.14.4) with ESMTP id s8PFice1007155 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 25 Sep 2014 11:44:38 -0400 Received: from brno.lan (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s8PFia4Y021367 for ; Thu, 25 Sep 2014 11:44:37 -0400 From: Pedro Alves To: gdb-patches@sourceware.org Subject: [pushed] infrun.c: comment/typo fixes Date: Thu, 25 Sep 2014 15:44:00 -0000 Message-Id: <1411659876-22823-1-git-send-email-palves@redhat.com> X-SW-Source: 2014-09/txt/msg00740.txt.bz2 gdb/ 2014-09-25 Pedro Alves * infrun.c (stepping_past_instruction_at) (clear_exit_convenience_vars): Point at infrun.h instead of inferior.h. (handle_signal_stop): Fix typo. --- gdb/ChangeLog | 7 +++++++ gdb/infrun.c | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0efcb72..20a8a8b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2014-09-25 Pedro Alves + + * infrun.c (stepping_past_instruction_at) + (clear_exit_convenience_vars): Point at infrun.h instead of + inferior.h. + (handle_signal_stop): Fix typo. + 2014-09-24 Yao Qi * arm-tdep.c (thumb_in_function_epilogue_p): Fix typo in the diff --git a/gdb/infrun.c b/gdb/infrun.c index 3725f2d..dc696e9 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -1026,7 +1026,7 @@ clear_step_over_info (void) step_over_info.address = 0; } -/* See inferior.h. */ +/* See infrun.h. */ int stepping_past_instruction_at (struct address_space *aspace, @@ -4003,7 +4003,7 @@ handle_signal_stop (struct execution_control_state *ecs) watchpoint expression. We do this by single-stepping the target. - It may not be necessary to disable the watchpoint to stop over + It may not be necessary to disable the watchpoint to step over it. For example, the PA can (with some kernel cooperation) single step over a watchpoint without disabling the watchpoint. @@ -7124,7 +7124,7 @@ save_inferior_ptid (void) return make_cleanup (restore_inferior_ptid, saved_ptid_ptr); } -/* See inferior.h. */ +/* See infrun.h. */ void clear_exit_convenience_vars (void) -- 1.9.3