This is the mail archive of the gdb@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: set architecture for MPC8xx


ok.
I thought I only need such stub for remote debugging.
Where can I found this stub?
or do I have to implement one?

Jan

-----Original Message-----
From: Steven Johnson [mailto:sjohnson@neurizon.net]
Sent: Wednesday, November 10, 2004 11:12 PM
To: Schneider, Jan (GE51)
Cc: 'gdb@sources.redhat.com'
Subject: Re: set architecture for MPC8xx


Your target stub needs to support the "Architecture" otherwise it wont 
know how to set or get the values of the registers.

If the target stub only reports/handles registers for the "generic" 
architecture, you will need to change it to handle all of the other 
registers.

Steven

Schneider, Jan (GE51) wrote:

>Hello,
>
>I have tried the "set architecture" command for the powerpc MPC8xx. After
>this I see a lot of new registers.
>But for me it seems that these registers aren't really taking effects after
>changing their values.
>I found them in rs6000-tdep.c.
>
>Is there a way to use these additional registers sensible?
>
>thanks
>
>
>  
>


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