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: [PATCH] Fix variable objects for references to pointers


Nick Roberts wrote:

> This is a RFA for the patch below to fix variable objects for references
> to pointers as previously discussed. ÂI've moved the changes into
> get_type_deref, as suggested by Vladimir, so that they appear in one
> rather than four places.
> 
> Currently get_type_deref dereferences once for a reference or a pointer. 
> All this patch does is dereference twice in the case of a references to a
> pointer.

Is there are testcase for this?

- Volodya


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