From: Sergio Durigan Junior Date: Thu, 25 Apr 2019 18:26:18 +0000 (-0400) Subject: ChangeLog entries for the previous commit. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=82433e3e270973c3f49d55d41266de6adbf9006d;p=deliverable%2Fbinutils-gdb.git ChangeLog entries for the previous commit. I forgot to include the ChangeLog entries in the commit 57e5e645010430b3d73f8c6a757d09f48dc8f8d5 ("Implement dump of mappings with ELF headers by gcore"). --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 476dd19f7c..da4e3505d7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2019-04-25 Sergio Durigan Junior + + PR corefiles/11608 + PR corefiles/18187 + * linux-tdep.c (dump_mapping_p): Add new parameters ADDR and + OFFSET. Verify if current mapping contains an ELF header. + (linux_find_memory_regions_full): Adjust call to + dump_mapping_p. + 2019-04-25 Sandra Loosemore Kang Li diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index ce3ebbc4c7..c81d841e93 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2019-04-25 Sergio Durigan Junior + + PR corefiles/11608 + PR corefiles/18187 + * gdb.base/coredump-filter-build-id.exp: New file. + 2019-04-25 Alan Hayward * Makefile.in: Pass through GDBSERVER_DEBUG.