From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13939 invoked by alias); 30 Sep 2003 15:34:56 -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 13929 invoked from network); 30 Sep 2003 15:34:55 -0000 Received: from unknown (HELO sadr.equallogic.com) (66.155.203.134) by sources.redhat.com with SMTP; 30 Sep 2003 15:34:55 -0000 Received: from sadr.equallogic.com (localhost.localdomain [127.0.0.1]) by sadr.equallogic.com (8.12.8/8.12.8) with ESMTP id h8UFYr4j006833 for ; Tue, 30 Sep 2003 11:34:54 -0400 Received: from deneb.dev.equallogic.com (deneb.dev.equallogic.com [172.16.1.99] (may be forged)) by sadr.equallogic.com (8.12.8/8.12.8) with ESMTP id h8UFYrZA006828; Tue, 30 Sep 2003 11:34:53 -0400 Received: from localhost.equallogic.com (localhost.localdomain [127.0.0.1]) by deneb.dev.equallogic.com (8.11.6/8.11.6) with ESMTP id h8UFYrY09640; Tue, 30 Sep 2003 11:34:53 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16249.41628.855183.792961@gargle.gargle.HOWL> Date: Tue, 30 Sep 2003 15:34:00 -0000 From: Paul Koning To: ac131313@redhat.com CC: gdb-patches@sources.redhat.com, LaPonsey Brian-ra4951 Subject: Re: mcore registers References: <15BB35FC418BD511868500D0B7B916B108A35018@zuk07exm02.sps.mot.com> <3F79974E.4070203@redhat.com> X-SW-Source: 2003-09/txt/msg00655.txt.bz2 >>>>> "Andrew" == Andrew Cagney writes: >> I had planned on eventually implementing the run-length encoding >> (using the '*' symbol). All of the non-existent registers just >> get reported as containing zeroes, so RLL would compress this >> consistently.... Andrew> Ok. Note that GDB doesn't run length encode. Curious... I turned it on (with gdb 5.3, x86 host, mips target) and it worked for me. Helps a lot, too. paul