From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4853 invoked by alias); 12 Jun 2012 00:15:43 -0000 Received: (qmail 4836 invoked by uid 22791); 12 Jun 2012 00:15:38 -0000 X-SWARE-Spam-Status: No, hits=-3.6 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL 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; Tue, 12 Jun 2012 00:15:26 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1SeElZ-0000bm-J1 from Hui_Zhu@mentor.com for gdb@sourceware.org; Mon, 11 Jun 2012 17:15:25 -0700 Received: from SVR-ORW-FEM-02.mgc.mentorg.com ([147.34.96.206]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Mon, 11 Jun 2012 17:15:25 -0700 Received: from [127.0.0.1] (147.34.91.1) by svr-orw-fem-02.mgc.mentorg.com (147.34.96.168) with Microsoft SMTP Server id 14.1.289.1; Mon, 11 Jun 2012 17:15:24 -0700 Message-ID: <4FD68A1A.2040600@mentor.com> Date: Tue, 12 Jun 2012 00:15:00 -0000 From: Hui Zhu User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120530 Thunderbird/13.0 MIME-Version: 1.0 To: "gdb@sourceware.org" Subject: What about add new commands "maintenance agent-breakpoint id expression" and "maintenance agent-eval-breakpoint id expression" Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2012-06/txt/msg00053.txt.bz2 Hi guys, The "maintenance agent" and "maintenance agent-eval" are for translate an expression into remote agent bytecode. Both of them got address info from frame. But when we use tracepoint or breakpoint with agent code, this address is from tracepoint or breakpoint. What about add new commands "maintenance agent-breakpoint id expression" and "maintenance agent-eval-breakpoint id expression"? Then we can get the agent code for breakpoint or tracepoint directly. Thanks, Hui