From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17703 invoked by alias); 7 Sep 2011 13:49:06 -0000 Received: (qmail 17695 invoked by uid 22791); 7 Sep 2011 13:49:05 -0000 X-SWARE-Spam-Status: No, hits=1.6 required=5.0 tests=AWL,BAYES_00,BOTNET,FROM_12LTRDOM,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 13:48:49 +0000 Received: (qmail 24107 invoked from network); 7 Sep 2011 13:48:48 -0000 Received: from unknown (HELO ?192.168.0.101?) (yao@127.0.0.2) by mail.codesourcery.com with ESMTPA; 7 Sep 2011 13:48:48 -0000 Message-ID: <4E677631.7080601@codesourcery.com> Date: Wed, 07 Sep 2011 13:58:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:6.0.1) Gecko/20110830 Thunderbird/6.0.1 MIME-Version: 1.0 To: gdb-patches@sourceware.org Subject: [committed]; Add comments on step_after_step_resume_breakpoint References: <4E66C8ED.5070902@codesourcery.com> <201109071045.57279.pedro@codesourcery.com> In-Reply-To: <201109071045.57279.pedro@codesourcery.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit 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/msg00121.txt.bz2 On 09/07/2011 05:45 PM, Pedro Alves wrote: > 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. > Thanks for this quick review. Committed. http://sourceware.org/ml/gdb-cvs/2011-09/msg00037.html -- Yao (齐尧)