This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: mcore registers
>>>>> "Andrew" == Andrew Cagney <ac131313@redhat.com> 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