From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31368 invoked by alias); 12 Nov 2001 18:04:13 -0000 Mailing-List: contact gdb-patches-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 24193 invoked from network); 12 Nov 2001 17:45:27 -0000 Received: from unknown (HELO localhost.cygnus.com) (216.138.202.10) by sourceware.cygnus.com with SMTP; 12 Nov 2001 17:45:27 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id B0A443EF7; Mon, 12 Nov 2001 12:45:27 -0500 (EST) Message-ID: <3BF00AB7.9060708@cygnus.com> Date: Thu, 01 Nov 2001 15:03:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.3) Gecko/20011020 X-Accept-Language: en-us MIME-Version: 1.0 To: Jim Blandy Cc: gdb-patches@sources.redhat.com Subject: Re: RFA: Add functions for storing integers References: <20011109185355.4841C5E9D8@zwingli.cygnus.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2001-11/txt/msg00011.txt.bz2 > I could have sworn we had functions that did this already. > > 2001-11-09 Jim Blandy > > * corefile.c (write_memory_unsigned_integer, > write_memory_signed_integer): New functions. > (write_memory): Move to be with other write_memory_* functions. > * gdbcore.h (write_memory_unsigned_integer, > write_memory_signed_integer): New declarations. > I'd treat it as pretty obvious. One day I'll get cheesed off with those functions and move the lot to a separate file. Andrew