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] PR python/12438


>>>>> "Phil" == Phil Muldoon <pmuldoon@redhat.com> writes:

Phil> I was adding the new commands to the old list.  So you were quite
Phil> right.  Sorry about that ;)

No problem.

I think this change should have a NEWS entry -- both to document that
the default changed and to mention the new commands.

Phil> +struct cmd_list_element *maint_set_python_list;
Phil> +struct cmd_list_element *maint_show_python_list;
Phil> +
Phil> +/* Lists for 'set python' commands.  */
Phil> +
Phil> +struct cmd_list_element *user_set_python_list;
Phil> +struct cmd_list_element *user_show_python_list;
 
These can all be static.

Code bits ok with that change.

Tom


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