This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH/RFA] arm-netbsdelf cross-debugging fixes


On Tue, Sep 03, 2002 at 08:23:01PM +0100, Richard Earnshaw wrote:

 > Hmm, evil thought.  If I said 'no' then perhaps you'd have to go 
 > multi-arch the solib code....
 > 
 > No, couldn't be that mean :-)

I'm happy to try and do that at some point ... but not right now :-)
(I'd like to get this fixed up for 5.3, and won't have much time for
any major GDB projects until after the upcoming Intel Developer Forum,
at the very least...)

 > > 	* Split a 26-bit R15 into PC and a 32-bit-format PSR.
 > > 
 > > 	* Take a PC and a 32-bit-format PSR and combine them back
 > > 	  into a 26-bit R15.
 > 
 > This is going to conflict horribly with my WIP for using cooked registers. 
 >  Is there any chance it can be separated out, or made less invasive?

I can put it in armnbsd-tdep.c and make it static, if you want.  I only
put it in the generic arm-tdep.c because it seemed like a function of
general utility.

Would that be okay?

 > Yep, that would be a good move, but it would be easier to say yes if it 
 > were a separate patch.

Ok, I'll move the 26bit_r15 stuff into a different file, and submit this
patch again separately.

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]