ChangeLog entries for the previous commit.
authorSergio Durigan Junior <sergiodj@redhat.com>
Thu, 25 Apr 2019 18:26:18 +0000 (14:26 -0400)
committerSergio Durigan Junior <sergiodj@redhat.com>
Thu, 25 Apr 2019 18:26:18 +0000 (14:26 -0400)
I forgot to include the ChangeLog entries in the commit
57e5e645010430b3d73f8c6a757d09f48dc8f8d5 ("Implement dump of mappings
with ELF headers by gcore").

gdb/ChangeLog
gdb/testsuite/ChangeLog

index 476dd19f7ce26ce74e13834542d39dc7d8fb6fcb..da4e3505d71ca9db0c57910631f0e5a08e1dd583 100644 (file)
@@ -1,3 +1,12 @@
+2019-04-25  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       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  <sandra@codesourcery.com>
            Kang Li <kanglictf@gmail.com>
 
index ce3ebbc4c77f5b46ad5220d7cbcd90925a382cac..c81d841e93a20b21c49231fa831f2c4ace53d3eb 100644 (file)
@@ -1,3 +1,9 @@
+2019-04-25  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       PR corefiles/11608
+       PR corefiles/18187
+       * gdb.base/coredump-filter-build-id.exp: New file.
+
 2019-04-25  Alan Hayward  <alan.hayward@arm.com>
 
         * Makefile.in: Pass through GDBSERVER_DEBUG.
This page took 0.034946 seconds and 4 git commands to generate.