From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: [rfc] Re: read_register_bytes() bug; was my Regcache revamp Date: Sat, 18 Aug 2001 14:04:00 -0000 Message-id: <3B7ED838.70607@cygnus.com> References: <3B7EAF09.4010801@cygnus.com> X-SW-Source: 2001-08/msg00220.html > I think the ``real bug'' is that the updated read_register_bytes() can > leave part of the buffer undefined. I'm thinking of either changing > things to: > > o initializing the gaps from > the regcache (restoring old > behavour) The attached patch implements this. Thoughts? Andrew