From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20780 invoked by alias); 10 Mar 2008 07:39:35 -0000 Received: (qmail 20766 invoked by uid 22791); 10 Mar 2008 07:39:35 -0000 X-Spam-Check-By: sourceware.org Received: from anchor-post-35.mail.demon.net (HELO anchor-post-35.mail.demon.net) (194.217.242.85) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 10 Mar 2008 07:39:13 +0000 Received: from tiptree.demon.co.uk ([80.176.236.84] helo=[192.168.66.66]) by anchor-post-35.mail.demon.net with esmtp (Exim 4.67) id 1JYcbH-00069H-GY; Mon, 10 Mar 2008 07:39:11 +0000 Cc: "David Ayers" , gdb@sourceware.org, gnustep-dev@gnu.org Message-Id: From: Richard Frith-Macdonald To: Matt Rice In-Reply-To: <8ba6bed40803100036y1221519ck512af9e61dfb2e0e@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Subject: Re: gdb objc regressions Date: Mon, 10 Mar 2008 10:06:00 -0000 References: <8ba6bed40803091750kb23a027l47034df82fe29ad2@mail.gmail.com> <47D4DE42.9030300@fsfe.org> <8ba6bed40803100036y1221519ck512af9e61dfb2e0e@mail.gmail.com> X-Mailer: Apple Mail (2.919.2) 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 X-SW-Source: 2008-03/txt/msg00100.txt.bz2 On 10 Mar 2008, at 07:36, Matt Rice wrote: > On Mon, Mar 10, 2008 at 12:07 AM, David Ayers wrote: >> Hello Matt >> >> Matt Rice schrieb: >> >> >>> there is some issues with debugging objc >> [snip] > >> A current workaround would be to: >> >> set language objective-c >> >> explicitly, as suggested by Daniel. >> >> I haven't had the resources to investigate the exact commit that >> caused >> the regression yet. >> > > I just figured out why and will send a patch to the correct list, > an omission from dwarf2read.c:set_cu_language. Thanks very much ... I'd been very irritated by that bug myself, but just haven't had time to get round to looking at gdb to figure out what was causing it.