From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6680 invoked by alias); 10 Mar 2011 06:07:00 -0000 Received: (qmail 6671 invoked by uid 22791); 10 Mar 2011 06:06:59 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (140.186.70.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 10 Mar 2011 06:06:55 +0000 Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1PxZ1O-0000Ye-Oo; Thu, 10 Mar 2011 01:06:50 -0500 Date: Thu, 10 Mar 2011 07:33:00 -0000 Message-Id: From: Eli Zaretskii To: "Ulrich Weigand" CC: mark.kettenis@xs4all.nl, gdb-patches@sourceware.org In-reply-to: <201103092358.p29NwipE018648@d06av02.portsmouth.uk.ibm.com> (uweigand@de.ibm.com) Subject: Re: [RFC] Skip hardware breakpoint tests on OpenBSD Reply-to: Eli Zaretskii References: <201103092358.p29NwipE018648@d06av02.portsmouth.uk.ibm.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-03/txt/msg00628.txt.bz2 > Date: Thu, 10 Mar 2011 00:58:44 +0100 (CET) > From: "Ulrich Weigand" > Cc: gdb-patches@sourceware.org > > That said, I completely agree that this should really be specific > to the hardware/OS combinations. The question is what exactly > these ought to be. Looking through the config files, it would > appear that for the ia64, arm, powerpc and s390 architectures, > the only OS supporting watchpoints is Linux. For the x86 > architectures, the list gets a lot more complex: > i[34567]86-*-go32* > i[34567]86-*-msdosdjgpp* > i[34567]86-*-cygwin* > i[34567]86-*-mingw32* > i[34567]86-*-freebsd* > i[34567]86-*-kfreebsd*-gnu > i[34567]86-*-linux* > i[34567]86-*-solaris2.[6789] > i[34567]86-*-solaris2.1[0-9] > x86_64-*-mingw* > x86_64-*-linux* > x86_64-*-solaris2.1[0-9]* I can confirm that hardware-assisted breakpoints and watchpoints are supported in the DJGPP (that includes go32 as well, btw) and the MinGW32 builds. This is as of GDB 7.2. HTH