binutils-gdb/gdb/testsuite/gdb.threads
Kevin Buettner 4c12d93600 OpenMP parallel region scope tests
Add tests which check for accessibility of variables from within
various OpenMP parallel regions.

Tested on Fedora 27, 28, 29, 30, and 31.  I also tested with my OpenMP
work on Fedora 30.  The test has been annotated with setup_xfail and
setup_kfail statements so that there are no unexpected failures on any
of these platforms when using gcc.  Better still, for my own testing
anyway, is that there are also no XPASSes or KPASSes either.  So,
regardless of platform, when using gcc, and regardless of whether my
(not yet public) OpenMP work is used, seeing a FAIL indicates a real
problem.

Fedora 27 results:

        # of expected passes            85
        # of expected failures          65

(Note: I have not retested F27 since v1 of the patch; it's possible
that the numbers will be slightly different for v2.)

Fedora 28, 29, 30 results:

        # of expected passes            131
        # of expected failures          4
        # of known failures             16

Fedora 30, 31 results w/ my OpenMP work:

        # of expected passes            151

The above results all use gcc, either the system gcc or a development
gcc (when testing against my OpenMP work in GDB).  I've also tested
with clang 9.0.0 and icc 19.0.5.281 20190815 on Fedora 31.

Fedora 31, clang:

FAIL: gdb.threads/omp-par-scope.exp: single_scope: first thread: print s1
FAIL: gdb.threads/omp-par-scope.exp: single_scope: first thread: print s3
FAIL: gdb.threads/omp-par-scope.exp: single_scope: first thread: print i1
FAIL: gdb.threads/omp-par-scope.exp: single_scope: first thread: print i3
FAIL: gdb.threads/omp-par-scope.exp: single_scope: second thread: print s1
FAIL: gdb.threads/omp-par-scope.exp: single_scope: second thread: print s3
FAIL: gdb.threads/omp-par-scope.exp: single_scope: second thread: print i1
FAIL: gdb.threads/omp-par-scope.exp: multi_scope: first thread: print i02
FAIL: gdb.threads/omp-par-scope.exp: multi_scope: first thread: print i11
FAIL: gdb.threads/omp-par-scope.exp: multi_scope: first thread: print i12
FAIL: gdb.threads/omp-par-scope.exp: multi_scope: first thread: print i22
FAIL: gdb.threads/omp-par-scope.exp: multi_scope: first thread: print file_scope_var
FAIL: gdb.threads/omp-par-scope.exp: multi_scope: second thread: print i11
FAIL: gdb.threads/omp-par-scope.exp: multi_scope: second thread: print file_scope_var
FAIL: gdb.threads/omp-par-scope.exp: multi_scope: after parallel: print file_scope_var
FAIL: gdb.threads/omp-par-scope.exp: nested_parallel: inner_threads: 1st stop: print file_scope_var
FAIL: gdb.threads/omp-par-scope.exp: nested_parallel: inner_threads: 1st stop: print num
FAIL: gdb.threads/omp-par-scope.exp: nested_parallel: inner_threads: 1st stop: print l
FAIL: gdb.threads/omp-par-scope.exp: nested_parallel: inner_threads: 1st stop: print k
FAIL: gdb.threads/omp-par-scope.exp: nested_parallel: inner_threads: 2nd stop: print file_scope_var
FAIL: gdb.threads/omp-par-scope.exp: nested_parallel: inner_threads: 2nd stop: print num
FAIL: gdb.threads/omp-par-scope.exp: nested_parallel: inner_threads: 3rd stop: print file_scope_var
FAIL: gdb.threads/omp-par-scope.exp: nested_parallel: inner_threads: 3rd stop: print num
FAIL: gdb.threads/omp-par-scope.exp: nested_parallel: inner_threads: 3rd stop: print l
FAIL: gdb.threads/omp-par-scope.exp: nested_parallel: inner_threads: 3rd stop: print k
FAIL: gdb.threads/omp-par-scope.exp: nested_parallel: inner_threads: 4th stop: print file_scope_var
FAIL: gdb.threads/omp-par-scope.exp: nested_parallel: inner_threads: 4th stop: print num
FAIL: gdb.threads/omp-par-scope.exp: nested_parallel: outer_threads: outer stop: print file_scope_var
FAIL: gdb.threads/omp-par-scope.exp: nested_parallel: outer_threads: outer stop: print i
FAIL: gdb.threads/omp-par-scope.exp: nested_parallel: outer_threads: outer stop: print j

Fedora 31, icc:

