[1/3] [PATCH] value_optimized_out and value_fetch_lazy

Andrew Burgess aburgess@broadcom.com
Thu Jul 4 09:51:00 GMT 2013


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



More information about the Gdb-patches mailing list