From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16543 invoked by alias); 29 Jun 2004 00:00:58 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 16523 invoked from network); 29 Jun 2004 00:00:57 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 29 Jun 2004 00:00:57 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i5T00ue3008647 for ; Mon, 28 Jun 2004 20:00:57 -0400 Received: from localhost.redhat.com (porkchop.devel.redhat.com [172.16.58.2]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i5T00u013781; Mon, 28 Jun 2004 20:00:56 -0400 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 67EC12B9D; Mon, 28 Jun 2004 20:00:42 -0400 (EDT) Message-ID: <40E0B12A.90805@gnu.org> Date: Tue, 29 Jun 2004 00:00:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Eli Zaretskii Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] Finish xasprintf->xstrprintf References: <40DDC920.3080908@gnu.org> <3405-Sun27Jun2004070741+0300-eliz@gnu.org> In-Reply-To: <3405-Sun27Jun2004070741+0300-eliz@gnu.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-06/txt/msg00657.txt.bz2 > 2004-06-26 Andrew Cagney > > * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with > xstrprintf. > * varobj.c (varobj_gen_name, create_child, c_name_of_child) > (c_value_of_variable): Ditto. > * utils.c (internal_vproblem): Ditto. > * solib-aix5.c (build_so_list_from_mapfile): Ditto. > * remote.c (add_packet_config_cmd): Ditto. > * remote-rdp.c (rdp_set_command_line): Ditto. > * regcache.c (regcache_dump): Ditto. > * frv-tdep.c (new_variant, new_variant): Ditto. > * fbsd-proc.c (child_pid_to_exec_file): Ditto. > (fbsd_find_memory_regions): Ditto. > * breakpoint.c (create_thread_event_breakpoint) > (create_breakpoints): Ditto. > * aix-thread.c (aix_thread_pid_to_str): Ditto. > * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call. > > Index: doc/ChangeLog > 2004-06-26 Andrew Cagney > > * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf. Committed.