binutils-gdb/gdb/testsuite/gdb.threads
Pedro Alves 4ec7020176 Remove superfluous semicolons from testsuite throughout.
A few months ago semicolons after "return" were removed throughout the
testsuite.  However, as I pointed out in review, they're unnecessary
not just after "return", but pretty much after any tcl command.  ';'
is the command separator, and you only need it if there's another
command on the same line afterwards.

This patch was written by running:

 $ find . -name "*.exp" | xargs grep -l ";\s*$" | xargs sed -i 's/\([^#][^\s*;]*\)\s*;\s*$/\1/'

and then undoing changes to comments, and lib/future.exp.

Tested on x86_64 Fedora 17.

gdb/testsuite/
2013-06-07  Pedro Alves  <palves@redhat.com>

	* boards/native-extended-gdbserver.exp: Remove semicolon.
	* config/arm-ice.exp: Likewise.
	* config/bfin.exp: Likewise.
	* config/cygmon.exp: Likewise.
	* config/h8300.exp: Likewise.
	* config/monitor.exp: Likewise.
	* config/sid.exp: Likewise.
	* config/sim.exp: Likewise.
	* config/slite.exp: Likewise.
	* config/vx.exp: Likewise.
	* gdb.arch/i386-bp_permanent.exp: Likewise.
	* gdb.asm/asm-source.exp: Likewise.
	* gdb.base/args.exp: Likewise.
	* gdb.base/attach-pie-misread.exp: Likewise.
	* gdb.base/auxv.exp: Likewise.
	* gdb.base/bigcore.exp: Likewise.
	* gdb.base/bitfields2.exp: Likewise.
	* gdb.base/bitfields.exp: Likewise.
	* gdb.base/break.exp: Likewise.
	* gdb.base/break-interp.exp: Likewise.
	* gdb.base/callfuncs.exp: Likewise.
	* gdb.base/call-sc.exp: Likewise.
	* gdb.base/commands.exp: Likewise.
	* gdb.base/corefile.exp: Likewise.
	* gdb.base/dbx.exp: Likewise.
	* gdb.base/ending-run.exp: Likewise.
	* gdb.base/exprs.exp: Likewise.
	* gdb.base/funcargs.exp: Likewise.
	* gdb.base/hbreak2.exp: Likewise.
	* gdb.base/huge.exp: Likewise.
	* gdb.base/list.exp: Likewise.
	* gdb.base/memattr.exp: Likewise.
	* gdb.base/overlays.exp: Likewise.
	* gdb.base/printcmds.exp: Likewise.
	* gdb.base/recurse.exp: Likewise.
	* gdb.base/remotetimeout.exp: Likewise.
	* gdb.base/reread.exp: Likewise.
	* gdb.base/savedregs.exp: Likewise.
	* gdb.base/scope.exp: Likewise.
	* gdb.base/sepdebug.exp: Likewise.
	* gdb.base/setshow.exp: Likewise.
	* gdb.base/setvar.exp: Likewise.
	* gdb.base/sigaltstack.exp: Likewise.
	* gdb.base/siginfo-addr.exp: Likewise.
	* gdb.base/siginfo.exp: Likewise.
	* gdb.base/siginfo-obj.exp: Likewise.
	* gdb.base/sigrepeat.exp: Likewise.
	* gdb.base/sigstep.exp: Likewise.
	* gdb.base/structs.exp: Likewise.
	* gdb.base/testenv.exp: Likewise.
	* gdb.base/twice.exp: Likewise.
	* gdb.base/valgrind-db-attach.exp: Likewise.
	* gdb.base/valgrind-infcall.exp: Likewise.
	* gdb.base/varargs.exp: Likewise.
	* gdb.base/watchpoint.exp: Likewise.
	* gdb.cp/gdb1355.exp: Likewise.
	* gdb.cp/misc.exp: Likewise.
	* gdb.disasm/hppa.exp: Likewise.
	* gdb.disasm/t01_mov.exp: Likewise.
	* gdb.disasm/t02_mova.exp: Likewise.
	* gdb.disasm/t03_add.exp: Likewise.
	* gdb.disasm/t04_sub.exp: Likewise.
	* gdb.disasm/t05_cmp.exp: Likewise.
	* gdb.disasm/t06_ari2.exp: Likewise.
	* gdb.disasm/t07_ari3.exp: Likewise.
	* gdb.disasm/t08_or.exp: Likewise.
	* gdb.disasm/t09_xor.exp: Likewise.
	* gdb.disasm/t10_and.exp: Likewise.
	* gdb.disasm/t11_logs.exp: Likewise.
	* gdb.disasm/t12_bit.exp: Likewise.
	* gdb.disasm/t13_otr.exp: Likewise.
	* gdb.gdb/selftest.exp: Likewise.
	* gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
	* gdb.mi/mi-reverse.exp: Likewise.
	* gdb.pascal/floats.exp: Likewise.
	* gdb.python/py-inferior.exp: Likewise.
	* gdb.threads/attach-into-signal.exp: Likewise.
	* gdb.threads/pthreads.exp: Likewise.
	* gdb.threads/thread_events.exp: Likewise.
	* gdb.threads/watchthreads.exp: Likewise.
	* gdb.trace/actions-changed.exp: Likewise.
	* gdb.trace/actions.exp: Likewise.
	* gdb.trace/ax.exp: Likewise.
	* gdb.trace/backtrace.exp: Likewise.
	* gdb.trace/change-loc.exp: Likewise.
	* gdb.trace/deltrace.exp: Likewise.
	* gdb.trace/disconnected-tracing.exp: Likewise.
	* gdb.trace/ftrace.exp: Likewise.
	* gdb.trace/infotrace.exp: Likewise.
	* gdb.trace/passc-dyn.exp: Likewise.
	* gdb.trace/passcount.exp: Likewise.
	* gdb.trace/pending.exp: Likewise.
	* gdb.trace/qtro.exp: Likewise.
	* gdb.trace/range-stepping.exp: Likewise.
	* gdb.trace/report.exp: Likewise.
	* gdb.trace/save-trace.exp: Likewise.
	* gdb.trace/status-stop.exp: Likewise.
	* gdb.trace/strace.exp: Likewise.
	* gdb.trace/tfile.exp: Likewise.
	* gdb.trace/tfind.exp: Likewise.
	* gdb.trace/trace-break.exp: Likewise.
	* gdb.trace/tracecmd.exp: Likewise.
	* gdb.trace/trace-mt.exp: Likewise.
	* gdb.trace/tspeed.exp: Likewise.
	* gdb.trace/tsv.exp: Likewise.
	* gdb.trace/while-stepping.exp: Likewise.
	* lib/gdb.exp: Likewise.
	* lib/gdbserver-support.exp: Likewise.
	* lib/java.exp: Likewise.
	* lib/mi-support.exp: Likewise.
	* lib/pascal.exp: Likewise.
	* lib/prompt.exp: Likewise.
	* lib/trace-support.exp: Likewise.
