Searched refs:previous_async_command (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/mi/
H A Dmi-main.c86 static char *previous_async_command; variable
227 if (previous_async_command)
228 last_async_command = xstrdup (previous_async_command);
229 xfree (previous_async_command);
230 previous_async_command = NULL;
1255 we copy the token (previous_async_command), if this was
1263 if (!previous_async_command)
1264 previous_async_command = xstrdup (last_async_command);

Completed in 87 milliseconds