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 rfc] Eliminate frame->frame


Hello,

This eliminates frame->frame (which contained redundant information also found in frame->id.base).

All code manipulating ->frame should instead be using:

get_frame_base()
get_frame_id()
get_frame_{base,args,locals}_addr()
deprecated_update_frame_base_hack()

So after this is committed, any remaining tweaks are pretty obvious.

I'll leave this for a few days, take a deep breath, and then commit.

This is now in ......................


Andrew



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