From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1100 invoked by alias); 5 Aug 2008 19:04:15 -0000 Received: (qmail 1092 invoked by uid 22791); 5 Aug 2008 19:04:14 -0000 X-Spam-Check-By: sourceware.org Received: from wf-out-1314.google.com (HELO wf-out-1314.google.com) (209.85.200.173) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 05 Aug 2008 19:03:40 +0000 Received: by wf-out-1314.google.com with SMTP id 28so2565473wfc.24 for ; Tue, 05 Aug 2008 12:03:38 -0700 (PDT) Received: by 10.142.212.19 with SMTP id k19mr5588827wfg.155.1217963018517; Tue, 05 Aug 2008 12:03:38 -0700 (PDT) Received: by 10.142.164.15 with HTTP; Tue, 5 Aug 2008 12:03:38 -0700 (PDT) Message-ID: Date: Tue, 05 Aug 2008 19:04:00 -0000 From: "Eran Ifrah" To: gdb@sourceware.org Subject: Manipulating memory MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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: 2008-08/txt/msg00075.txt.bz2 Hi, I have read the GDB manual, and I could not find a way to manipulate a memory, for example: set values at given address. I only found a way to view it using '-data-read-memory' command, is this true or did I miss something? -- Eran Ifrah eran.ifrah@gmail.com