* thread.c (thread_apply_all_command): Save the command before executing it
authorChristopher Faylor <me+cygwin@cgf.cx>
Fri, 17 Nov 2000 03:49:41 +0000 (03:49 +0000)
committerChristopher Faylor <me+cygwin@cgf.cx>
Fri, 17 Nov 2000 03:49:41 +0000 (03:49 +0000)
commite35ce267f5838c87c6fdfaec396c2f2600c478c0
tree528936ef23c4158168d3c1aee84dea54289812dd
parent165cd47f5eabd61fc53c930450493378ac9f1a8c
* thread.c (thread_apply_all_command): Save the command before executing it
because it may be modified.  Restore the saved command so that the same command
is executed on next thread.
(thread_apply_command): Same correction.
gdb/ChangeLog
gdb/thread.c