diff options
author | Tom de Vries <tdevries@suse.de> | 2020-07-20 10:54:31 +0200 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2020-07-20 10:54:31 +0200 |
commit | 6e22f117844899a8e418902c87c2418fcb2b4c5d (patch) | |
tree | 5d339f17870b3dc3ee1e81292d017d520f394696 /gdb/thread-iter.c | |
parent | b3983e5f53caad175563f8c842f2ab2a1277c2bc (diff) | |
download | gdb-6e22f117844899a8e418902c87c2418fcb2b4c5d.zip gdb-6e22f117844899a8e418902c87c2418fcb2b4c5d.tar.gz gdb-6e22f117844899a8e418902c87c2418fcb2b4c5d.tar.bz2 |
[gdb/testsuite] Bail out after gdb_start error in gdb.threads/attach-slow-waitpid.exp
When building gdb using CFLAGS/CXXFLAGS+=-fsanitizer=address and
LDFLAGS+=-lasan, and running test-case gdb.threads/attach-slow-waitpid.exp,
we get:
...
spawn gdb -nw -nx -data-directory data-directory^M
==16079==ASan runtime does not come first in initial library list; \
you should either link runtime to your application or manually preload \
it with LD_PRELOAD.^M
ERROR: (eof) GDB never initialized.
ERROR: : spawn id exp10 not open
while executing
"expect {
-i exp10 -timeout 120
-re "Kill the program being debugged. .y or n. $" {
send_gdb "y\n" answer
verbose "\t\tKilling previous pro..."
("uplevel" body line 1)
invoked from within
"uplevel $body" NONE : spawn id exp10 not open
WARNING: remote_expect statement without a default case
ERROR: : spawn id exp10 not open
while executing
"expect {
-i exp10 -timeout 120
-re "Reading symbols from.*LZMA support was disabled.*$gdb_prompt $" {
verbose "\t\tLoaded $arg into $GDB; .gnu_..."
("uplevel" body line 1)
invoked from within
"uplevel $body" NONE : spawn id exp10 not open
ERROR: Couldn't load attach-slow-waitpid into GDB (eof).
ERROR: Couldn't send attach 16070 to GDB.
UNRESOLVED: gdb.threads/attach-slow-waitpid.exp: attach to target
...
Bail out at the first ERROR, such that we have instead:
...
ERROR: (eof) GDB never initialized.
UNTESTED: gdb.threads/attach-slow-waitpid.exp: \
Couldn't start GDB with preloaded lib
...
Tested on x86_64-linux.
gdb/testsuite/ChangeLog:
2020-07-20 Tom de Vries <tdevries@suse.de>
* gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
Diffstat (limited to 'gdb/thread-iter.c')
0 files changed, 0 insertions, 0 deletions