2013-06-07 17:31:09 +00:00
..
Makefile.in * Makefile.in (clean): Remove Fission .dwo and .dwp files. 2012-05-17 19:03:59 +00:00
attach-into-signal.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
attach-into-signal.exp Remove superfluous semicolons from testsuite throughout. 2013-06-07 17:31:09 +00:00
attach-stopped.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
attach-stopped.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
bp_in_thread.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
bp_in_thread.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
clone-new-thread-event.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
clone-new-thread-event.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
corethreads.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
corethreads.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
create-fail.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
create-fail.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
current-lwp-dead.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
current-lwp-dead.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
dlopen-libpthread-lib.c 2013-06-04 Jan Kratochvil <jan.kratochvil@redhat.com> 2013-06-04 13:23:32 +00:00
dlopen-libpthread.c 2013-06-04 Jan Kratochvil <jan.kratochvil@redhat.com> 2013-06-04 13:23:32 +00:00
dlopen-libpthread.exp 2013-06-04 Jan Kratochvil <jan.kratochvil@redhat.com> 2013-06-04 13:23:32 +00:00
execl.c Fix formating in copyright headers. 2013-06-07 14:39:33 +00:00
execl.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
execl1.c Fix formating in copyright headers. 2013-06-07 14:39:33 +00:00
fork-child-threads.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
fork-child-threads.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
fork-thread-pending.c gdb/testsuite/ 2013-02-27 18:48:23 +00:00
fork-thread-pending.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
gcore-thread.exp * lib/gdb.exp (gdb_core_cmd): New function. 2013-05-06 22:11:16 +00:00
hand-call-in-threads.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
hand-call-in-threads.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
ia64-sigill.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
ia64-sigill.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
interrupted-hand-call.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
interrupted-hand-call.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
killed.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
killed.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
leader-exit.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
leader-exit.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
linux-dp.c
linux-dp.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
local-watch-wrong-thread.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
local-watch-wrong-thread.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
manythreads.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
manythreads.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
multi-create.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
multi-create.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
no-unwaited-for-left.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
no-unwaited-for-left.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
non-ldr-exc-1.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
non-ldr-exc-1.exp gdb/testsuite/ 2013-03-15 01:41:29 +00:00
non-ldr-exc-2.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
non-ldr-exc-2.exp gdb/testsuite/ 2013-03-15 01:41:29 +00:00
non-ldr-exc-3.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
non-ldr-exc-3.exp gdb/testsuite/ 2013-03-15 01:41:29 +00:00
non-ldr-exc-4.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
non-ldr-exc-4.exp gdb/testsuite/ 2013-03-15 01:41:29 +00:00
pending-step.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
pending-step.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
print-threads.c
print-threads.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
pthread_cond_wait.c gdb/testsuite/ 2013-02-14 15:24:11 +00:00
pthread_cond_wait.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
pthreads.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
pthreads.exp Remove superfluous semicolons from testsuite throughout. 2013-06-07 17:31:09 +00:00
schedlock.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
schedlock.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
siginfo-threads.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
siginfo-threads.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
sigstep-threads.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
sigstep-threads.exp gdb/testsuite/ 2013-03-14 13:34:06 +00:00
sigthread.c
sigthread.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
staticthreads.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
staticthreads.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
switch-threads.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
switch-threads.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
thread-execl.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
thread-execl.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
thread-find.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
thread-specific.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
thread-specific.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
thread-unwindonsignal.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
thread_check.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
thread_check.exp gdb/testsuite/ 2013-03-14 13:34:06 +00:00
thread_events.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
thread_events.exp Remove superfluous semicolons from testsuite throughout. 2013-06-07 17:31:09 +00:00
threadapply.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
threadapply.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
threxit-hop-specific.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
threxit-hop-specific.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
tls-main.c
tls-nodebug.c
tls-nodebug.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
tls-shared.c
tls-shared.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
tls-var-main.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
tls-var.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
tls-var.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
tls.c
tls.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
tls2.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
watchpoint-fork-child.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
watchpoint-fork-mt.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
watchpoint-fork-parent.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
watchpoint-fork-st.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
watchpoint-fork.exp gdb/testsuite/ 2013-03-15 01:41:29 +00:00
watchpoint-fork.h Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
watchthreads-reorder.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
watchthreads-reorder.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
watchthreads.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
watchthreads.exp Remove superfluous semicolons from testsuite throughout. 2013-06-07 17:31:09 +00:00
watchthreads2.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
watchthreads2.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
wp-replication.c * gdb.threads/wp-replication.c (main): Insert some code at the start 2013-05-22 16:30:24 +00:00
wp-replication.exp gdb/ 2013-05-07 07:43:33 +00:00