FAIL: gdb.threads/omp-par-scope.exp: multi_scope: first thread: print i12
FAIL: gdb.threads/omp-par-scope.exp: multi_scope: first thread: print i22
FAIL: gdb.threads/omp-par-scope.exp: nested_func: 1st call: 1st thread: print s1
FAIL: gdb.threads/omp-par-scope.exp: nested_func: 1st call: 1st thread: print i
FAIL: gdb.threads/omp-par-scope.exp: nested_func: 1st call: 1st thread: print j
FAIL: gdb.threads/omp-par-scope.exp: nested_func: 1st call: 2nd thread: print s1
FAIL: gdb.threads/omp-par-scope.exp: nested_func: 1st call: 2nd thread: print i
FAIL: gdb.threads/omp-par-scope.exp: nested_func: 1st call: 2nd thread: print j
FAIL: gdb.threads/omp-par-scope.exp: nested_func: 1st call: 2nd thread: print k
FAIL: gdb.threads/omp-par-scope.exp: nested_func: 1st call: 2nd thread: print z
FAIL: gdb.threads/omp-par-scope.exp: nested_func: 2nd call: 1st thread: print s1
FAIL: gdb.threads/omp-par-scope.exp: nested_func: 2nd call: 1st thread: print i
FAIL: gdb.threads/omp-par-scope.exp: nested_func: 2nd call: 1st thread: print j
FAIL: gdb.threads/omp-par-scope.exp: nested_func: 2nd call: 2nd thread: print s1
FAIL: gdb.threads/omp-par-scope.exp: nested_func: 2nd call: 2nd thread: print i
FAIL: gdb.threads/omp-par-scope.exp: nested_func: 2nd call: 2nd thread: print j
FAIL: gdb.threads/omp-par-scope.exp: nested_func: 2nd call: 2nd thread: print k
FAIL: gdb.threads/omp-par-scope.exp: nested_func: 2nd call: 2nd thread: print z
FAIL: gdb.threads/omp-par-scope.exp: nested_parallel: inner_threads: 1st stop: print l
FAIL: gdb.threads/omp-par-scope.exp: nested_parallel: inner_threads: 1st stop: print k
FAIL: gdb.threads/omp-par-scope.exp: nested_parallel: inner_threads: 3rd stop: print l
FAIL: gdb.threads/omp-par-scope.exp: nested_parallel: inner_threads: 3rd stop: print k

For both clang and icc, it turns out that there are some problems with
the DWARF that these compilers generate.  Of the two, icc does at
least nest the subprogram of the outlined function representing the
parallel region within the function that it's defined, but does not
handle inner scopes if they exist.  clang places the subprogram for
the outlined function at the same level as the containing function, so
variables declared within the function aren't visible at all.

I could call setup_xfail to avoid FAILs for clang and icc also, but I don't
want to further complicate the test.

gdb/testsuite/ChangeLog:

	* gdb.threads/omp-par-scope.c: New file.
	* gdb/threads/omp-par-scope.exp: New file.

