From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17719 invoked by alias); 3 Oct 2011 21:18:13 -0000 Received: (qmail 17710 invoked by uid 22791); 3 Oct 2011 21:18:12 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-yw0-f41.google.com (HELO mail-yw0-f41.google.com) (209.85.213.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 03 Oct 2011 21:17:56 +0000 Received: by ywe9 with SMTP id 9so4647216ywe.0 for ; Mon, 03 Oct 2011 14:17:55 -0700 (PDT) MIME-Version: 1.0 Received: by 10.236.175.195 with SMTP id z43mr2531285yhl.66.1317676675025; Mon, 03 Oct 2011 14:17:55 -0700 (PDT) Received: by 10.236.203.135 with HTTP; Mon, 3 Oct 2011 14:17:54 -0700 (PDT) In-Reply-To: References: <20110921190419.542512461A9@ruffy.mtv.corp.google.com> Date: Mon, 03 Oct 2011 21:18:00 -0000 Message-ID: Subject: Re: Rename "info definitions"? From: Matt Rice To: Doug Evans Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-10/txt/msg00054.txt.bz2 On Wed, Sep 28, 2011 at 7:13 PM, Matt Rice wrote: > =A0 =A0 =A0 =A0(info_macro_command): Add argument processing, sorry I realized in this argument processing I used strchrnul, but forgot to check if its OK since nothing else in gdb calls it except autoconf macros, and there is no libiberty replacement I doubt that it is... i'll come up with another patch unless someone feels like blessing strchrnul.