From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8664 invoked by alias); 19 Jun 2002 13:59:27 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 8587 invoked from network); 19 Jun 2002 13:59:20 -0000 Received: from unknown (HELO hiscom.nl) (130.78.143.1) by sources.redhat.com with SMTP; 19 Jun 2002 13:59:20 -0000 Received: by ns.hiscom.nl id <119053>; Wed, 19 Jun 2002 16:07:12 +0200 Message-Id: <02Jun19.160712cest.119053@ns.hiscom.nl> From: pvogelez@HISCOM.NL (Paul Vogelezang) To: gdb@sources.redhat.com Subject: No breakpoints in memory area Date: Wed, 19 Jun 2002 06:59:00 -0000 X-SW-Source: 2002-06/txt/msg00143.txt.bz2 Hi, I'd like to know if it is possible to tell GDB that a certain area of memory is readonly. The area is located in a shared memory segment and contains executable code. I want to tell GDB that it is not allowed to set any breakpoints in that area. I hope somebody can help me with this. Thanks. Paul.