From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22196 invoked by alias); 10 Feb 2012 13:30:02 -0000 Received: (qmail 22101 invoked by uid 22791); 10 Feb 2012 13:30:01 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 10 Feb 2012 13:29:48 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1RvqXr-0005P9-Dc from Yao_Qi@mentor.com ; Fri, 10 Feb 2012 05:29:47 -0800 Received: from SVR-ORW-FEM-04.mgc.mentorg.com ([147.34.97.41]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 10 Feb 2012 05:29:35 -0800 Received: from [127.0.0.1] (147.34.91.1) by svr-orw-fem-04.mgc.mentorg.com (147.34.97.41) with Microsoft SMTP Server id 14.1.289.1; Fri, 10 Feb 2012 05:29:46 -0800 Message-ID: <4F351BC1.9080601@codesourcery.com> Date: Fri, 10 Feb 2012 13:30:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:9.0) Gecko/20111220 Thunderbird/9.0 MIME-Version: 1.0 To: Pedro Alves CC: Subject: Re: [patch 5/8] Doc for agent References: <4F1D55D7.7030506@codesourcery.com> <4F1D678B.2040705@codesourcery.com> <4F34248A.8070706@redhat.com> In-Reply-To: <4F34248A.8070706@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit 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: 2012-02/txt/msg00184.txt.bz2 On 02/10/2012 03:54 AM, Pedro Alves wrote: > Some things, like the new target-side breakpoint conditions, and tracepoints, > use agent expressions as well, without having an agent loaded in the inferior. > Do you think it still makes sense to move the whole section considering that? No, I don't think it makes sense anymore, because agent expression is being used in non-agent cases. My patch should be updated as well. We can add a new chapter for "Agent", which is about how to control agent by commands, and leave original appendix GDB Agent Expression Mechanism there, with some minor changes, where needed. WDYT? -- Yao (齐尧)