From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10850 invoked by alias); 24 Jan 2018 21:01:03 -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 10788 invoked by uid 89); 24 Jan 2018 21:01:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:328, D*ca X-HELO: mail-qt0-f176.google.com Received: from mail-qt0-f176.google.com (HELO mail-qt0-f176.google.com) (209.85.216.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 24 Jan 2018 21:01:01 +0000 Received: by mail-qt0-f176.google.com with SMTP id x27so13952471qtm.12 for ; Wed, 24 Jan 2018 13:01:01 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=nknQRHVcIwtXOiRxLZvvqupH3ICe+2hMc/cl5n/2hWA=; b=sinwV6YjyxcQAqgwC25ezg6cT1mnDVd+2ecyKlkCqX2+j/83JIjjkXk9JKOKAMJfRi /WflWTxvsmdnXQAbzHOYFcxBxpYZkHR6/5VWJ8lob8ZgS7f8JupCnfg1OTb2WtSM9npe TWZf5cs5S1OfKFl6S3KIwCIwnsmNwhBbrR5ul/hKK19yU99Qi195GQc4M+HtzZDhMppD fmIPudt8w7nBWdw9VOwFOuLH1xLUbX7RlipE4FCqpHNxKwXIjYSdsy9Oi5iJIM8mkW/Z XiZCJNESIyWH08JxU+iA33o7ypeD0wK82EKeHVCeFqP7k70piMcVK+6mzdT7l4AbBRVY RTMA== X-Gm-Message-State: AKwxyteNKgesLAKX2APoyEiRyi0+XxjxggFDJbJsUwn7FZSDVCsi+5S5 524sP0JETWOohDptwIgSG7+XgU98i3HQzh+hJeA= X-Google-Smtp-Source: AH8x226xYz86OOx6Lq6cRIdyfeLmBmsKGIf/ScTH/6ojTFukbjNGZ/fIzcyN/J1AnZuJcsMqH8aacI6K2zbKQKiEnZs= X-Received: by 10.55.20.85 with SMTP id e82mr12061890qkh.100.1516827660055; Wed, 24 Jan 2018 13:01:00 -0800 (PST) MIME-Version: 1.0 Received: by 10.12.153.232 with HTTP; Wed, 24 Jan 2018 13:00:59 -0800 (PST) In-Reply-To: References: <1512125286-29788-1-git-send-email-yao.qi@linaro.org> <1512125286-29788-11-git-send-email-yao.qi@linaro.org> From: Yao Qi Date: Wed, 24 Jan 2018 21:01:00 -0000 Message-ID: Subject: Re: [PATCH 10/15] Class regcache_readonly To: Simon Marchi Cc: Simon Marchi , GDB Patches Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2018-01/txt/msg00492.txt.bz2 On Wed, Jan 24, 2018 at 6:00 PM, Simon Marchi wro= te: > > In this context readonly =3D=3D detached, but aren't we going to want rea= donly > attached regcaches at some point? If so, there will be a clash. > OK, I'll use readonly_detached_regcache. --=20 Yao (=E9=BD=90=E5=B0=A7)