This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] [PR 23661] GDB testsuite's "core_find" function failed to find core file path on FreeBSD


Problem:
The "core_find" procedure defined in gdb/testsuite/lib/gdb.exp failed
to search core files generated on FreeBSD platform.

Cause:
The find logic is missing core dir search for <binfile>.core file

Untested test cases:
gdb.base/coredump-file.exp
gdb.threads/tls-core.exp

gdb/ChangeLog:
2018-09-15  Rajendra S Y  <rajendra.sy@gmail.com>

PR gdb/23661
* gdb/testsuite/lib/gdb.exp:

Attachment: gdb-fix-core-path.diff
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]