binutils-gdb/gdb/testsuite/gdb.threads
Tom de Vries a26b7d06eb [gdb/testsuite] Fix test-case gdb.threads/attach-stopped.exp on manjaro linux
When running test-case gdb.threads/attach-stopped.exp on aarch64-linux, using
the manjaro linux distro, I get:
...
 (gdb) thread apply all bt^M
 ^M
 Thread 2 (Thread 0xffff8d8af120 (LWP 278116) "attach-stopped"):^M
 #0  0x0000ffff8d964864 in clock_nanosleep () from /usr/lib/libc.so.6^M
 #1  0x0000ffff8d969cac in nanosleep () from /usr/lib/libc.so.6^M
 #2  0x0000ffff8d969b68 in sleep () from /usr/lib/libc.so.6^M
 #3  0x0000aaaade370828 in func (arg=0x0) at attach-stopped.c:29^M
 #4  0x0000ffff8d930aec in ?? () from /usr/lib/libc.so.6^M
 #5  0x0000ffff8d99a5dc in ?? () from /usr/lib/libc.so.6^M
 ^M
 Thread 1 (Thread 0xffff8db62020 (LWP 278111) "attach-stopped"):^M
 #0  0x0000ffff8d92d2d8 in ?? () from /usr/lib/libc.so.6^M
 #1  0x0000ffff8d9324b8 in ?? () from /usr/lib/libc.so.6^M
 #2  0x0000aaaade37086c in main () at attach-stopped.c:45^M
 (gdb) FAIL: gdb.threads/attach-stopped.exp: threaded: attach2 to stopped bt
...

The problem is that the test-case expects to see start_thread:
...
	gdb_test "thread apply all bt" ".*sleep.*start_thread.*" \
	    "$threadtype: attach2 to stopped bt"
...
but lack of symbols makes that impossible.

Fix this by allowing " in ?? () from " as well.

Tested on aarch64-linux.

