]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/procfs.c
gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 7 Aug 2012 13:26:33 +0000 (13:26 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 7 Aug 2012 13:26:33 +0000 (13:26 +0000)
commit4f69f4c267a21e787685116945fb40729a7297a5
treeccffd19fbc910eedac303b46c8c4bad9db964b76
parent82435b3b3da1b288ca2d2596a9de40e6bc734773
gdb/
PR 11804
* defs.h (find_memory_region_ftype): New comment.  New arg modified.
* fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
* gcore.c (gcore_create_callback): New function comment.  Add modified
parameter.  Only write modified regions.  Set SEC_READONLY exactly
according to MODIFIED.
(objfile_find_memory_regions): Ignore separate debug info files.  Ass
the passed modified value to FUNC.
* gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
* linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
first.  New variables modified and has_anonymous.  Parse the lines of
smaps file.  Add the passed MODIFIED value to FUNC.
* procfs.c (find_memory_regions_callback): Add the passed modified
value.

gdb/testsuite/
PR 11804
* gdb.base/gcore-relro.exp: New file.
* gdb.base/gcore-relro-main.c: New file.
* gdb.base/gcore-relro-lib.c: New file.
gdb/ChangeLog
gdb/defs.h
gdb/fbsd-nat.c
gdb/gcore.c
gdb/gnu-nat.c
gdb/linux-tdep.c
gdb/procfs.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/gcore-relro-lib.c [new file with mode: 0644]
gdb/testsuite/gdb.base/gcore-relro-main.c [new file with mode: 0644]
gdb/testsuite/gdb.base/gcore-relro.exp [new file with mode: 0644]