From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27702 invoked by alias); 8 Dec 2014 19:38:25 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 27690 invoked by uid 89); 8 Dec 2014 19:38:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mail-vc0-f176.google.com Received: from mail-vc0-f176.google.com (HELO mail-vc0-f176.google.com) (209.85.220.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 08 Dec 2014 19:38:22 +0000 Received: by mail-vc0-f176.google.com with SMTP id hq12so2453021vcb.35 for ; Mon, 08 Dec 2014 11:38:20 -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:cc:content-type; bh=VxBQk5I2hai9wmKHg7FjOan2M72LPtddfbHQMGjenOw=; b=ZnESsYAD+NWhy4eanDSWtvXLHzdEYAMbsApqnKmXEc7PCJ8CjCK74RzRK5QKFwib9R 3QK81eqXsH1Tif25b57eMGRxxPYW/QcxywbbmN7E3uN2u0/yip6//lxamOBOR7FalBP5 NXtzsHsTKQvDXtT8t9mycFBsJ3POelQQyqI9SQpgw7TY4TN7DDaG92zkTLM4TuCftJPC I8D5HN7fyvIECnvUbxDw7Zi3og9xC9J+OTqCDXqLf5Uj/DAAJzrhHUgOdWsi4+zcepto uezaKqx+LJPmpHCG44nm4rU/DZA7HUqPhEa1thGaPugiOZg2gBqMBcHQDHmfaC1WSVqf Q5ww== X-Gm-Message-State: ALoCoQm2y3VuXuLS4A3s2K+0GJX1bDjYKkHWOgrXfdl1WNvC1FNpPg7ua0Js3kQVrlmnlIQr5akD MIME-Version: 1.0 X-Received: by 10.221.66.199 with SMTP id xr7mr26656535vcb.70.1418067500318; Mon, 08 Dec 2014 11:38:20 -0800 (PST) Received: by 10.52.114.101 with HTTP; Mon, 8 Dec 2014 11:38:20 -0800 (PST) In-Reply-To: References: <28470.1418061861@usendtaylorx2l> Date: Mon, 08 Dec 2014 19:38:00 -0000 Message-ID: Subject: Re: gdb -- symbols read in? or not read in? From: Doug Evans To: David Taylor Cc: gdb Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-12/txt/msg00011.txt.bz2 On Mon, Dec 8, 2014 at 11:03 AM, Doug Evans wrote: > On Mon, Dec 8, 2014 at 10:04 AM, David Taylor wrote: >> >> We have recently switched from STABS to DWARF for our product. And are >> having some issues with DWARF that we never had with STABS. >> >> The first was that with DWARF, GDB seems to not know about the existence >> of most of the header files. btw, I played with this a bit and tripped over this bug. https://sourceware.org/bugzilla/show_bug.cgi?id=17537 So that's something we need to fix.