diff options
author | Sergio Durigan Junior <sergiodj@redhat.com> | 2019-04-25 14:26:18 -0400 |
---|---|---|
committer | Sergio Durigan Junior <sergiodj@redhat.com> | 2019-04-25 14:26:18 -0400 |
commit | 82433e3e270973c3f49d55d41266de6adbf9006d (patch) | |
tree | 1cc9387c3fd263688432a0f1810df76e50bc1535 /gdb | |
parent | 57e5e645010430b3d73f8c6a757d09f48dc8f8d5 (diff) | |
download | gdb-82433e3e270973c3f49d55d41266de6adbf9006d.zip gdb-82433e3e270973c3f49d55d41266de6adbf9006d.tar.gz gdb-82433e3e270973c3f49d55d41266de6adbf9006d.tar.bz2 |
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").
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 9 | ||||
-rw-r--r-- | gdb/testsuite/ChangeLog | 6 |
2 files changed, 15 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 476dd19..da4e350 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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> diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index ce3ebbc..c81d841 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -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. |