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 0/2] GDB test suite: Support targets with systemd-coredump


Various GNU/Linux distributions nowadays ship with systemd-coredump
enabled by default.  On such systems all GDB test cases dealing with core
files are doomed to fail.

These patches aim at improving the situation by invoking the coredumpctl
command if core dumps can not be located otherwise.

Andreas Arnez (2):
  GDB test suite: Add helper for locating core files
  GDB test suite: Get core files on targets with systemd-coredump

 gdb/testsuite/gdb.arch/s390-multiarch.exp |   2 +-
 gdb/testsuite/gdb.arch/s390-vregs.exp     |   6 +-
 gdb/testsuite/gdb.base/bigcore.exp        |  11 +--
 gdb/testsuite/gdb.base/break-interp.exp   |   2 +-
 gdb/testsuite/gdb.base/corefile.exp       |   2 +-
 gdb/testsuite/gdb.threads/corethreads.exp |   2 +-
 gdb/testsuite/lib/gdb.exp                 | 138 ++++++++++++++++++------------
 7 files changed, 92 insertions(+), 71 deletions(-)

-- 
2.9.4


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