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: [PATCHv2 1/2] gdb: Split func_command into two parts.


On 05/21/2018 04:27 PM, Andrew Burgess wrote:

> As the structure was so small, and only used in that one function, I
> moved the structure into the function entirely (and added an updated
> comment to both the structure, and the function).  I had a little look
> through GDB and there are a few other cases of structures declared
> within a function, so hopefully this is OK.  Let me know if you'd
> rather see this moved back out again.

This is fine with me as is.  Feel free to push it in immediately
to get it out of the way.

Thanks,
Pedro Alves


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