From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22565 invoked by alias); 9 Feb 2011 17:54:09 -0000 Received: (qmail 22527 invoked by uid 22791); 9 Feb 2011 17:54:08 -0000 X-SWARE-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-outbound-2.vmware.com (HELO smtp-outbound-2.vmware.com) (65.115.85.73) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 09 Feb 2011 17:54:04 +0000 Received: from mailhost3.vmware.com (mailhost3.vmware.com [10.16.27.45]) by smtp-outbound-2.vmware.com (Postfix) with ESMTP id 07FFF4A00B; Wed, 9 Feb 2011 09:54:02 -0800 (PST) Received: from msnyder-server.eng.vmware.com (promd-2s-dhcp138.eng.vmware.com [10.20.124.138]) by mailhost3.vmware.com (Postfix) with ESMTP id F1540CD944; Wed, 9 Feb 2011 09:54:01 -0800 (PST) Message-ID: <4D52D4B9.5020605@vmware.com> Date: Wed, 09 Feb 2011 17:54:00 -0000 From: Michael Snyder User-Agent: Thunderbird 2.0.0.24 (X11/20101201) MIME-Version: 1.0 To: Salvatore Lionetti CC: "gdb@sourceware.org" Subject: Re: [gdb] Z-packet on 7.2 References: <288763.62154.qm@web27202.mail.ukl.yahoo.com> In-Reply-To: <288763.62154.qm@web27202.mail.ukl.yahoo.com> Content-Type: text/plain; charset=UTF-8; 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: 2011-02/txt/msg00052.txt.bz2 Salvatore Lionetti wrote: > Hi, > > From gdb command line i issue the command: > (gdb) set remote Z-packet on > > And on target i see onlu 'm3cb08,4' packet and no more. > Actually memory reading is forced to return 0, since accessing to some memory region cause problem to the target server. > > What command should i give to force the usage of 'Z-packet'? > If no, where i should indicates the support of such packets? > > Have a good day > > > > You're using the right command. You won't expect any actual Z-packets to be sent until you continue or step.