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: [1/2] Inspect extra signal information


> From: Pedro Alves <pedro@codesourcery.com>
> Date: Mon, 12 Jan 2009 18:52:06 +0000
> 
> 	* defs.h (enum lval_type): New value: lval_computed.
> 	* value.h (struct lval_funcs): New type.
> 	(allocate_computed_value, value_computed_funcs)
> 	(value_computed_closure): New declarations.
> 	* value.c (struct value): Add a structure to the location union
> 	for computed lvalues, containing 'funcs' and 'closure' members.
> 	(allocate_computed_value, value_computed_funcs)
> 	(value_computed_closure): New functions.

I think this introduces a general-purpose infrastructure that must be
documented in gdbint.texinfo.


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