Change-Id: Icb9c991730d84ca7509380af817dfcc778e764ea
2019-12-10 15:43:58 -07:00
..
attach-into-signal.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
attach-into-signal.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
attach-many-short-lived-threads.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
attach-many-short-lived-threads.exp [gdb/testsuite] Remove superfluous 3rd argument from gdb_test call (2) 2019-10-31 23:03:25 +01:00
attach-slow-waitpid.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
attach-slow-waitpid.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
attach-stopped.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
attach-stopped.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
bp_in_thread.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
bp_in_thread.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
break-while-running.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
break-while-running.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
check-libthread-db.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
check-libthread-db.exp testsuite: Disable some tests when logging 2019-05-17 15:35:08 +01:00
clone-attach-detach.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
clone-attach-detach.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
clone-new-thread-event.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
clone-new-thread-event.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
clone-thread_db.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
clone-thread_db.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
continue-pending-after-query.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
continue-pending-after-query.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
continue-pending-status.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
continue-pending-status.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
corethreads.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
corethreads.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
create-fail.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
create-fail.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
current-lwp-dead.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
current-lwp-dead.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
dlopen-libpthread-lib.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
dlopen-libpthread.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
dlopen-libpthread.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
execl.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
execl.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
execl1.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
fork-child-threads.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
fork-child-threads.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
fork-plus-threads.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
fork-plus-threads.exp [gdb/testsuite] Fix gdb.threads/fork-plus-threads.exp timeout with check-run1 2019-08-01 10:48:11 +02:00
fork-thread-pending.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
fork-thread-pending.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
forking-threads-plus-breakpoint.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
forking-threads-plus-breakpoint.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
gcore-stale-thread.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
gcore-stale-thread.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
gcore-thread.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
hand-call-in-threads.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
hand-call-in-threads.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
hand-call-new-thread.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
hand-call-new-thread.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
ia64-sigill.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
ia64-sigill.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
info-threads-cur-sal-2.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
info-threads-cur-sal.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
info-threads-cur-sal.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
interrupt-while-step-over.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
interrupt-while-step-over.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
interrupted-hand-call.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
interrupted-hand-call.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
kill.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
kill.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
killed.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
killed.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
leader-exit.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
leader-exit.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
linux-dp.c
linux-dp.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
local-watch-wrong-thread.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
local-watch-wrong-thread.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
manythreads.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
manythreads.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
multi-create-ns-info-thr.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
multi-create.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
multi-create.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
multiple-step-overs.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
multiple-step-overs.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
multiple-successive-infcall.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
multiple-successive-infcall.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
names.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
names.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
next-bp-other-thread.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
next-bp-other-thread.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
next-while-other-thread-longjmps.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
next-while-other-thread-longjmps.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
no-unwaited-for-left.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
no-unwaited-for-left.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
non-ldr-exc-1.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
non-ldr-exc-1.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
non-ldr-exc-2.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
non-ldr-exc-2.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
non-ldr-exc-3.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
non-ldr-exc-3.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
non-ldr-exc-4.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
non-ldr-exc-4.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
non-ldr-exit.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
non-ldr-exit.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
non-stop-fair-events.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
non-stop-fair-events.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
omp-par-scope.c OpenMP parallel region scope tests 2019-12-10 15:43:58 -07:00
omp-par-scope.exp OpenMP parallel region scope tests 2019-12-10 15:43:58 -07:00
pending-step.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
pending-step.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
print-threads.c
print-threads.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
process-dies-while-detaching.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
process-dies-while-detaching.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
process-dies-while-handling-bp.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
process-dies-while-handling-bp.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
pthread_cond_wait.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
pthread_cond_wait.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
pthreads.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
pthreads.exp Fix crash when command arg is missing in faas/taas/tfaas commands. 2019-12-06 06:06:02 +01:00
queue-signal.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
queue-signal.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
reconnect-signal.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
reconnect-signal.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
schedlock.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
schedlock.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
siginfo-threads.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
siginfo-threads.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
signal-command-handle-nopass.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
signal-command-handle-nopass.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
signal-command-multiple-signals-pending.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
signal-command-multiple-signals-pending.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
signal-delivered-right-thread.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
signal-delivered-right-thread.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
signal-sigtrap.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
signal-sigtrap.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
signal-while-stepping-over-bp-other-thread.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
signal-while-stepping-over-bp-other-thread.exp testsuite: Disable some tests when logging 2019-05-17 15:35:08 +01:00
sigstep-threads.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
sigstep-threads.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
sigthread.c
sigthread.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
slow-waitpid.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
staticthreads.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
staticthreads.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
step-bg-decr-pc-switch-thread.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
step-bg-decr-pc-switch-thread.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
step-over-lands-on-breakpoint.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
step-over-lands-on-breakpoint.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
step-over-trips-on-watchpoint.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
step-over-trips-on-watchpoint.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
stepi-random-signal.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
stepi-random-signal.exp testsuite: Disable some tests when logging 2019-05-17 15:35:08 +01:00
stop-with-handle.c gdb: Don't ignore all SIGSTOP when the signal handler is set to pass 2019-10-03 16:12:02 +01:00
stop-with-handle.exp gdb: Don't ignore all SIGSTOP when the signal handler is set to pass 2019-10-03 16:12:02 +01:00
switch-threads.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
switch-threads.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
thread-execl.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
thread-execl.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
thread-find.exp [gdb/testsuite] Remove superfluous 3rd argument from gdb_test call (2) 2019-10-31 23:03:25 +01:00
thread-specific-bp.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
thread-specific-bp.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
thread-specific.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
thread-specific.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
thread-unwindonsignal.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
thread_check.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
thread_check.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
thread_events.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
thread_events.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
threadapply.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
threadapply.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
threxit-hop-specific.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
threxit-hop-specific.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
tid-reuse.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
tid-reuse.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
tls-core.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
tls-core.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
tls-main.c
tls-nodebug-pie.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
tls-nodebug-pie.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
tls-nodebug.c
tls-nodebug.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
tls-shared.c
tls-shared.exp [gdb/testsuite] Remove superfluous 3rd argument from gdb_test call (2) 2019-10-31 23:03:25 +01:00
tls-so_extern.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
tls-so_extern.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
tls-so_extern_main.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
tls-var-main.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
tls-var.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
tls-var.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
tls.c
tls.exp [gdb/testsuite] Remove superfluous 3rd argument from gdb_test call (2) 2019-10-31 23:03:25 +01:00
tls2.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
vfork-follow-child-exec.c [gdb] Handle vfork in thread with follow-fork-mode child 2019-04-18 17:05:43 +01:00
vfork-follow-child-exec.exp [gdb] Handle vfork in thread with follow-fork-mode child 2019-04-18 17:05:43 +01:00
vfork-follow-child-exit.c [gdb] Handle vfork in thread with follow-fork-mode child 2019-04-18 17:05:43 +01:00
vfork-follow-child-exit.exp [gdb] Handle vfork in thread with follow-fork-mode child 2019-04-18 17:05:43 +01:00
watchpoint-fork-child.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
watchpoint-fork-mt.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
watchpoint-fork-parent.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
watchpoint-fork-st.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
watchpoint-fork.exp Fix stepping past unwritable kernel helper on nios2-linux-gnu. 2019-03-28 09:29:22 -07:00
watchpoint-fork.h Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
watchthreads-reorder.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
watchthreads-reorder.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
watchthreads.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
watchthreads.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
watchthreads2.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
watchthreads2.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
wp-replication.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
wp-replication.exp [gdb/testsuite] Remove superfluous 3rd argument from gdb_test call (2) 2019-10-31 23:03:25 +01:00