This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [1/3] [PATCH] value_optimized_out and value_fetch_lazy
- From: "Andrew Burgess" <aburgess at broadcom dot com>
- To: "gdb-patches at sourceware dot org" <gdb-patches at sourceware dot org>
- Cc: "Pedro Alves" <palves at redhat dot com>
- Date: Thu, 4 Jul 2013 10:51:27 +0100
- Subject: Re: [1/3] [PATCH] value_optimized_out and value_fetch_lazy
- References: <51B5A95F dot 7090400 at broadcom dot com> <51C1D347 dot 3020906 at redhat dot com> <51D1C519 dot 3090001 at broadcom dot com> <51D47081 dot 7080300 at redhat dot com>
On 03/07/2013 7:42 PM, Pedro Alves wrote:
> On 07/01/2013 07:06 PM, Andrew Burgess wrote:
>
>> 2013-07-01 Andrew Burgess <aburgess@broadcom.com>
>>
>> * valops.c (value_fetch_lazy): Moved to value.c.
>> * value.c (value_fetch_lazy): Moved from valops.c.
>
> This is OK, but should mention the "user-regs.h" include
> move too.
Applied with the following changelog entry:
gdb/ChangeLog
2013-07-04 Andrew Burgess <aburgess@broadcom.com>
* valops.c: Don't include "user-regs.h".
(value_fetch_lazy): Moved to value.c.
* value.c: Include "user-regs.h".
(value_fetch_lazy): Moved from valops.c.
Thanks,
Andrew