From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13919 invoked by alias); 20 Jul 2004 22:37:55 -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 13883 invoked from network); 20 Jul 2004 22:37:54 -0000 Received: from unknown (HELO intranet.tidalnetworks.net) (67.114.153.34) by sourceware.org with SMTP; 20 Jul 2004 22:37:54 -0000 Received: from xinanpc ([172.16.0.111]) (authenticated bits=0) by intranet.tidalnetworks.net (8.12.8/8.12.8) with ESMTP id i6KMcgAB006840 for ; Tue, 20 Jul 2004 15:38:43 -0700 From: "Xinan Tang" To: Subject: "Add sim memory region by default" Date: Wed, 21 Jul 2004 05:24:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-reply-to: <40FC17E1.4050007@gnu.org> X-SW-Source: 2004-07/txt/msg00262.txt.bz2 Hi Rather than adding a memory region through command of "sim memory-region addr,length" I would like to add some memory regions permanently within my gdb. Which source files need to be touched to add a new memory region in GDB? Thanks --Xinan