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]

Re: 8 bit read



On Thu, 26 Jul 2001, Kevin Buettner wrote:

> I think if you review the mailing list archives, you'll find that more
> than one person has suggested turning CORE_ADDR into a struct.

Yes, I remember.

> What would such a struct look like?  Maybe something like this:
> 
>     struct core_addr
>       {
>         bfd_vma addr;		/* what we have now...  */
> 	int addr_space;		/* address space selector */
> 				/* maybe this should be an enum?  */
>       };
>     typedef struct core_addr CORE_ADDR;

If I see any practical plans to switch to such a representation, I'd sure 
hold my breath ;-)


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