From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26719 invoked by alias); 13 Jul 2007 08:15:15 -0000 Received: (qmail 26706 invoked by uid 22791); 13 Jul 2007 08:15:14 -0000 X-Spam-Check-By: sourceware.org Received: from mxhn.seznam.cz (HELO mxh.seznam.cz) (212.80.76.26) by sourceware.org (qpsmtpd/0.31) with SMTP; Fri, 13 Jul 2007 08:15:12 +0000 Received: (qmail 19453 invoked by uid 0); 13 Jul 2007 08:15:09 -0000 To: gdb@sourceware.org Date: Fri, 13 Jul 2007 08:15:00 -0000 From: =?us-ascii?Q?Jan=20Somr?= Received: from [193.179.225.19] by email.seznam.cz with HTTP for SomrJ@seznam.cz; Fri, 13 Jul 2007 10:00:30 +0200 (CEST) Subject: =?us-ascii?Q?GDB=20and=20mmap?= Mime-Version: 1.0 Message-Id: <26.140-15180-2028046551-1184314506@seznam.cz> Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii" X-Abuse: helpdesk@seznam.cz X-Seznam-User: SomrJ@seznam.cz X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-07/txt/msg00115.txt.bz2 Hi all, please help. I have an application which makes cores and uses mapped memory (mmap). How can I access this memory in GDB? When I try print it I get this message: "Cannot access memory at address xxxxxxxxxx". Is the shared memory dumped in the core? Thank you.