From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26773 invoked by alias); 7 Sep 2011 09:46:16 -0000 Received: (qmail 26763 invoked by uid 22791); 7 Sep 2011 09:46:15 -0000 X-SWARE-Spam-Status: No, hits=1.0 required=5.0 tests=AWL,BAYES_00,BOTNET,RDNS_NONE,TO_NO_BRKTS_NORDNS X-Spam-Check-By: sourceware.org Received: from Unknown (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 07 Sep 2011 09:46:01 +0000 Received: (qmail 10905 invoked from network); 7 Sep 2011 09:46:00 -0000 Received: from unknown (HELO scottsdale.localnet) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 7 Sep 2011 09:46:00 -0000 From: Pedro Alves To: gdb-patches@sourceware.org Subject: Re: Add comments on step_after_step_resume_breakpoint Date: Wed, 07 Sep 2011 09:53:00 -0000 User-Agent: KMail/1.13.6 (Linux/2.6.38-11-generic; KDE/4.7.0; x86_64; ; ) Cc: Yao Qi References: <4E66C8ED.5070902@codesourcery.com> In-Reply-To: <4E66C8ED.5070902@codesourcery.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201109071045.57279.pedro@codesourcery.com> 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: 2011-09/txt/msg00108.txt.bz2 On Wednesday 07 September 2011 02:29:17, Yao Qi wrote: > When I am reading struct thread_info, I find the comment on > step_after_step_resume_breakpoint is not helpful to me to understand it, > until I read the original patch here > http://cygwin.com/ml/gdb-patches/2004-08/msg00743.html > > The explanation of the patch was very clear, but it is missing in the > comment of code. This patch is to copy some of words in original patch > post to the comment on field `step_after_step_resume_breakpoint', in > order to make comment self-explained. > > OK to apply? Okay. -- Pedro Alves