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] Change enable_thread_stack_temporaries to an RAII class


>> +  bool stack_temporaries_enabled;

Simon> I think we can just removed this field, it seems to be unused.

Thanks for noticing this, I've removed it.

Simon> The "if (!tp->stack_temporaries.empty ())" here is now unnecessary.

I made this change as well.

Tom


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