This is the mail archive of the gdb-patches@sourceware.org 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: Enable x86 XML target descriptions


On 02/22/2010 02:07 PM, H.J. Lu wrote:
> 
> Oops. Wrong kernel source. The idea is the same. It is the CS.L bit
> for 64-bit mode. That is
> 
>   /* Value of CS register:
>      1. 64bit: 0x33.
>      2. 32bit: 0x23.
>    */
> 

That's not the CS.L bit; that's the selector value (which is currently
the only thing exported.)  The future extension should export the
descriptor information instead of relying on fixed values.

	-hpa


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