mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 10:03:47 +08:00
89e99b6747
With test-case gdb.debuginfod/solib-with-soname.exp on aarch64-linux, I ran
into:
...
(gdb) core-file solib-with-soname.core^M
Downloading 197.86 K file libfoo_1.so...^M
[New LWP 997314]^M
[Thread debugging using libthread_db enabled]^M
Using host libthread_db library "/lib64/libthread_db.so.1".^M
Core was generated by `solib-with-soname'.^M
Program terminated with signal SIGABRT, Aborted.^M
(gdb) FAIL: $exp: load core file, use debuginfod: load core file
...
The test-case doesn't expect the "197.86 K" part.
The same problem was fixed for another test-case in commit
|
||
---|---|---|
.. | ||
build-id-no-debug-warning.c | ||
build-id-no-debug-warning.exp | ||
corefile-mapped-file-1.c | ||
corefile-mapped-file-2.c | ||
corefile-mapped-file-3.c | ||
corefile-mapped-file.exp | ||
crc_mismatch-2.c | ||
crc_mismatch.c | ||
crc_mismatch.exp | ||
fetch_src_and_symbols.c | ||
fetch_src_and_symbols.exp | ||
solib-with-soname-1.c | ||
solib-with-soname-2.c | ||
solib-with-soname.exp |