From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7672 invoked by alias); 30 Sep 2003 15:22:45 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 7665 invoked from network); 30 Sep 2003 15:22:43 -0000 Received: from unknown (HELO motgate5.mot.com) (144.189.100.105) by sources.redhat.com with SMTP; 30 Sep 2003 15:22:43 -0000 Received: from az33exr01.mot.com (az33exr01.mot.com [10.64.251.231]) by motgate5.mot.com (Motorola/Motgate5) with ESMTP id h8UFMgiN026993 for ; Tue, 30 Sep 2003 08:22:43 -0700 (MST) Received: from zuk07exm02.sps.mot.com (zuk07exm02.sps.mot.com [10.137.5.246]) by az33exr01.mot.com (Motorola/az33exr01) with ESMTP id h8UFM8J1023817 for ; Tue, 30 Sep 2003 10:22:08 -0500 Received: by zuk07exm02.sps.mot.com with Internet Mail Service (5.5.2657.2) id ; Tue, 30 Sep 2003 16:22:24 +0100 Message-ID: <15BB35FC418BD511868500D0B7B916B108A3501B@zuk07exm02.sps.mot.com> From: LaPonsey Brian-ra4951 To: Cc: gdb-patches@sources.redhat.com Subject: RE: mcore registers Date: Tue, 30 Sep 2003 15:22:00 -0000 MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2003-09/txt/msg00654.txt.bz2 > Ok. Note that GDB doesn't run length encode. Instead it Oh. I was depending on the manual being right - I didn't know the RLE feature was non-functional. You just saved me having to find that out the hard way. > tries to use > the "P" packet. If not already, also look at the "T..." response to > things like continue. Right, I could recode the T packet responses so that they don't just cycle through all the regs. The reg number is encoded in there, so I could skip over the non-existent ones. Not familiar with the P packet. Back to the fine manual. Brian