From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21809 invoked by alias); 1 Dec 2007 15:40:04 -0000 Received: (qmail 21800 invoked by uid 22791); 1 Dec 2007 15:40:03 -0000 X-Spam-Check-By: sourceware.org Received: from heller.inter.net.il (HELO heller.inter.net.il) (213.8.233.23) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 01 Dec 2007 15:39:57 +0000 Received: from HOME-C4E4A596F7 (IGLD-84-228-243-91.inter.net.il [84.228.243.91]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id EGJ87351 (AUTH halo1); Sat, 1 Dec 2007 17:39:50 +0200 (IST) Date: Sat, 01 Dec 2007 15:40:00 -0000 Message-Id: From: Eli Zaretskii To: Daniel Jacobowitz CC: vladimir@codesourcery.com, gdb-patches@sources.redhat.com In-reply-to: <20071201152755.GA13982@caradoc.them.org> (message from Daniel Jacobowitz on Sat, 1 Dec 2007 10:27:55 -0500) Subject: Re: [RFA] Report watchpoints hits for 'debug infrun'. Reply-to: Eli Zaretskii References: <200712011409.02441.vladimir@codesourcery.com> <20071201152755.GA13982@caradoc.them.org> 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: 2007-12/txt/msg00012.txt.bz2 > Date: Sat, 1 Dec 2007 10:27:55 -0500 > From: Daniel Jacobowitz > Cc: gdb-patches@sources.redhat.com > > BTW, the call to target_stopped_data_address is missing from this > patch. It's going to use addr uninitialized. Right, and I'd also guard the use of that address by something, because some targets don't support that (we don't want to print garbage in those cases, do we?).