From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31677 invoked by alias); 3 Nov 2013 16:48:40 -0000 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 Received: (qmail 31668 invoked by uid 89); 3 Nov 2013 16:48:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,RDNS_NONE,SPF_SOFTFAIL,URIBL_BLOCKED autolearn=no version=3.3.2 X-HELO: mtaout20.012.net.il Received: from Unknown (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 03 Nov 2013 16:48:37 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MVP00700589ZN00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Sun, 03 Nov 2013 18:48:00 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MVP007HZ5C0QZ90@a-mtaout20.012.net.il>; Sun, 03 Nov 2013 18:48:00 +0200 (IST) Date: Sun, 03 Nov 2013 16:48:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH 07/10] Associate target_dcache to address_space. In-reply-to: <1383458049-20893-8-git-send-email-yao@codesourcery.com> To: Yao Qi Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83mwlla0ue.fsf@gnu.org> References: <1383458049-20893-1-git-send-email-yao@codesourcery.com> <1383458049-20893-8-git-send-email-yao@codesourcery.com> X-IsSubscribed: yes X-SW-Source: 2013-11/txt/msg00042.txt.bz2 > From: Yao Qi > Date: Sun, 3 Nov 2013 13:54:07 +0800 > > 2013-11-02 Yao Qi > > * gdb.texinfo (Caching Target Data): Update doc for > per-address-space dcache. This part is approved, provided you fix the gotcha pointed out below. > @value{GDBN} caches data exchanged between the debugger and a target. > +Each cache is associated with the address space of the inferior. See > +@ref{Inferiors and Programs} about inferior and address space. Please use "@xref" instead of "See @ref" at the beginning of a sentence. Thanks.