From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5578 invoked by alias); 31 Jan 2002 20:34:46 -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 5481 invoked from network); 31 Jan 2002 20:34:42 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 31 Jan 2002 20:34:42 -0000 Received: from redhat.com (reddwarf.sfbay.redhat.com [205.180.231.12]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id MAA18355; Thu, 31 Jan 2002 12:34:39 -0800 (PST) Message-ID: <3C59A8CB.173CE12A@redhat.com> Date: Thu, 31 Jan 2002 12:34:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.2-2smp i686) X-Accept-Language: en MIME-Version: 1.0 To: Salman Khilji CC: gdb@sources.redhat.com Subject: Re: Questions for GDB Developers References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-01/txt/msg00368.txt.bz2 Salman Khilji wrote: > > 4) Where in the source-code that deals with peeking/poking into the target > memory? I know that my previous 3 questions were platform > independent---this one is not. (gdb) set *(char *) 0x1234 = 1 (gdb) print *(char *) 0x1234