From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23103 invoked by alias); 17 Sep 2013 19:24:44 -0000 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 Received: (qmail 23090 invoked by uid 89); 17 Sep 2013 19:24:44 -0000 Received: from mail-ie0-f170.google.com (HELO mail-ie0-f170.google.com) (209.85.223.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 17 Sep 2013 19:24:44 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.4 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,NO_RELAYS autolearn=ham version=3.3.2 X-HELO: mail-ie0-f170.google.com Received: by mail-ie0-f170.google.com with SMTP id x13so11158200ief.15 for ; Tue, 17 Sep 2013 12:24:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=XpvBtMWphV4LxPvwPSLyLAeTPVDqnu9Z/LOBpTuyHEY=; b=Mic/wDp4OAlyYBkGSwZtIGwndzy5NMh71Mjigp8Dv6GatRAusiNEQaZz2ngb68yQm3 7DVoBECZKhi+TFre8/1arSMr9SDLP8gLwqyML/wzGuYdjrZyF4A2zNnFWcrl6CJ5BN0U poGH4gGcGaBsUL8mgh1uMjx203F88dwMRX16PnxdY71JGMp1vQyw86mqYYUfAe/+T6CT Hfl47bBp3XGakT8rQ8vhZhgHjNg2iYyGDKfyhcHOT6jwPPYw9f7BH/hVViVs1YT43f8p TG/ovd73uJHFytCS0Vfj6nBdmuKljdwcKqQw/ZwJBqrqMgCGkSmZx2OYGO4Jph8rxGib TdcA== X-Gm-Message-State: ALoCoQnPsvQs5SOCN6YV1eMb7DCPq8SZdV7JjFWpSqIqHmCusaGC3ITw501bd8snuE154aANTzIEcH6vjW8rJUziyLOysMOVnI8xag2YTBxZfQY3XclKNzDRB+SUNn6eeAu7f1ZEAsDhcdLSUCDxOZqtaQSy2YAGQjq4Fpq9hcUM8vwxgvQzOBL97U4NdXH6Ur7q90mwzEspFuXgIT9BhvDLbU/YOenqpQ== MIME-Version: 1.0 X-Received: by 10.50.39.18 with SMTP id l18mr1711461igk.4.1379445881735; Tue, 17 Sep 2013 12:24:41 -0700 (PDT) Received: by 10.64.31.100 with HTTP; Tue, 17 Sep 2013 12:24:41 -0700 (PDT) In-Reply-To: <87txhjxr0b.fsf@fleche.redhat.com> References: <20130915193742.GA20411@host2.jankratochvil.net> <21047.33940.998451.19883@ruffy.mtv.corp.google.com> <20130917064841.GA18677@host2.jankratochvil.net> <87txhjxr0b.fsf@fleche.redhat.com> Date: Tue, 17 Sep 2013 19:24:00 -0000 Message-ID: Subject: Re: [patchv3 1/5] Mostly code cleanup: Constification From: Doug Evans To: Tom Tromey Cc: Jan Kratochvil , gdb-patches Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2013-09/txt/msg00546.txt.bz2 On Tue, Sep 17, 2013 at 11:05 AM, Tom Tromey wrote: >>>>>> "Jan" == Jan Kratochvil writes: > > Jan> But I thought catch_command_errors* is deprecated in favor of > Jan> TRY_CATCH. > > It's certainly easier to use TRY_CATCH. > I wouldn't mind getting rid of the wrappers. > > Tom What's wrong with utility wrappers?