Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dthread.c517 char *saved_cmd; in thread_apply_all_command() local
530 saved_cmd = xstrdup (cmd); in thread_apply_all_command()
531 saved_cmd_cleanup_chain = make_cleanup (xfree, (void *) saved_cmd); in thread_apply_all_command()
539 strcpy (cmd, saved_cmd); /* Restore exact command used previously */ in thread_apply_all_command()
553 char *saved_cmd; in thread_apply_command() local
567 saved_cmd = xstrdup (cmd); in thread_apply_command()
568 saved_cmd_cleanup_chain = make_cleanup (xfree, (void *) saved_cmd); in thread_apply_command()
610 strcpy (cmd, saved_cmd); /* Restore exact command used previously */ in thread_apply_command()