From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31938 invoked by alias); 15 Jun 2007 16:00:55 -0000 Received: (qmail 31929 invoked by uid 22791); 15 Jun 2007 16:00:55 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 15 Jun 2007 16:00:53 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 2520848D3AB; Fri, 15 Jun 2007 12:00:22 -0400 (EDT) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 29421-01-2; Fri, 15 Jun 2007 12:00:21 -0400 (EDT) Received: from joel.gnat.com (unknown [70.71.0.212]) by nile.gnat.com (Postfix) with ESMTP id 367A548D3A8; Fri, 15 Jun 2007 12:00:13 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id E1D98E7B4F; Fri, 15 Jun 2007 09:01:46 -0700 (PDT) Date: Fri, 15 Jun 2007 16:00:00 -0000 From: Joel Brobecker To: Paul Koning Cc: drow@false.org, eliz@gnu.org, yoursindu@gmail.com, dave.korn@artimi.com, gdb@sourceware.org Subject: Re: Setting registers Message-ID: <20070615160146.GZ3761@adacore.com> References: <656b5870706130328v7121cdcdt18c4b59baebc0865@mail.gmail.com> <018d01c7adc0$f10ff770$2e08a8c0@CAM.ARTIMI.COM> <656b5870706150555k47cf81c6w393d14502018b80b@mail.gmail.com> <18034.42274.624904.560657@pkoning.equallogic.com> <20070615144855.GA10941@caradoc.them.org> <18034.44673.476267.842310@pkoning.equallogic.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <18034.44673.476267.842310@pkoning.equallogic.com> User-Agent: Mutt/1.4.2.2i 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: 2007-06/txt/msg00130.txt.bz2 > Not really, you'd just have to allow writing to the corefile. I think > you'd want to disable that by default -- otherwise a slip of the > finger would mess up your carefully collected data. But after an > explicit enable it could be done. Actually, this is already possible with "set write on". -- Joel