* [PATCH] free_all_values in MI
@ 2007-01-23 7:36 Nick Roberts
2007-01-23 13:04 ` Daniel Jacobowitz
0 siblings, 1 reply; 2+ messages in thread
From: Nick Roberts @ 2007-01-23 7:36 UTC (permalink / raw)
To: gdb-patches
Currently, in MI, free_all_values only really gets called via the asynchronous
commands from execute_command. This patch ensures that it is called more
often, and more reliably (the asynchronous commands might one day be
implemented directly without use of execute_command).
--
Nick http://www.inet.net.nz/~nickrob
2007-01-23 Nick Roberts <nickrob@snap.net.nz>
* mi/mi-main.c: Call free_all_values.
*** mi-main.c 23 Jan 2007 20:20:12 +1300 1.90
--- mi-main.c 23 Jan 2007 20:21:56 +1300
*************** mi_execute_command (char *cmd, int from_
*** 1191,1196 ****
--- 1191,1198 ----
static enum mi_cmd_result
mi_cmd_execute (struct mi_parse *parse)
{
+ free_all_values ();
+
if (parse->cmd->argv_func != NULL
|| parse->cmd->args_func != NULL)
{
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH] free_all_values in MI
2007-01-23 7:36 [PATCH] free_all_values in MI Nick Roberts
@ 2007-01-23 13:04 ` Daniel Jacobowitz
0 siblings, 0 replies; 2+ messages in thread
From: Daniel Jacobowitz @ 2007-01-23 13:04 UTC (permalink / raw)
To: Nick Roberts; +Cc: gdb-patches
On Tue, Jan 23, 2007 at 08:35:56PM +1300, Nick Roberts wrote:
>
> Currently, in MI, free_all_values only really gets called via the asynchronous
> commands from execute_command. This patch ensures that it is called more
> often, and more reliably (the asynchronous commands might one day be
> implemented directly without use of execute_command).
OK, thanks.
--
Daniel Jacobowitz
CodeSourcery
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-01-23 13:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-23 7:36 [PATCH] free_all_values in MI Nick Roberts
2007-01-23 13:04 ` Daniel Jacobowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox