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: [RFA/RFC] Restore old handling of multi-register variables


> > gdb/ChangeLog:
> > 
> >         * value.h (read_frame_register_value): Add declaration.
> >         * findvar.c (read_frame_register_value): New function.
> >         (value_from_register): Use read_frame_register_value
> >         instead of get_frame_register_value + value_contents_copy
> >         to get value contents.
> > 
> > Tested on AVR using AdaCore's testsuite. Tested on x86_64-linux
> > using the official testsuite.
>
> Looks good to me.

Thanks! Checked in.

-- 
Joel


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