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: Live Range Splitting goodbye?


On 21 Jun 2002, Jim Blandy wrote:

> 
> Would anyone mind if I deleted the support for live range splitting?
> That would remove the following fields from struct symbol, get rid of
> a weird call to read_pc in symtab.c (!!), and a bunch of other stuff.

I asked a few months ago, and no one ever answered when I asked.

> 
> I believe the GCC code which would emit the sorts of STABS that turn
> into these structures has never been contributed to the public sources
> anyway.
Correct.

> 
> struct symbol
>   {
>     ...
> 
>     /* Link to a list of aliases for this symbol.
>        Only a "primary/main symbol may have aliases.  */
>     struct alias_list *aliases;
> 
>     /* List of ranges where this symbol is active.  This is only
>        used by alias symbols at the current time.  */
>     struct range_list *ranges;
>   };
> 
> 


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