From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6228 invoked by alias); 31 Mar 2012 06:01:15 -0000 Received: (qmail 6213 invoked by uid 22791); 31 Mar 2012 06:01:13 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 31 Mar 2012 06:00:57 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0M1Q00A00J6MRO00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Sat, 31 Mar 2012 09:00:55 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.228.100.223]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M1Q00APPJDILJ70@a-mtaout22.012.net.il>; Sat, 31 Mar 2012 09:00:55 +0300 (IDT) Date: Sat, 31 Mar 2012 06:01:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] Add autoload-breakpoints [7/7] autoload-breakpoints doc In-reply-to: <4F6FD15C.9000605@mentor.com> To: Hui Zhu Cc: gdb-patches@sourceware.org, stan_shebs@mentor.com Reply-to: Eli Zaretskii Message-id: <83limhz4vb.fsf@gnu.org> References: <4F6450FF.1070103@mentor.com> <83wr6j33u1.fsf@gnu.org> <4F68A53F.6040103@mentor.com> <83mx7b18g5.fsf@gnu.org> <4F69B416.60606@mentor.com> <83iphut82x.fsf@gnu.org> <4F6FD15C.9000605@mentor.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: 2012-03/txt/msg01078.txt.bz2 > Date: Mon, 26 Mar 2012 10:15:56 +0800 > From: Hui Zhu > CC: , > > I post a new version patch according to your comments. You didn't fix this problem: > >> +We believe such reliable report is useful to GDB, and generalize it, > >> +called "ReportAsync". > > > > We call these asynchronous reports about changes in the remote-side > > breakpoints @dfn{ReportAsync}. Please fix it and then you can commit this documentation patch. Thanks.