From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6284 invoked by alias); 17 Jul 2002 09:26:36 -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 6273 invoked from network); 17 Jul 2002 09:26:34 -0000 Received: from unknown (HELO exchsh01.viatech.com.cn) (152.104.237.33) by sources.redhat.com with SMTP; 17 Jul 2002 09:26:34 -0000 Received: by exchsh01.viatech.com.cn with Internet Mail Service (5.5.2650.21) id <3GDSLCXA>; Wed, 17 Jul 2002 17:29:43 +0800 Message-ID: From: "Lawrence Lee (Shanghai)" To: gdb Subject: How to access physical memory in GDB? Date: Wed, 17 Jul 2002 02:26:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="GB2312" X-SW-Source: 2002-07/txt/msg00167.txt.bz2 Hi I want access memory directly using physical address. How? Thanks