From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8391 invoked by alias); 19 Dec 2013 18:11:14 -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 8369 invoked by uid 89); 19 Dec 2013 18:11:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ie0-f181.google.com Received: from mail-ie0-f181.google.com (HELO mail-ie0-f181.google.com) (209.85.223.181) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 19 Dec 2013 18:11:13 +0000 Received: by mail-ie0-f181.google.com with SMTP id e14so1813225iej.40 for ; Thu, 19 Dec 2013 10:11:11 -0800 (PST) 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:content-type; bh=CaMeM8qMuBF9U8CRpFKIoid9evC1Tscyt/zbz2PIvdI=; b=F2ANfe6TM9S2auNniPGu8GYpBB3V320Ivu2ZTP4JQM2XFzbhBVMuwxo/irypsUXWOR TcLSemS11mtM3iB4RNdde/6C++ZsSWI5iiroGr1hipUC+Ms44qQH0y58XH1L9/4FD6D6 1NcrLn7B0WIOiMimvNKe99NuVlzaJ1wU4EIvHNM1m5R400kJ23MzbE3OKHT9NevQSO5m n5HoS4XblmwzRRoexz364gQtuTyPNqzmp21llN+BzFEzzaKJT4M2rypqCahopiWavNha 1sDFywz4So/FIYfDhfxqShSr05cMU+xHKCFSarv07OO+xD240RI8kbawZ2qMoEjH8ST0 eOzA== X-Gm-Message-State: ALoCoQlCPclH/HGIzyotJAo+vUGXPqBowncs0x0fv7az/fsDBUl4Z8NWO/DRgCtlY7yAWC9gkUSl2WZpYB4/xZ6TllyiUIIMIcz+TJkNjkpCbPfXyIL7KH5orH5IrUFFOXIuUL68OVROzVwv/g8cJ3SaPZjootc8Qg1AfyblvWBIzF6JxQfEqOxOYPoEHLQX+F2OfJTyvmAkz1Y5Ilwtgf/iX+cz7thPlw== MIME-Version: 1.0 X-Received: by 10.42.4.201 with SMTP id 9mr2166581ict.57.1387476671083; Thu, 19 Dec 2013 10:11:11 -0800 (PST) Received: by 10.64.18.200 with HTTP; Thu, 19 Dec 2013 10:11:10 -0800 (PST) In-Reply-To: References: Date: Thu, 19 Dec 2013 18:11:00 -0000 Message-ID: Subject: Re: [Patch] Use "" instead of NULL when a symbol isn't found From: Sterling Augustine To: gdb-patches , Keith Seitz Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2013-12/txt/msg00789.txt.bz2 On Tue, Dec 17, 2013 at 11:21 AM, Sterling Augustine wrote: > The following patch simply assigns the symbol name as "" > instead of NULL, allowing the debugger to make forward progress in the > face of an erroneous debug line table entry. Ping?