From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26314 invoked by alias); 15 Aug 2007 18:39:01 -0000 Received: (qmail 26205 invoked by uid 22791); 15 Aug 2007 18:39:01 -0000 X-Spam-Check-By: sourceware.org Received: from smtp.taloyhtioverkot.fi (HELO smtp.taloyhtioverkot.fi) (212.16.101.161) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 15 Aug 2007 18:38:53 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.taloyhtioverkot.fi (Postfix) with ESMTP id B06553EC192 for ; Wed, 15 Aug 2007 21:43:39 +0300 (EEST) Received: from smtp.taloyhtioverkot.fi ([127.0.0.1]) by localhost (smtp.taloyhtioverkot.fi [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1276j9-yBEgU for ; Wed, 15 Aug 2007 21:43:37 +0300 (EEST) Received: from [192.168.0.103] (adsl-212-16-102-13.taloyhtioverkot.fi [212.16.102.13]) by smtp.taloyhtioverkot.fi (Postfix) with ESMTP id 3B78B3EC18B for ; Wed, 15 Aug 2007 21:43:37 +0300 (EEST) Message-ID: <46C34837.1070602@netsonic.fi> Date: Wed, 15 Aug 2007 18:39:00 -0000 From: Claus Baumgartner User-Agent: Thunderbird 1.5.0.12 (X11/20070719) MIME-Version: 1.0 To: gdb@sourceware.org Subject: gdbserver i386_linux hardware watchpoints in a multi threaded application 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: 2007-08/txt/msg00125.txt.bz2 Hi, I implemented the hardware watchpoints for the i386 linux target in the gdbserver and it works fine in the same thread where the watchpoint has been assigned. I would like to use gdb and gdb server to debug memory locations overwritten by other threads and this is where gdb fails. Is there any work in progress regarding this? Where should I start if I want to make it work? Thanks, Claus