PR testsuite/31451
Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=31451
2024-03-28 08:26:31 +01:00
..
access-mem-running-thread-exit.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
access-mem-running-thread-exit.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
async.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
async.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
attach-into-signal.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
attach-into-signal.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
attach-many-short-lived-threads.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
attach-many-short-lived-threads.exp [gdb/testsuite] Update xfail in gdb.threads/attach-many-short-lived-threads.exp 2024-01-19 17:40:03 +01:00
attach-non-stop.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
attach-non-stop.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
attach-slow-waitpid.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
attach-slow-waitpid.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
attach-stopped.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
attach-stopped.exp [gdb/testsuite] Fix test-case gdb.threads/attach-stopped.exp on manjaro linux 2024-03-28 08:26:31 +01:00
bp_in_thread.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
bp_in_thread.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
break-while-running.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
break-while-running.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
check-libthread-db.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
check-libthread-db.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
clone-attach-detach.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
clone-attach-detach.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
clone-new-thread-event.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
clone-new-thread-event.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
clone-thread_db.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
clone-thread_db.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
continue-pending-after-query.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
continue-pending-after-query.exp gdb: Modify the output of "info breakpoints" and "delete breakpoints" 2024-02-26 19:19:58 +08:00
continue-pending-status.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
continue-pending-status.exp gdb: Modify the output of "info breakpoints" and "delete breakpoints" 2024-02-26 19:19:58 +08:00
corethreads.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
corethreads.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
create-fail.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
create-fail.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
current-lwp-dead.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
current-lwp-dead.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
detach-step-over.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
detach-step-over.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dlopen-libpthread-lib.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dlopen-libpthread.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
dlopen-libpthread.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
execl.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
execl.exp gdb tests: Allow for "LWP" or "process" in thread IDs from info threads 2024-03-22 17:29:47 -07:00
execl1.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
foll-fork-other-thread.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
foll-fork-other-thread.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
fork-child-threads.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
fork-child-threads.exp gdb tests: Allow for "LWP" or "process" in thread IDs from info threads 2024-03-22 17:29:47 -07:00
fork-plus-threads.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
fork-plus-threads.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
fork-thread-pending.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
fork-thread-pending.exp gdb tests: Allow for "LWP" or "process" in thread IDs from info threads 2024-03-22 17:29:47 -07:00
forking-threads-plus-breakpoint.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
forking-threads-plus-breakpoint.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gcore-stale-thread.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gcore-stale-thread.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gcore-thread.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
hand-call-in-threads.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
hand-call-in-threads.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
hand-call-new-thread.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
hand-call-new-thread.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
ia64-sigill.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
ia64-sigill.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
inf-thr-count.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
inf-thr-count.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
infcall-from-bp-cond-other-thread-event.c gdb: fix b/p conditions with infcalls in multi-threaded inferiors 2024-03-25 17:25:06 +00:00
infcall-from-bp-cond-other-thread-event.exp gdb: fix b/p conditions with infcalls in multi-threaded inferiors 2024-03-25 17:25:06 +00:00
infcall-from-bp-cond-simple.c gdb: fix b/p conditions with infcalls in multi-threaded inferiors 2024-03-25 17:25:06 +00:00
infcall-from-bp-cond-simple.exp gdb: rename unwindonsignal to unwind-on-signal 2024-03-25 17:25:07 +00:00
infcall-from-bp-cond-single.c gdb: fix b/p conditions with infcalls in multi-threaded inferiors 2024-03-25 17:25:06 +00:00
infcall-from-bp-cond-single.exp gdb: fix b/p conditions with infcalls in multi-threaded inferiors 2024-03-25 17:25:06 +00:00
infcall-from-bp-cond-timeout.c gdb: add timeouts for inferior function calls 2024-03-25 17:25:06 +00:00
infcall-from-bp-cond-timeout.exp gdb: introduce unwind-on-timeout setting 2024-03-25 17:25:07 +00:00
infcall-thread-announce.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
infcall-thread-announce.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
info-threads-cur-sal-2.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
info-threads-cur-sal.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
info-threads-cur-sal.exp gdb tests: Allow for "LWP" or "process" in thread IDs from info threads 2024-03-22 17:29:47 -07:00
interrupt-while-step-over.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
interrupt-while-step-over.exp gdb tests: Allow for "LWP" or "process" in thread IDs from info threads 2024-03-22 17:29:47 -07:00
interrupted-hand-call.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
interrupted-hand-call.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
kill.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
kill.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
killed-outside.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
killed-outside.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
killed.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
killed.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
leader-exit.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
leader-exit.exp gdb tests: Allow for "LWP" or "process" in thread IDs from info threads 2024-03-22 17:29:47 -07:00
linux-dp.c
linux-dp.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
local-watch-wrong-thread.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
local-watch-wrong-thread.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
main-thread-exit-during-detach.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
main-thread-exit-during-detach.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
manythreads.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
manythreads.exp gdb tests: Allow for "LWP" or "process" in thread IDs from info threads 2024-03-22 17:29:47 -07:00
multi-create-ns-info-thr.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
multi-create.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
multi-create.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
multiple-step-overs.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
multiple-step-overs.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
multiple-successive-infcall.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
multiple-successive-infcall.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
names.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
names.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
next-bp-other-thread.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
next-bp-other-thread.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
next-fork-exec-other-thread.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
next-fork-exec-other-thread.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
next-fork-other-thread.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
next-fork-other-thread.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
next-while-other-thread-longjmps.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
next-while-other-thread-longjmps.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
no-unwaited-for-left.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
no-unwaited-for-left.exp gdb tests: Allow for "LWP" or "process" in thread IDs from info threads 2024-03-22 17:29:47 -07:00
non-ldr-exc-1.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
non-ldr-exc-1.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
non-ldr-exc-2.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
non-ldr-exc-2.exp gdb tests: Allow for "LWP" or "process" in thread IDs from info threads 2024-03-22 17:29:47 -07:00
non-ldr-exc-3.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
non-ldr-exc-3.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
non-ldr-exc-4.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
non-ldr-exc-4.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
non-ldr-exit.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
non-ldr-exit.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
non-stop-fair-events.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
non-stop-fair-events.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
omp-par-scope.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
omp-par-scope.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
omp-task.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
omp-task.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
pending-fork-event-detach-ns.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
pending-fork-event-detach-ns.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
pending-fork-event-detach-touch-file.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
pending-fork-event-detach.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
pending-fork-event-detach.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
pending-step.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
pending-step.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
print-threads.c
print-threads.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
process-dies-while-detaching.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
process-dies-while-detaching.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
process-dies-while-handling-bp.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
process-dies-while-handling-bp.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
process-exit-status-is-leader-exit-status.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
process-exit-status-is-leader-exit-status.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
pthread_cond_wait.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
pthread_cond_wait.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
pthreads.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
pthreads.exp gdb tests: Allow for "LWP" or "process" in thread IDs from info threads 2024-03-22 17:29:47 -07:00
queue-signal.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
queue-signal.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
reconnect-signal.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
reconnect-signal.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
schedlock-new-thread.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
schedlock-new-thread.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
schedlock-thread-exit.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
schedlock-thread-exit.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
schedlock.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
schedlock.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
siginfo-threads.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
siginfo-threads.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
signal-command-handle-nopass.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
signal-command-handle-nopass.exp gdb tests: Allow for "LWP" or "process" in thread IDs from info threads 2024-03-22 17:29:47 -07:00
signal-command-multiple-signals-pending.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
signal-command-multiple-signals-pending.exp gdb tests: Allow for "LWP" or "process" in thread IDs from info threads 2024-03-22 17:29:47 -07:00
signal-delivered-right-thread.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
signal-delivered-right-thread.exp gdb tests: Allow for "LWP" or "process" in thread IDs from info threads 2024-03-22 17:29:47 -07:00
signal-sigtrap.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
signal-sigtrap.exp gdb tests: Allow for "LWP" or "process" in thread IDs from info threads 2024-03-22 17:29:47 -07:00
signal-while-stepping-over-bp-other-thread.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
signal-while-stepping-over-bp-other-thread.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
sigstep-threads.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
sigstep-threads.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
sigthread.c
sigthread.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
slow-waitpid.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
staticthreads.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
staticthreads.exp gdb tests: Allow for "LWP" or "process" in thread IDs from info threads 2024-03-22 17:29:47 -07:00
step-bg-decr-pc-switch-thread.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
step-bg-decr-pc-switch-thread.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
step-N-all-progress.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
step-N-all-progress.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
step-over-exec-execd.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
step-over-exec.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
step-over-exec.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
step-over-lands-on-breakpoint.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
step-over-lands-on-breakpoint.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
step-over-thread-exit-while-stop-all-threads.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
step-over-thread-exit-while-stop-all-threads.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
step-over-thread-exit.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
step-over-thread-exit.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
step-over-trips-on-watchpoint.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
step-over-trips-on-watchpoint.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
stepi-over-clone.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
stepi-over-clone.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
stepi-random-signal.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
stepi-random-signal.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
stop-with-handle.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
stop-with-handle.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
switch-threads.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
switch-threads.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
thread-bp-deleted.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
thread-bp-deleted.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
thread-execl.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
thread-execl.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
thread-find.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
thread-specific-bp.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
thread-specific-bp.exp gdb tests: Allow for "LWP" or "process" in thread IDs from info threads 2024-03-22 17:29:47 -07:00
thread-specific.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
thread-specific.exp gdb tests: Allow for "LWP" or "process" in thread IDs from info threads 2024-03-22 17:29:47 -07:00
thread-unwindonsignal.exp gdb: rename unwindonsignal to unwind-on-signal 2024-03-25 17:25:07 +00:00
thread_check.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
thread_check.exp gdb: Modify the output of "info breakpoints" and "delete breakpoints" 2024-02-26 19:19:58 +08:00
thread_events.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
thread_events.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
threadapply.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
threadapply.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
threadcrash.c gdb/testsuite: add test for backtracing for threaded inferiors from a corefile 2024-01-24 13:53:34 +01:00
threadcrash.exp gdb/testsuite: Reduce gdb.threads/threadcrash.exp reliance on libc symbols 2024-03-11 10:57:32 +01:00
threads-after-exec.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
threads-after-exec.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
threxit-hop-specific.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
threxit-hop-specific.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
tid-reuse.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
tid-reuse.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
tls-core.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
tls-core.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
tls-main.c
tls-nodebug-pie.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
tls-nodebug-pie.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
tls-nodebug.c
tls-nodebug.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
tls-sepdebug-main.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
tls-sepdebug-shared.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
tls-sepdebug.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
tls-shared.c
tls-shared.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
tls-so_extern.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
tls-so_extern.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
tls-so_extern_main.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
tls-var-main.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
tls-var.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
tls-var.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
tls.c
tls.exp gdb tests: Allow for "LWP" or "process" in thread IDs from info threads 2024-03-22 17:29:47 -07:00
tls2.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
vfork-follow-child-exec.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
vfork-follow-child-exec.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
vfork-follow-child-exit.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
vfork-follow-child-exit.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
vfork-multi-inferior-sleep.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
vfork-multi-inferior.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
vfork-multi-inferior.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
vfork-multi-thread.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
vfork-multi-thread.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watchpoint-fork-child.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watchpoint-fork-mt.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watchpoint-fork-parent.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watchpoint-fork-st.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watchpoint-fork.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watchpoint-fork.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watchthreads-reorder.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watchthreads-reorder.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watchthreads.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watchthreads.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watchthreads2.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
watchthreads2.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
wp-replication.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
wp-replication.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00