Re: [Openocd-development] [PATCH] remove unneeded cfg_cmd_ctx

2008-07-17 Thread Øyvind Harboe
On Thu, Jul 17, 2008 at 1:24 AM, Charles Hardin <[EMAIL PROTECTED]> wrote: > There isn't a real value to the cfg_cmd_ctx since everything should > be run thru the initial context created at start. > > Just remove this - note this assumes the command_context_mode api is > present instead of just doi

[Openocd-development] [PATCH] remove unneeded cfg_cmd_ctx

2008-07-16 Thread Charles Hardin
There isn't a real value to the cfg_cmd_ctx since everything should be run thru the initial context created at start. Just remove this - note this assumes the command_context_mode api is present instead of just doing a context->mode = CONFIG_EXEC Index: src/openocd.c =