From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20192 invoked by alias); 27 Feb 2003 19:56:19 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 20183 invoked from network); 27 Feb 2003 19:56:18 -0000 Received: from unknown (HELO localhost.redhat.com) (172.16.49.200) by 172.16.49.205 with SMTP; 27 Feb 2003 19:56:18 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 0E63C2A9C; Thu, 27 Feb 2003 14:58:30 -0500 (EST) Message-ID: <3E5E6DE5.5040704@redhat.com> Date: Thu, 27 Feb 2003 19:56:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Warkentin Cc: Daniel Jacobowitz , gdb-patches@sources.redhat.com Subject: Re: patch to add QNX NTO i386 support References: <01dd01c2d3aa$d4c1b1c0$0202040a@catdog> <20030213220751.GA15234@nevyn.them.org> <020c01c2d3ae$c7cb39b0$0202040a@catdog> <20030213222922.GA15783@nevyn.them.org> <000901c2d3ba$cb19aaf0$2a00a8c0@dash> <20030214000311.GA18154@nevyn.them.org> <003d01c2d3bd$b136bf30$2a00a8c0@dash> <20030214001316.GA18590@nevyn.them.org> <017c01c2d3c1$6196b210$2a00a8c0@dash> <3E4EBCF0.8070003@redhat.com> <20030217154403.GA16683@nevyn.them.org> <059b01c2d69e$0a5fe9f0$0202040a@catdog> Content-Type: multipart/mixed; boundary="------------090805080308050805080904" X-SW-Source: 2003-02/txt/msg00775.txt.bz2 This is a multi-part message in MIME format. --------------090805080308050805080904 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 295 > BTW, Andrew, that HAVE_CONTINUABLE_WATCHPOINT patch....my current QNX patch > which I'm about ready to submit, relies on it. I know you're busy but can > you tell me if it's at least mostly okay so that I can tell whether or not I > need to change my backend before I submit. See attached. --------------090805080308050805080904 Content-Type: message/rfc822; name="mailbox-message://ac131313@movemail/Trash#186564366" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="mailbox-message://ac131313@movemail/Trash#186564366" Content-length: 3381 X-Mozilla-Status2: 00000000 Return-Path: Delivered-To: cagney@localhost.redhat.com Received: from localhost (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 0315D294F for ; Mon, 24 Feb 2003 16:58:57 -0500 (EST) Envelope-to: cagney@gnu.org Delivery-date: Mon, 24 Feb 2003 16:52:57 -0500 Received: from fencepost.gnu.org by localhost with IMAP (fetchmail-6.2.1) for cagney@localhost (single-drop); Mon, 24 Feb 2003 16:58:57 -0500 (EST) Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.10) id 18nQWv-0000I3-00 for cagney@gnu.org; Mon, 24 Feb 2003 16:52:57 -0500 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18nQWs-0007C4-00 for cagney@gnu.org; Mon, 24 Feb 2003 16:52:55 -0500 Received: from sources.redhat.com ([66.187.233.205]) by monty-python.gnu.org with smtp (Exim 4.10.13) id 18nQWs-0007An-00 for cagney@gnu.org; Mon, 24 Feb 2003 16:52:54 -0500 Received: (qmail 8979 invoked by alias); 24 Feb 2003 21:51:22 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Delivered-To: mailing list gdb-patches@sources.redhat.com Received: (qmail 8970 invoked from network); 24 Feb 2003 21:51:22 -0000 Received: from unknown (HELO localhost.redhat.com) (172.16.49.200) by 172.16.49.205 with SMTP; 24 Feb 2003 21:51:22 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 0FEE8294F; Mon, 24 Feb 2003 16:53:39 -0500 (EST) Message-ID: <3E5A9462.10405@redhat.com> Date: Mon, 24 Feb 2003 16:53:38 -0500 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Warkentin Cc: gdb-patches@sources.redhat.com Subject: Re: [Patch] add HAVE_CONTINUABLE_WATCHPOINT to target ops References: <01ae01c2dc46$23e46fb0$0202040a@catdog> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-5.0 required=5.0 tests=FROM_ENDS_IN_NUMS,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_01_02,USER_AGENT,USER_AGENT_MOZILLA_UA, X_ACCEPT_LANG version=2.41 X-Spam-Level: Content-length: 644 > 2003-02-24 Kris Warkentin > > * target.h: (HAVE_CONTINUABLE_WATCHPOINT): define. > (target_ops): add to_have_continuable_watchpoint. > * target.c (update_current_target): add INHERIT line for > to_have_continuable_watchpoint. > * infrun.c: remove HAVE_CONTINUABLE_WATCHPOINT defines > * config/i386/nm-i386.h, config/i386/nm-i386sco5.h, > config/i386/nm-i386sol2.h, config/s390/nm-linux.h, > config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1. You need to get the hang of change logs. Sentences that start with a capital and end with a fullstop. Otherwize the patch is approved. Andrew --------------090805080308050805080904--