From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8273 invoked by alias); 21 Aug 2013 04:01:51 -0000 Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org Received: (qmail 8262 invoked by uid 89); 21 Aug 2013 04:01:51 -0000 X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE autolearn=ham version=3.3.2 Received: from elasmtp-scoter.atl.sa.earthlink.net (HELO elasmtp-scoter.atl.sa.earthlink.net) (209.86.89.67) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 21 Aug 2013 04:01:50 +0000 Received: from [108.20.184.98] (helo=[192.168.1.7]) by elasmtp-scoter.atl.sa.earthlink.net with esmtpa (Exim 4.67) (envelope-from ) id 1VBzcC-0003M5-T9 for insight@sourceware.org; Wed, 21 Aug 2013 00:01:48 -0400 Message-ID: <52143BAB.9060401@r3logic.com> Date: Wed, 21 Aug 2013 04:01:00 -0000 From: Lisa McIlrath User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: insight@sourceware.org Subject: updated gdb source Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: 551ee5a4cf207cab207a80b7d140cb639a3d716fe843a111903b56def6feb6dbb52e0d396d87b0f0350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-SW-Source: 2013-q3/txt/msg00026.txt.bz2 Hi, I've been using insight for a number of years and it's great. Thank you! I recently installed Centos 6 on a development machine and, although insight will build, it will no longer run properly. After some investigation I discovered that some patches had been made to the dwarf2read.c and related sources in the gdb distribution due to the fact that the int/uint definitions had changed with new versions of gcc. I applied one patch and got insight to run, or at least not seg fault on loading a program, only to get an error message down the road about an 'unhandled dwarf expression opcode' when I tried to open the watch window. So the problem seems to be that the gdb version distributed with the source is too old. Brilliantly, I thought of replacing it with a newer gdb source distribution. Unfortunately, that broke the build, and I have thrown in the towel. Is there any way to get an updated source version with fresh gdb code that will build? I would be eternally grateful if so. Thanks, Lisa McIlrath