From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31285 invoked by alias); 20 Mar 2008 17:35:59 -0000 Received: (qmail 31263 invoked by uid 22791); 20 Mar 2008 17:35:58 -0000 X-Spam-Check-By: sourceware.org Received: from smtp1.dnsmadeeasy.com (HELO smtp1.dnsmadeeasy.com) (205.234.170.144) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 20 Mar 2008 17:35:34 +0000 Received: from smtp1.dnsmadeeasy.com (localhost [127.0.0.1]) by smtp1.dnsmadeeasy.com (Postfix) with ESMTP id D3B9231602F; Thu, 20 Mar 2008 17:35:39 +0000 (UTC) X-Authenticated-Name: js.dnsmadeeasy X-Transit-System: In case of SPAM please contact abuse@dnsmadeeasy.com Received: from avtrex.com (unknown [67.116.42.147]) by smtp1.dnsmadeeasy.com (Postfix) with ESMTP; Thu, 20 Mar 2008 17:35:39 +0000 (UTC) Received: from dl2.hq2.avtrex.com ([192.168.7.26]) by avtrex.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 20 Mar 2008 10:35:26 -0700 Message-ID: <47E2A05D.8040104@avtrex.com> Date: Thu, 20 Mar 2008 18:07:00 -0000 From: David Daney User-Agent: Thunderbird 2.0.0.12 (X11/20080226) MIME-Version: 1.0 To: Paul Koning Cc: gdb@sourceware.org Subject: Re: Hardware watchpoint support for MIPS? References: <47E28F5F.3010209@avtrex.com> <18402.40355.699459.116801@gargle.gargle.HOWL> In-Reply-To: <18402.40355.699459.116801@gargle.gargle.HOWL> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-03/txt/msg00181.txt.bz2 Paul Koning wrote: >>>>>> "David" == David Daney writes: > > David> GDB has had support for i386 debug registers on linux for > David> quite some time now. > > David> I was wondering if anyone has worked on similar support for > David> the hardware debug support available in some MIPS processors? > > Yes, I have it on MIPS/sb1. > Great! Could you be more specific? Like where are the kernel patches to expose the debugs registers to ptrace and the gdb patches to take advantage of them? David Daney