This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: Huge pages and gdb
On Wed, Mar 23, 2011 at 7:14 PM, Jan Kratochvil
<jan.kratochvil@redhat.com> wrote:
> On Wed, 23 Mar 2011 18:09:47 +0100, Andreas Schwab wrote:
>> Erez Zilber <erezzi.list@gmail.com> writes:
>> > (gdb) p pool->mem[0]
>> > Cannot access memory at address 0x7f3201400000
>>
>> If gdb cannot access the memory then it is not part of the core file.
>
> And which pages are / are not dumped to the core file you can configure by:
> /usr/share/doc/kernel-doc-*/Documentation/filesystems/proc.txt
> ?3.4 ? /proc/<pid>/coredump_filter - Core dump filtering settings
>
>
> Regards,
> Jan
>
Thanks!