From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30154 invoked by alias); 5 Sep 2007 00:53:17 -0000 Received: (qmail 30146 invoked by uid 22791); 5 Sep 2007 00:53:16 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 05 Sep 2007 00:53:11 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id BC3EA982A2; Wed, 5 Sep 2007 00:53:11 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 7928F9810A; Wed, 5 Sep 2007 00:53:11 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1ISj8m-00053T-Cv; Tue, 04 Sep 2007 20:53:08 -0400 Date: Wed, 05 Sep 2007 00:53:00 -0000 From: Daniel Jacobowitz To: msnyder@sonic.net Cc: Joel Brobecker , gdb-patches@sourceware.org Subject: Re: [patch] strlen(null) in dwarf2read Message-ID: <20070905005308.GB31890@caradoc.them.org> Mail-Followup-To: msnyder@sonic.net, Joel Brobecker , gdb-patches@sourceware.org References: <15003.12.7.175.2.1188424188.squirrel@webmail.sonic.net> <20070904142440.GD3579@adacore.com> <4144.12.7.175.2.1188951036.squirrel@webmail.sonic.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4144.12.7.175.2.1188951036.squirrel@webmail.sonic.net> User-Agent: Mutt/1.5.15 (2007-04-09) 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: 2007-09/txt/msg00065.txt.bz2 On Tue, Sep 04, 2007 at 05:10:36PM -0700, Michael Snyder wrote: > All right. The reason I like -p is because it gives me the > function name for context. I can see that -u is more concise. > > Wonder if there is a way to get the best of both? Indeed there is. I present to you.... -up! -p alone implies context, but -up works. -- Daniel Jacobowitz CodeSourcery