From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19825 invoked by alias); 10 Feb 2011 11:12:57 -0000 Received: (qmail 19816 invoked by uid 22791); 10 Feb 2011 11:12:56 -0000 X-SWARE-Spam-Status: No, hits=0.7 required=5.0 tests=AWL,BAYES_50,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RFC_ABUSE_POST X-Spam-Check-By: sourceware.org Received: from nm7.bullet.mail.ukl.yahoo.com (HELO nm7.bullet.mail.ukl.yahoo.com) (217.146.182.248) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Thu, 10 Feb 2011 11:12:47 +0000 Received: from [217.146.183.184] by nm7.bullet.mail.ukl.yahoo.com with NNFMP; 10 Feb 2011 11:12:44 -0000 Received: from [217.146.183.170] by tm15.bullet.mail.ukl.yahoo.com with NNFMP; 10 Feb 2011 11:12:44 -0000 Received: from [127.0.0.1] by omp1011.mail.ukl.yahoo.com with NNFMP; 10 Feb 2011 11:12:44 -0000 Received: (qmail 87498 invoked by uid 60001); 10 Feb 2011 11:12:44 -0000 Message-ID: <123497.86802.qm@web27202.mail.ukl.yahoo.com> Received: from [144.254.94.132] by web27202.mail.ukl.yahoo.com via HTTP; Thu, 10 Feb 2011 11:12:43 GMT Date: Thu, 10 Feb 2011 11:12:00 -0000 From: Salvatore Lionetti Subject: Re: [gdb] Z-packet on 7.2 To: Michael Snyder Cc: "gdb@sourceware.org" In-Reply-To: <4D52D4B9.5020605@vmware.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable 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/msg00056.txt.bz2 Many thanks for the correct answer. In the meanwhile i've learned about the powerful command (gdb) maintenance packet 'Z0,0x...' Have a good day --- Mer 9/2/11, Michael Snyder ha scritto: > Da: Michael Snyder > Oggetto: Re: [gdb] Z-packet on 7.2 > A: "Salvatore Lionetti" > Cc: "gdb@sourceware.org" > Data: Mercoled=EC 9 febbraio 2011, 18:54 > Salvatore Lionetti wrote: > > Hi, > >=20 > > From gdb command line i issue the command: > > (gdb) set remote Z-packet on > >=20 > > 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. > >=20 > > What command should i give to force the usage of > 'Z-packet'? > > If no, where i should indicates the support of such > packets? > >=20 > > Have a good day > >=20 > >=20 > >=20 > >=20 >=20 > You're using the right command. >=20 > You won't expect any actual Z-packets to be sent until you > continue or step. >=20 >=20 >=20