From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20525 invoked by alias); 9 Feb 2011 17:22:38 -0000 Received: (qmail 20514 invoked by uid 22791); 9 Feb 2011 17:22:37 -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,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from nm14.bullet.mail.ukl.yahoo.com (HELO nm14.bullet.mail.ukl.yahoo.com) (217.146.183.188) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Wed, 09 Feb 2011 17:22:32 +0000 Received: from [217.146.183.208] by nm14.bullet.mail.ukl.yahoo.com with NNFMP; 09 Feb 2011 17:22:29 -0000 Received: from [217.146.183.179] by tm1.bullet.mail.ukl.yahoo.com with NNFMP; 09 Feb 2011 17:22:29 -0000 Received: from [127.0.0.1] by omp1020.mail.ukl.yahoo.com with NNFMP; 09 Feb 2011 17:22:29 -0000 Received: (qmail 65279 invoked by uid 60001); 9 Feb 2011 17:22:29 -0000 Message-ID: <288763.62154.qm@web27202.mail.ukl.yahoo.com> Received: from [144.254.94.132] by web27202.mail.ukl.yahoo.com via HTTP; Wed, 09 Feb 2011 17:22:29 GMT Date: Wed, 09 Feb 2011 17:22:00 -0000 From: Salvatore Lionetti Subject: [gdb] Z-packet on 7.2 To: gdb@sourceware.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 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/msg00051.txt.bz2 Hi, =46rom 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 memo= ry 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