From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22131 invoked by alias); 24 Feb 2008 19:54:02 -0000 Received: (qmail 22114 invoked by uid 22791); 24 Feb 2008 19:54:00 -0000 X-Spam-Check-By: sourceware.org Received: from romy.inter.net.il (HELO romy.inter.net.il) (213.8.233.24) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 24 Feb 2008 19:53:34 +0000 Received: from HOME-C4E4A596F7 (IGLD-84-228-241-165.inter.net.il [84.228.241.165]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id KIJ21428 (AUTH halo1); Sun, 24 Feb 2008 21:53:10 +0200 (IST) Date: Sun, 24 Feb 2008 20:08:00 -0000 Message-Id: From: Eli Zaretskii To: Vladimir Prus CC: gdb-patches@sources.redhat.com In-reply-to: <200802241750.41264.vladimir@codesourcery.com> (message from Vladimir Prus on Sun, 24 Feb 2008 17:50:39 +0300) Subject: Re: [RFA] Try2: Ignore breakpoints when reading memory. Reply-to: Eli Zaretskii References: <200802241750.41264.vladimir@codesourcery.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: 2008-02/txt/msg00369.txt.bz2 > From: Vladimir Prus > Date: Sun, 24 Feb 2008 17:50:39 +0300 > > > This a second attempt at making gdb always ignore > any memory breakpoints that are inserted and show the original > memory content. What about documentation and NEWS? > +When this mode is off (which is default), all memory reads will return\n\ When this mode is off (the default), ... > +the disassemble command will show the breakpoint instructions."), the disassemble command will show inserted breakpoint instructions.