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 22/22] Convert dwarf_expr_context_funcs to methods


On 10/09/2016 08:11 PM, Pedro Alves wrote:
> On 09/27/2016 05:08 AM, Tom Tromey wrote:
>> This patch converts the function pointers in dwarf_expr_context_funcs
>> into methods on dwarf_expr_context, and then updates the various
>> implementations and callers to follow.
>>
>> NB this patch uses "override" (which caught a couple of renaming bugs
>> during development) -- but this is C++11, so this patch at least has
>> to wait for Pedro's patch that adds the OVERRIDE macro.
> 
> We can pull that bit in now, or remove the "override".  No need to hold
> this patch back.

I remembered that I had proposed on the gcc list a while ago to
move their OVERRIDE/FINAL macros to ansidecl.h instead, so we
could share it.  I'm testing a patch that does that.

Thanks,
Pedro Alves


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