Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/mi/
H A Dmi-main.c86 static char *previous_async_command; variable
214 if (previous_async_command) in mi_cmd_exec_interrupt()
215 last_async_command = xstrdup (previous_async_command); in mi_cmd_exec_interrupt()
216 xfree (previous_async_command); in mi_cmd_exec_interrupt()
217 previous_async_command = NULL; in mi_cmd_exec_interrupt()
1216 if (!previous_async_command) in mi_cmd_execute()
1217 previous_async_command = xstrdup (last_async_command); in mi_cmd_execute()
H A DChangeLog-1999-20031127 sure previous_async_command is not null before duplicating it into
1540 token in previous_async_command. If the command is not 'interrupt'